Tutorial by Topics: analyzers

Analyzers take the text from a string field and generate tokens that will be used when querying. An Analyzer operates in a sequence: CharFilters (Zero or more) Tokenizer (One) TokenFilters (Zero or more) The analyzer may be applied to mappings so that when fields are indexed, it is done o...

Page 1 of 1