Interface SearchProtocol.SearchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchProtocol.SearchRequest,SearchProtocol.SearchRequest.Builder
- Enclosing class:
- SearchProtocol
public static interface SearchProtocol.SearchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool cache_grouping = 8;booleanbool cache_query = 9;string document_type = 7;com.google.protobuf.ByteStringstring document_type = 7;getFeatureOverrides(int index) repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11;intrepeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11;repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11;getFeatureOverridesOrBuilder(int index) repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11;List<? extends SearchProtocol.StringPropertyOrBuilder>repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11;to be moved into query_treecom.google.protobuf.ByteStringto be moved into query_treecom.google.protobuf.ByteStringserialized opaquely like now, to be changed laterintgetHits()int32 hits = 2;intint32 offset = 1;intnew meaning: default ProfilingParams.depth.searchlib.searchprotocol.protobuf.Profiling profiling = 19;.searchlib.searchprotocol.protobuf.Profiling profiling = 19;com.google.protobuf.ByteStringserialized opaquely like now, to be changed laterstring rank_profile = 10;com.google.protobuf.ByteStringstring rank_profile = 10;getRankProperties(int index) repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13;intrepeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13;repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13;getRankPropertiesOrBuilder(int index) repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13;List<? extends SearchProtocol.StringPropertyOrBuilder>repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13;string session_key = 6;com.google.protobuf.ByteStringstring session_key = 6;getSorting(int index) repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5;intrepeated .searchlib.searchprotocol.protobuf.SortField sorting = 5;repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5;getSortingOrBuilder(int index) repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5;List<? extends SearchProtocol.SortFieldOrBuilder>repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5;getTensorFeatureOverrides(int index) repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12;intrepeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12;repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12;getTensorFeatureOverridesOrBuilder(int index) repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12;List<? extends SearchProtocol.TensorPropertyOrBuilder>repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12;getTensorRankProperties(int index) repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14;intrepeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14;repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14;getTensorRankPropertiesOrBuilder(int index) repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14;List<? extends SearchProtocol.TensorPropertyOrBuilder>repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14;intmillisecondsintint32 trace_level = 4;boolean.searchlib.searchprotocol.protobuf.Profiling profiling = 19;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOffset
int getOffset()int32 offset = 1;- Returns:
- The offset.
-
getHits
int getHits()int32 hits = 2;- Returns:
- The hits.
-
getTimeout
int getTimeout()milliseconds
int32 timeout = 3;- Returns:
- The timeout.
-
getTraceLevel
int getTraceLevel()int32 trace_level = 4;- Returns:
- The traceLevel.
-
getSortingList
List<SearchProtocol.SortField> getSortingList()repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5; -
getSorting
repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5; -
getSortingCount
int getSortingCount()repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5; -
getSortingOrBuilderList
List<? extends SearchProtocol.SortFieldOrBuilder> getSortingOrBuilderList()repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5; -
getSortingOrBuilder
repeated .searchlib.searchprotocol.protobuf.SortField sorting = 5; -
getSessionKey
String getSessionKey()string session_key = 6;- Returns:
- The sessionKey.
-
getSessionKeyBytes
com.google.protobuf.ByteString getSessionKeyBytes()string session_key = 6;- Returns:
- The bytes for sessionKey.
-
getDocumentType
String getDocumentType()string document_type = 7;- Returns:
- The documentType.
-
getDocumentTypeBytes
com.google.protobuf.ByteString getDocumentTypeBytes()string document_type = 7;- Returns:
- The bytes for documentType.
-
getCacheGrouping
boolean getCacheGrouping()bool cache_grouping = 8;- Returns:
- The cacheGrouping.
-
getCacheQuery
boolean getCacheQuery()bool cache_query = 9;- Returns:
- The cacheQuery.
-
getRankProfile
String getRankProfile()string rank_profile = 10;- Returns:
- The rankProfile.
-
getRankProfileBytes
com.google.protobuf.ByteString getRankProfileBytes()string rank_profile = 10;- Returns:
- The bytes for rankProfile.
-
getFeatureOverridesList
List<SearchProtocol.StringProperty> getFeatureOverridesList()repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11; -
getFeatureOverrides
repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11; -
getFeatureOverridesCount
int getFeatureOverridesCount()repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11; -
getFeatureOverridesOrBuilderList
List<? extends SearchProtocol.StringPropertyOrBuilder> getFeatureOverridesOrBuilderList()repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11; -
getFeatureOverridesOrBuilder
repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 11; -
getTensorFeatureOverridesList
List<SearchProtocol.TensorProperty> getTensorFeatureOverridesList()repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12; -
getTensorFeatureOverrides
repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12; -
getTensorFeatureOverridesCount
int getTensorFeatureOverridesCount()repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12; -
getTensorFeatureOverridesOrBuilderList
List<? extends SearchProtocol.TensorPropertyOrBuilder> getTensorFeatureOverridesOrBuilderList()repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12; -
getTensorFeatureOverridesOrBuilder
repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 12; -
getRankPropertiesList
List<SearchProtocol.StringProperty> getRankPropertiesList()repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13; -
getRankProperties
repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13; -
getRankPropertiesCount
int getRankPropertiesCount()repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13; -
getRankPropertiesOrBuilderList
List<? extends SearchProtocol.StringPropertyOrBuilder> getRankPropertiesOrBuilderList()repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13; -
getRankPropertiesOrBuilder
repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 13; -
getTensorRankPropertiesList
List<SearchProtocol.TensorProperty> getTensorRankPropertiesList()repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14; -
getTensorRankProperties
repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14; -
getTensorRankPropertiesCount
int getTensorRankPropertiesCount()repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14; -
getTensorRankPropertiesOrBuilderList
List<? extends SearchProtocol.TensorPropertyOrBuilder> getTensorRankPropertiesOrBuilderList()repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14; -
getTensorRankPropertiesOrBuilder
repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 14; -
getGroupingBlob
com.google.protobuf.ByteString getGroupingBlob()serialized opaquely like now, to be changed later
bytes grouping_blob = 15;- Returns:
- The groupingBlob.
-
getGeoLocation
String getGeoLocation()to be moved into query_tree
string geo_location = 16;- Returns:
- The geoLocation.
-
getGeoLocationBytes
com.google.protobuf.ByteString getGeoLocationBytes()to be moved into query_tree
string geo_location = 16;- Returns:
- The bytes for geoLocation.
-
getQueryTreeBlob
com.google.protobuf.ByteString getQueryTreeBlob()serialized opaquely like now, to be changed later
bytes query_tree_blob = 17;- Returns:
- The queryTreeBlob.
-
getProfileDepth
int getProfileDepth()new meaning: default ProfilingParams.depth
int32 profile_depth = 18;- Returns:
- The profileDepth.
-
hasProfiling
boolean hasProfiling().searchlib.searchprotocol.protobuf.Profiling profiling = 19;- Returns:
- Whether the profiling field is set.
-
getProfiling
SearchProtocol.Profiling getProfiling().searchlib.searchprotocol.protobuf.Profiling profiling = 19;- Returns:
- The profiling.
-
getProfilingOrBuilder
SearchProtocol.ProfilingOrBuilder getProfilingOrBuilder().searchlib.searchprotocol.protobuf.Profiling profiling = 19;
-