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()
Gets the string distance algorithm.
|
static StringDistanceTypes |
StringDistanceTypes.valueOf(java.lang.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) |
Modifier and Type | Method and Description |
---|---|
StringDistanceTypes |
SuggestionOptions.getDistance() |
Modifier and Type | Method and Description |
---|---|
void |
SuggestionOptions.setDistance(StringDistanceTypes distance) |
Copyright © 2014. All Rights Reserved.