public static interface ItemSuggest.RequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BoolQuery |
getBaseQuery()
Used to filter the suggestions
|
BoolQueryOrBuilder |
getBaseQueryOrBuilder()
Used to filter the suggestions
|
java.lang.String |
getFieldName(int index)
repeated string field_name = 2; |
com.google.protobuf.ByteString |
getFieldNameBytes(int index)
repeated string field_name = 2; |
int |
getFieldNameCount()
repeated string field_name = 2; |
java.util.List<java.lang.String> |
getFieldNameList()
repeated string field_name = 2; |
boolean |
getFuzzy()
optional bool fuzzy = 7; |
java.lang.String |
getInput()
optional string input = 1; |
com.google.protobuf.ByteString |
getInputBytes()
optional string input = 1; |
int |
getMaxItems()
optional int32 max_items = 5; |
int |
getMaxSuggests()
optional int32 max_suggests = 6; |
boolean |
getUseAndOperator()
optional bool use_and_operator = 8; |
boolean |
hasBaseQuery()
Used to filter the suggestions
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getInput()
optional string input = 1;com.google.protobuf.ByteString getInputBytes()
optional string input = 1;java.util.List<java.lang.String> getFieldNameList()
repeated string field_name = 2;int getFieldNameCount()
repeated string field_name = 2;java.lang.String getFieldName(int index)
repeated string field_name = 2;com.google.protobuf.ByteString getFieldNameBytes(int index)
repeated string field_name = 2;boolean hasBaseQuery()
Used to filter the suggestions
optional .dstore.elastic.BoolQuery base_query = 3;BoolQuery getBaseQuery()
Used to filter the suggestions
optional .dstore.elastic.BoolQuery base_query = 3;BoolQueryOrBuilder getBaseQueryOrBuilder()
Used to filter the suggestions
optional .dstore.elastic.BoolQuery base_query = 3;int getMaxItems()
optional int32 max_items = 5;int getMaxSuggests()
optional int32 max_suggests = 6;boolean getFuzzy()
optional bool fuzzy = 7;boolean getUseAndOperator()
optional bool use_and_operator = 8;