DefaultAnalyzerBuilder
- Source:
- AnalyzerBuilder.scala
Type members
Types
Value members
Concrete methods
Build the Analyzer wrapped inside a Resource.
Build the Analyzer wrapped inside a Resource.
- Source:
- AnalyzerBuilder.scala
Inherited methods
Directly construct a tokenizing function
Directly construct a tokenizing function
- Inherited from:
- AnalyzerBuilder
- Source:
- AnalyzerBuilder.scala
Adds an ASCII folding stage to the analyzer pipeline ASCII folding converts alphanumeric and symbolic Unicode characters into their ASCII equivalents, if one exists.
Adds an ASCII folding stage to the analyzer pipeline ASCII folding converts alphanumeric and symbolic Unicode characters into their ASCII equivalents, if one exists.
- Inherited from:
- AnalyzerBuilder
- Source:
- AnalyzerBuilder.scala
Adds a lowercasing stage to the analyzer pipeline
Adds a lowercasing stage to the analyzer pipeline
- Inherited from:
- AnalyzerBuilder
- Source:
- AnalyzerBuilder.scala
Adds a stop filter stage to analyzer pipeline for non-empty sets.
Adds a stop filter stage to analyzer pipeline for non-empty sets.
- Inherited from:
- AnalyzerBuilder
- Source:
- AnalyzerBuilder.scala