StopwordAnalyzerBase
Base class f2or Analyzers that need to make use of stopword sets.
Since
3.1
Inheritors
Types
Properties
Link copied to clipboard
Returns the used ReuseStrategy.
Link copied to clipboard
An immutable stopword set
Link copied to clipboard
Functions
Link copied to clipboard
Just like .getPositionIncrementGap, except for Token offsets instead. By default this returns 1. This method is only called if the field produced at least one token for indexing.
Link copied to clipboard
Invoked before indexing a IndexableField instance if terms have already been added to that field. This allows custom analyzers to place an automatic position increment gap between IndexbleField instances using the same field name. The default value position increment gap is
Link copied to clipboard
Returns a TokenStream suitable for fieldName, tokenizing the contents of text.
Returns a TokenStream suitable for fieldName, tokenizing the contents of reader.