public class PipelineAnalyzerProperties extends Object
Constructor and Description |
---|
PipelineAnalyzerProperties() |
Modifier and Type | Method and Description |
---|---|
PipelineAnalyzerProperties |
addAnalyzer(SearchAnalyzer analyzer)
Appends the specified analyzer to the end of the pipeline.
|
boolean |
equals(Object o) |
List<SearchAnalyzer> |
getPipeline() |
int |
hashCode() |
void |
setPipeline(List<SearchAnalyzer> pipeline) |
public PipelineAnalyzerProperties addAnalyzer(SearchAnalyzer analyzer)
GeoPointAnalyzer
and GeoJSONAnalyzer
cannot be used in
pipelines and will make the creation fail.
analyzer
- analyzer to be appendedpublic List<SearchAnalyzer> getPipeline()
public void setPipeline(List<SearchAnalyzer> pipeline)
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.