public static class CompletionSuggestionBuilder.Contexts2x
extends java.lang.Object
| Constructor and Description |
|---|
Contexts2x() |
| Modifier and Type | Method and Description |
|---|---|
CompletionSuggestionBuilder.Contexts2x |
addCategory(java.lang.String name,
java.lang.CharSequence... categories)
Deprecated.
|
CompletionSuggestionBuilder.Contexts2x |
addCategory(java.lang.String name,
java.lang.Iterable<? extends java.lang.CharSequence> categories)
Deprecated.
|
CompletionSuggestionBuilder.Contexts2x |
addContextField(java.lang.String name,
java.lang.CharSequence... fieldvalues)
Deprecated.
|
CompletionSuggestionBuilder.Contexts2x |
addContextField(java.lang.String name,
java.lang.Iterable<? extends java.lang.CharSequence> fieldvalues)
Deprecated.
|
CompletionSuggestionBuilder.Contexts2x |
addGeoLocation(java.lang.String name,
double lat,
double lon,
int... precisions)
Deprecated.
|
CompletionSuggestionBuilder.Contexts2x |
addGeoLocation(java.lang.String name,
java.lang.String geohash)
Deprecated.
|
CompletionSuggestionBuilder.Contexts2x |
addGeoLocationWithPrecision(java.lang.String name,
double lat,
double lon,
java.lang.String... precisions)
Deprecated.
|
@Deprecated public CompletionSuggestionBuilder.Contexts2x addGeoLocation(java.lang.String name, double lat, double lon, int... precisions)
GeolocationContextMapping.lat - Latitude of the locationlon - Longitude of the Location@Deprecated public CompletionSuggestionBuilder.Contexts2x addGeoLocationWithPrecision(java.lang.String name, double lat, double lon, java.lang.String... precisions)
GeolocationContextMapping.lat - Latitude of the locationlon - Longitude of the Locationprecisions - precisions as string var-args@Deprecated public CompletionSuggestionBuilder.Contexts2x addGeoLocation(java.lang.String name, java.lang.String geohash)
GeolocationContextMapping.geohash - Geohash of the location@Deprecated public CompletionSuggestionBuilder.Contexts2x addCategory(java.lang.String name, java.lang.CharSequence... categories)
CategoryContextMapping.categories - name of the category@Deprecated public CompletionSuggestionBuilder.Contexts2x addCategory(java.lang.String name, java.lang.Iterable<? extends java.lang.CharSequence> categories)
CategoryContextMapping.categories - name of the category@Deprecated public CompletionSuggestionBuilder.Contexts2x addContextField(java.lang.String name, java.lang.CharSequence... fieldvalues)
CategoryContextMapping.fieldvalues - name of the category@Deprecated public CompletionSuggestionBuilder.Contexts2x addContextField(java.lang.String name, java.lang.Iterable<? extends java.lang.CharSequence> fieldvalues)
CategoryContextMapping.fieldvalues - name of the category