You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depends on #4
In Lucene 5.0.0, TokenFilterFactories can be discovered automatically if they are included in a file called
org.apache.lucene.analysis.util.TokenFilterFactory
in the directory META-INF/services
For reference, see how it is done in the lucene-analyzers-common jar. Then, CustomAnalyzer.Builder can be used to easily build analysis pipelines including this component.
Depends on #4
In Lucene 5.0.0, TokenFilterFactories can be discovered automatically if they are included in a file called
org.apache.lucene.analysis.util.TokenFilterFactory
in the directory META-INF/services
For reference, see how it is done in the lucene-analyzers-common jar. Then, CustomAnalyzer.Builder can be used to easily build analysis pipelines including this component.
http://lucene.apache.org/core/5_0_0/analyzers-common/org/apache/lucene/analysis/custom/CustomAnalyzer.Builder.html
The text was updated successfully, but these errors were encountered: