Class PipelineAnalyzer
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
com.arangodb.entity.arangosearch.analyzer.PipelineAnalyzer
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 types
GeoPointAnalyzer
and GeoJSONAnalyzer
cannot be used in
pipelines and
will make the creation fail.
- Since:
- ArangoDB 3.8
- Author:
- Michele Rastelli
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setProperties
(PipelineAnalyzerProperties properties) Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
Constructor Details
-
PipelineAnalyzer
public PipelineAnalyzer()
-
-
Method Details
-
getProperties
-
setProperties
-
equals
- Overrides:
equals
in classSearchAnalyzer
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSearchAnalyzer
-