Uses of Class
com.arangodb.entity.arangosearch.analyzer.SegmentationAnalyzerProperties.BreakMode
-
Packages that use SegmentationAnalyzerProperties.BreakMode Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of SegmentationAnalyzerProperties.BreakMode in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return SegmentationAnalyzerProperties.BreakMode Modifier and Type Method Description SegmentationAnalyzerProperties.BreakModeSegmentationAnalyzerProperties. getBreakMode()static SegmentationAnalyzerProperties.BreakModeSegmentationAnalyzerProperties.BreakMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentationAnalyzerProperties.BreakMode[]SegmentationAnalyzerProperties.BreakMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type SegmentationAnalyzerProperties.BreakMode Modifier and Type Method Description voidSegmentationAnalyzerProperties. setBreakMode(SegmentationAnalyzerProperties.BreakMode breakMode)
-