Uses of Class
com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
-
Packages that use PipelineAnalyzerProperties Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of PipelineAnalyzerProperties in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return PipelineAnalyzerProperties Modifier and Type Method Description PipelineAnalyzerProperties
PipelineAnalyzerProperties. addAnalyzer(SearchAnalyzer analyzer)
Appends the specified analyzer to the end of the pipeline.PipelineAnalyzerProperties
PipelineAnalyzer. getProperties()
Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type PipelineAnalyzerProperties Modifier and Type Method Description void
PipelineAnalyzer. setProperties(PipelineAnalyzerProperties properties)
-