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.booleaninthashCode()voidsetPipeline(List<SearchAnalyzer> pipeline)
-
Constructor Details
-
PipelineAnalyzerProperties
public PipelineAnalyzerProperties()
-
-
Method Details
-
addAnalyzer
Appends the specified analyzer to the end of the pipeline. LIMITATIONS: Analyzers of typesGeoPointAnalyzerandGeoJSONAnalyzercannot 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()
-