Tag
Index Find Algorithm
Tag to specify the index search algorithm.
Tags
QGram_FIND_Lookup
q-gram search. Finds q-grams in a Index_QGram index using the hash table.
PizzaChiliFinder
Finds an occurrence in a Pizza & Chili Index index.
Remarks: The actual algorithm used for searching depends on the Pizza & Chili Index Tags used.
ESA_FIND_MLR
Binary search with mlr-heuristic.
Remarks: Exact string matching using a suffix array binary search with the mlr-heuristic.
ESA_FIND_LCPE
Binary search using lcp values.
Remarks: Exact string matching using a suffix array binary search and a lcp-interval tree.
Remarks
These tag can be used to specify the find algorithm for Index based substring searches.
SeqAn - Sequence Analysis Library - www.seqan.de