Class PipelineAnalyzerProperties
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzerProperties
-
public final class PipelineAnalyzerProperties extends Object
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description PipelineAnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineAnalyzerPropertiesaddAnalyzer(SearchAnalyzer analyzer)Appends the specified analyzer to the end of the pipeline.booleanequals(Object o)List<SearchAnalyzer>getPipeline()inthashCode()voidsetPipeline(List<SearchAnalyzer> pipeline)
-
-
-
Method Detail
-
addAnalyzer
public PipelineAnalyzerProperties addAnalyzer(SearchAnalyzer analyzer)
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
public List<SearchAnalyzer> getPipeline()
- Returns:
- an array of Analyzer with type and properties attributes
-
setPipeline
public void setPipeline(List<SearchAnalyzer> pipeline)
-
-