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 types GeoPointAnalyzer and GeoJSONAnalyzer cannot be used in pipelines and will make the creation fail.

Since:
ArangoDB 3.8
Author:
Michele Rastelli
See Also: