public class SegmentationAnalyzerProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SegmentationAnalyzerProperties.BreakMode |
Constructor and Description |
---|
SegmentationAnalyzerProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SearchAnalyzerCase |
getAnalyzerCase() |
SegmentationAnalyzerProperties.BreakMode |
getBreakMode() |
int |
hashCode() |
void |
setAnalyzerCase(SearchAnalyzerCase analyzerCase) |
void |
setBreakMode(SegmentationAnalyzerProperties.BreakMode breakMode) |
public SegmentationAnalyzerProperties.BreakMode getBreakMode()
public void setBreakMode(SegmentationAnalyzerProperties.BreakMode breakMode)
breakMode
- defaults to SegmentationAnalyzerProperties.BreakMode.alpha
public SearchAnalyzerCase getAnalyzerCase()
public void setAnalyzerCase(SearchAnalyzerCase analyzerCase)
analyzerCase
- defaults to SearchAnalyzerCase.lower
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.