summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/storage/chewing_large_table.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp
index c67aac4..765e7ce 100644
--- a/src/storage/chewing_large_table.cpp
+++ b/src/storage/chewing_large_table.cpp
@@ -285,3 +285,14 @@ int ChewingBitmapIndexLevel::tone_level_search
}
return result;
}
+
+
+int ChewingLengthIndexLevel::search(pinyin_option_t options, int phrase_length,
+ /* in */ ChewingKey keys[],
+ /* out */ PhraseIndexRanges ranges) {
+ assert(FALSE);
+}
+
+ChewingLengthIndexLevel::~ChewingLengthIndexLevel() {
+ assert(FALSE);
+}