Skip to content

Commit

Permalink
added stroke count as index so fast sorting in where clauses are poss…
Browse files Browse the repository at this point in the history
…ible
  • Loading branch information
CaptainDario committed Nov 6, 2023
1 parent f3ce4e9 commit 056b1c0
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class Kanjidic2 {
/// The frequency of this Kanji
int frequency;
/// How many strokes does this kanji have
@Index(type: IndexType.value)
int strokeCount;
/// The school grade in which this kanji is thought
int grade;
Expand Down
111 changes: 111 additions & 0 deletions database_builder/lib/src/kanjidic2_to_Isar/data_classes.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 056b1c0

Please sign in to comment.