public abstract class SearchAnalyzer extends Object implements Entity
Constructor and Description |
---|
SearchAnalyzer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<AnalyzerFeature> |
getFeatures() |
String |
getName() |
AnalyzerType |
getType() |
int |
hashCode() |
void |
setFeatures(Set<AnalyzerFeature> features) |
void |
setName(String name) |
void |
setType(AnalyzerType type) |
public String getName()
public void setName(String name)
public AnalyzerType getType()
public void setType(AnalyzerType type)
public Set<AnalyzerFeature> getFeatures()
public void setFeatures(Set<AnalyzerFeature> features)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.