summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/storage/chewing_large_table.cpp2
-rw-r--r--src/storage/phrase_large_table2.cpp3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp
index b8be274..921883b 100644
--- a/src/storage/chewing_large_table.cpp
+++ b/src/storage/chewing_large_table.cpp
@@ -114,7 +114,7 @@ void ChewingBitmapIndexLevel::reset() {
}
-/* search methods */
+/* search method */
int ChewingBitmapIndexLevel::search(int phrase_length,
/* in */ ChewingKey keys[],
diff --git a/src/storage/phrase_large_table2.cpp b/src/storage/phrase_large_table2.cpp
index 0cd1fb2..5571e4d 100644
--- a/src/storage/phrase_large_table2.cpp
+++ b/src/storage/phrase_large_table2.cpp
@@ -116,6 +116,9 @@ void PhraseBitmapIndexLevel2::reset(){
}
}
+
+/* search method */
+
int PhraseBitmapIndexLevel2::search(int phrase_length,
/* in */ ucs4_t phrase[],
/* out */ PhraseTokens tokens) const {