Class PipelineAnalyzer
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
-
- com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzer
-
public final class PipelineAnalyzer extends SearchAnalyzer
An Analyzer capable of chaining effects of multiple Analyzers into one. The pipeline is a list of Analyzers, where the output of an Analyzer is passed to the next for further processing. LIMITATIONS: Analyzers of typesGeoPointAnalyzerandGeoJSONAnalyzercannot be used in pipelines and will make the creation fail.- Since:
- ArangoDB 3.8
- Author:
- Michele Rastelli
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description PipelineAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PipelineAnalyzerPropertiesgetProperties()inthashCode()voidsetProperties(PipelineAnalyzerProperties properties)-
Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
-
-
-
Method Detail
-
getProperties
public PipelineAnalyzerProperties getProperties()
-
setProperties
public void setProperties(PipelineAnalyzerProperties properties)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSearchAnalyzer
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSearchAnalyzer
-
-