Package com.apple.foundationdb.record.provider.common.text

Support classes for text indexing.

Tokenizing Text

A text index has an entry for every token (word) of the indexed string value. The conversion of the string value to tokens is done by a TextTokenizer. The Index options in the meta-data specify the name of the tokenizer, which is looked up in the TextTokenizerRegistry to get a TextTokenizerFactory to create the actual tokenizer object.