public static interface RiakSearchPB.RpbSearchQueryRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RiakSearchPB.RpbSearchDoc |
getDocs(int index)
repeated .RpbSearchDoc docs = 1; |
int |
getDocsCount()
repeated .RpbSearchDoc docs = 1; |
List<RiakSearchPB.RpbSearchDoc> |
getDocsList()
repeated .RpbSearchDoc docs = 1; |
RiakSearchPB.RpbSearchDocOrBuilder |
getDocsOrBuilder(int index)
repeated .RpbSearchDoc docs = 1; |
List<? extends RiakSearchPB.RpbSearchDocOrBuilder> |
getDocsOrBuilderList()
repeated .RpbSearchDoc docs = 1; |
float |
getMaxScore()
optional float max_score = 2; |
int |
getNumFound()
optional uint32 num_found = 3; |
boolean |
hasMaxScore()
optional float max_score = 2; |
boolean |
hasNumFound()
optional uint32 num_found = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<RiakSearchPB.RpbSearchDoc> getDocsList()
repeated .RpbSearchDoc docs = 1;
Result documents
RiakSearchPB.RpbSearchDoc getDocs(int index)
repeated .RpbSearchDoc docs = 1;
Result documents
int getDocsCount()
repeated .RpbSearchDoc docs = 1;
Result documents
List<? extends RiakSearchPB.RpbSearchDocOrBuilder> getDocsOrBuilderList()
repeated .RpbSearchDoc docs = 1;
Result documents
RiakSearchPB.RpbSearchDocOrBuilder getDocsOrBuilder(int index)
repeated .RpbSearchDoc docs = 1;
Result documents
boolean hasMaxScore()
optional float max_score = 2;
Maximum score
float getMaxScore()
optional float max_score = 2;
Maximum score
boolean hasNumFound()
optional uint32 num_found = 3;
Number of results
int getNumFound()
optional uint32 num_found = 3;
Number of results
Copyright © 2016. All rights reserved.