Top | ![]() |
![]() |
![]() |
![]() |
DeeHashIndexDeeHashIndex — A DeeHashIndex implementation doing lookups in a hash map |
DeeHashIndex is an implementation of DeeHashIndex which is backed
by a hashmap. This means that it only supports the DEE_TERM_MATCH_EXACT
flag in dee_hash_index_lookup()
.
DeeHashIndex * dee_hash_index_new (DeeModel *model
,DeeAnalyzer *analyzer
,DeeModelReader *reader
);
Create a new hash index.
model |
The model to index |
|
analyzer |
The DeeAnalyzer used to tokenize and filter the terms extracted
by |
|
reader |
The DeeModelReader used to extract terms from the model |