DefaultAnalyzerBuilder
Attributes
- Source
- AnalyzerBuilder.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Types
Attributes
- Source
- AnalyzerBuilder.scala
Value members
Concrete methods
Attributes
- Source
- AnalyzerBuilder.scala
Build the Analyzer wrapped inside a Resource.
Attributes
- Source
- AnalyzerBuilder.scala
Attributes
- Source
- AnalyzerBuilder.scala
Attributes
- Source
- AnalyzerBuilder.scala
Attributes
- Source
- AnalyzerBuilder.scala
Attributes
- Source
- AnalyzerBuilder.scala
Attributes
- Source
- AnalyzerBuilder.scala
Attributes
- Source
- AnalyzerBuilder.scala
Attributes
- Source
- AnalyzerBuilder.scala
Inherited methods
Build a tokenizing function that uses the Analyzer and collects tokens in a vector
Build a tokenizing function that uses the Analyzer and collects tokens in a vector
Attributes
- 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.
Attributes
- 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.
Attributes
- Inherited from:
- AnalyzerBuilder
- Source
- AnalyzerBuilder.scala
Attributes
- Inherited from:
- AnalyzerBuilder
- Source
- AnalyzerBuilder.scala
Adds a lowercasing stage to the analyzer pipeline
Adds a lowercasing stage to the analyzer pipeline
Attributes
- Inherited from:
- AnalyzerBuilder
- Source
- AnalyzerBuilder.scala
Concrete fields
A convenience value for debugging or investigating, to inspect the Lucene default stop words.
A convenience value for debugging or investigating, to inspect the Lucene default stop words. This set is immutable, and unused; it is the underlying Lucene CharArraySet
that we use to build the default StopFilter
Attributes
- Source
- AnalyzerBuilder.scala