com.arangodb.entity.arangosearch.analyzer
@Deprecated public class AnalyzerEntity extends Object
Constructor and Description |
---|
AnalyzerEntity()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<AnalyzerFeature> |
getFeatures()
Deprecated.
|
String |
getName()
Deprecated.
|
Map<String,Object> |
getProperties()
Deprecated.
|
AnalyzerType |
getType()
Deprecated.
|
void |
setFeatures(Set<AnalyzerFeature> features)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setProperties(Map<String,Object> properties)
Deprecated.
|
void |
setType(AnalyzerType type)
Deprecated.
|
public Set<AnalyzerFeature> getFeatures()
public void setFeatures(Set<AnalyzerFeature> features)
public AnalyzerType getType()
public void setType(AnalyzerType type)
public String getName()
public void setName(String name)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.