public static interface Sort.FieldSortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName()
string field_name = 1; |
com.google.protobuf.ByteString |
getFieldNameBytes()
string field_name = 1; |
Sort.Missing |
getMissingTreatment()
.dstore.elastic.Sort.Missing missing_treatment = 3; |
int |
getMissingTreatmentValue()
.dstore.elastic.Sort.Missing missing_treatment = 3; |
Query |
getNestedFilter(int index)
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
|
int |
getNestedFilterCount()
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
|
java.util.List<Query> |
getNestedFilterList()
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
|
QueryOrBuilder |
getNestedFilterOrBuilder(int index)
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
|
java.util.List<? extends QueryOrBuilder> |
getNestedFilterOrBuilderList()
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
|
Sort.Mode |
getSortMode()
.dstore.elastic.Sort.Mode sort_mode = 4; |
int |
getSortModeValue()
.dstore.elastic.Sort.Mode sort_mode = 4; |
Sort.Order |
getSortOrder()
.dstore.elastic.Sort.Order sort_order = 2; |
int |
getSortOrderValue()
.dstore.elastic.Sort.Order sort_order = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFieldName()
string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 1;int getSortOrderValue()
.dstore.elastic.Sort.Order sort_order = 2;Sort.Order getSortOrder()
.dstore.elastic.Sort.Order sort_order = 2;int getMissingTreatmentValue()
.dstore.elastic.Sort.Missing missing_treatment = 3;Sort.Missing getMissingTreatment()
.dstore.elastic.Sort.Missing missing_treatment = 3;int getSortModeValue()
.dstore.elastic.Sort.Mode sort_mode = 4;Sort.Mode getSortMode()
.dstore.elastic.Sort.Mode sort_mode = 4;java.util.List<Query> getNestedFilterList()
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
repeated .dstore.elastic.Query nested_filter = 5;Query getNestedFilter(int index)
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
repeated .dstore.elastic.Query nested_filter = 5;int getNestedFilterCount()
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
repeated .dstore.elastic.Query nested_filter = 5;java.util.List<? extends QueryOrBuilder> getNestedFilterOrBuilderList()
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
repeated .dstore.elastic.Query nested_filter = 5;QueryOrBuilder getNestedFilterOrBuilder(int index)
Not yet supported: A filter that the inner objects inside the nested path should match with in order for its field values to be taken into account by sorting
repeated .dstore.elastic.Query nested_filter = 5;