Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.abstractions.indexing |
Modifier and Type | Field and Description |
---|---|
static StringDistanceTypes |
SuggestionQuery.DEFAULT_DISTANCE |
Modifier and Type | Method and Description |
---|---|
StringDistanceTypes |
SuggestionQuery.getDistance()
String distance algorithm to use.
|
static StringDistanceTypes |
StringDistanceTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringDistanceTypes[] |
StringDistanceTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SuggestionQuery.setDistance(StringDistanceTypes distance)
String distance algorithm to use.
|
Modifier and Type | Method and Description |
---|---|
StringDistanceTypes |
SuggestionOptions.getDistance()
String distance algorithm to use.
|
Modifier and Type | Method and Description |
---|---|
void |
SuggestionOptions.setDistance(StringDistanceTypes distance)
String distance algorithm to use.
|
Copyright © 2016. All Rights Reserved.