summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table2.cpp')
-rw-r--r--src/storage/phrase_large_table2.cpp3
1 files changed, 3 insertions, 0 deletions
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 {