Concordia
|
pattern | pattern to be searched in the index |
ConcordiaException |
config | concordia config object (to read the anubis threshold parameter) |
T | hashed index to search in |
markers | markers array for the needs of searching |
SA | suffix array for the needs of searching |
pattern | pattern to be searched in the index. This pattern needs to be hashed. |
ConcordiaException |
config | concordia config object (to read the anubis threshold parameter) |
hashGenerator | hash generator to be used to convert input sentence to a hash |
T | hashed index to search in |
markers | markers array for the needs of searching |
SA | suffix array for the needs of searching |
pattern | string pattern to be searched in the index. |
byWhitespace | whether to tokenize the pattern by white space |
ConcordiaException |