public static interface Query.TermsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowPartialMatches()
means: use the ".raw" (not analyzed) field
|
java.lang.String |
getFieldName()
optional string field_name = 1; |
com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
java.lang.String |
getValue(int index)
repeated string value = 2; |
com.google.protobuf.ByteString |
getValueBytes(int index)
repeated string value = 2; |
int |
getValueCount()
repeated string value = 2; |
java.util.List<java.lang.String> |
getValueList()
repeated string value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFieldName()
optional string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;java.util.List<java.lang.String> getValueList()
repeated string value = 2;int getValueCount()
repeated string value = 2;java.lang.String getValue(int index)
repeated string value = 2;com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 2;boolean getAllowPartialMatches()
means: use the ".raw" (not analyzed) field
optional bool allow_partial_matches = 3;