Uses of Class
org.apache.lucene.luke.models.analysis.CustomAnalyzerConfig
-
Packages that use CustomAnalyzerConfig Package Description org.apache.lucene.luke.app.desktop.components UI components of the desktop Lukeorg.apache.lucene.luke.models.analysis Models and APIs for the Analysis tab -
-
Uses of CustomAnalyzerConfig in org.apache.lucene.luke.app.desktop.components
Methods in org.apache.lucene.luke.app.desktop.components with parameters of type CustomAnalyzerConfig Modifier and Type Method Description voidAnalysisPanelProvider. setAnalyzerByCustomConfiguration(CustomAnalyzerConfig config)voidAnalysisTabOperator. setAnalyzerByCustomConfiguration(CustomAnalyzerConfig config) -
Uses of CustomAnalyzerConfig in org.apache.lucene.luke.models.analysis
Methods in org.apache.lucene.luke.models.analysis that return CustomAnalyzerConfig Modifier and Type Method Description CustomAnalyzerConfigCustomAnalyzerConfig.Builder. build()Methods in org.apache.lucene.luke.models.analysis with parameters of type CustomAnalyzerConfig Modifier and Type Method Description AnalyzerAnalysis. buildCustomAnalyzer(CustomAnalyzerConfig config)Creates new custom Analyzer instance with the given configurations.AnalyzerAnalysisImpl. buildCustomAnalyzer(CustomAnalyzerConfig config)
-