Class PipelineAnalyzerProperties
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
- Author:
- Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnalyzer
(SearchAnalyzer analyzer) Appends the specified analyzer to the end of the pipeline.boolean
int
hashCode()
void
setPipeline
(List<SearchAnalyzer> pipeline)
-
Constructor Details
-
PipelineAnalyzerProperties
public PipelineAnalyzerProperties()
-
-
Method Details
-
addAnalyzer
Appends the specified analyzer to the end of the pipeline. LIMITATIONS: Analyzers of typesGeoPointAnalyzer
andGeoJSONAnalyzer
cannot be used in pipelines and will make the creation fail.- Parameters:
analyzer
- analyzer to be appended- Returns:
- this
-
getPipeline
- Returns:
- an array of Analyzer with type and properties attributes
-
setPipeline
-
equals
-
hashCode
public int hashCode()
-