public static interface Elastic.Sort.FieldSortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName()
optional string field_name = 1; |
com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
Elastic.Sort.Missing |
getMissingTreatment()
optional .dstore.elastic.Sort.Missing missing_treatment = 3; |
int |
getMissingTreatmentValue()
optional .dstore.elastic.Sort.Missing missing_treatment = 3; |
Elastic.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<Elastic.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
|
Elastic.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 Elastic.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
|
Elastic.Sort.Mode |
getSortMode()
optional .dstore.elastic.Sort.Mode sort_mode = 4; |
int |
getSortModeValue()
optional .dstore.elastic.Sort.Mode sort_mode = 4; |
Elastic.Sort.Order |
getSortOrder()
optional .dstore.elastic.Sort.Order sort_order = 2; |
int |
getSortOrderValue()
optional .dstore.elastic.Sort.Order sort_order = 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;int getSortOrderValue()
optional .dstore.elastic.Sort.Order sort_order = 2;Elastic.Sort.Order getSortOrder()
optional .dstore.elastic.Sort.Order sort_order = 2;int getMissingTreatmentValue()
optional .dstore.elastic.Sort.Missing missing_treatment = 3;Elastic.Sort.Missing getMissingTreatment()
optional .dstore.elastic.Sort.Missing missing_treatment = 3;int getSortModeValue()
optional .dstore.elastic.Sort.Mode sort_mode = 4;Elastic.Sort.Mode getSortMode()
optional .dstore.elastic.Sort.Mode sort_mode = 4;java.util.List<Elastic.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;Elastic.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 Elastic.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;Elastic.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;