Group Index Find Algorithm
Tag to specify the index search algorithm.

Grouped Tags Overview

Detailed Description

These tags can be used to specify the find algorithm for Index based substring searches.

See Also

Grouped Tags Detail

FinderLcpe

Binary search using lcp values.

Exact string matching using a suffix array binary search and a lcp-interval tree.

FinderMlr

Binary search with mlr-heuristic.

Exact string matching using a suffix array binary search with the mlr-heuristic.

FinderSTree

Suffix tree search.

Exact string matching using a suffix tree.

PizzaChiliFinder

Finds an occurrence in a PizzaChiliIndex index.

The actual algorithm used for searching depends on the PizzaChiliIndexTags used.

QGramFindLookup

q-gram search. Finds q-grams in a IndexQGram index using the hash table.