public class TextAnalyzerProperties extends Object
Constructor and Description |
---|
TextAnalyzerProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SearchAnalyzerCase |
getAnalyzerCase() |
EdgeNgram |
getEdgeNgram() |
String |
getLocale() |
List<String> |
getStopwords() |
String |
getStopwordsPath() |
int |
hashCode() |
boolean |
isAccent() |
boolean |
isStemming() |
void |
setAccent(boolean accent) |
void |
setAnalyzerCase(SearchAnalyzerCase analyzerCase) |
void |
setEdgeNgram(EdgeNgram edgeNgram) |
void |
setLocale(String locale) |
void |
setStemming(boolean stemming) |
void |
setStopwords(List<String> stopwords) |
void |
setStopwordsPath(String stopwordsPath) |
public String getLocale()
public void setLocale(String locale)
public boolean isAccent()
public void setAccent(boolean accent)
public SearchAnalyzerCase getAnalyzerCase()
public void setAnalyzerCase(SearchAnalyzerCase analyzerCase)
public boolean isStemming()
public void setStemming(boolean stemming)
public EdgeNgram getEdgeNgram()
public void setEdgeNgram(EdgeNgram edgeNgram)
public String getStopwordsPath()
public void setStopwordsPath(String stopwordsPath)
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.