Interface SearchProtocol.DocsumRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SearchProtocol.DocsumRequest, SearchProtocol.DocsumRequest.Builder
Enclosing class:
SearchProtocol

public static interface SearchProtocol.DocsumRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTimeout

      int getTimeout()
       milliseconds
       
      int32 timeout = 1;
      Returns:
      The timeout.
    • getSessionKey

      String getSessionKey()
      string session_key = 2;
      Returns:
      The sessionKey.
    • getSessionKeyBytes

      com.google.protobuf.ByteString getSessionKeyBytes()
      string session_key = 2;
      Returns:
      The bytes for sessionKey.
    • getDocumentType

      String getDocumentType()
      string document_type = 3;
      Returns:
      The documentType.
    • getDocumentTypeBytes

      com.google.protobuf.ByteString getDocumentTypeBytes()
      string document_type = 3;
      Returns:
      The bytes for documentType.
    • getSummaryClass

      String getSummaryClass()
      string summary_class = 4;
      Returns:
      The summaryClass.
    • getSummaryClassBytes

      com.google.protobuf.ByteString getSummaryClassBytes()
      string summary_class = 4;
      Returns:
      The bytes for summaryClass.
    • getCacheQuery

      boolean getCacheQuery()
      bool cache_query = 5;
      Returns:
      The cacheQuery.
    • getDumpFeatures

      boolean getDumpFeatures()
      bool dump_features = 6;
      Returns:
      The dumpFeatures.
    • getRankProfile

      String getRankProfile()
      string rank_profile = 7;
      Returns:
      The rankProfile.
    • getRankProfileBytes

      com.google.protobuf.ByteString getRankProfileBytes()
      string rank_profile = 7;
      Returns:
      The bytes for rankProfile.
    • getFeatureOverridesList

      List<SearchProtocol.StringProperty> getFeatureOverridesList()
      repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 8;
    • getFeatureOverrides

      SearchProtocol.StringProperty getFeatureOverrides(int index)
      repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 8;
    • getFeatureOverridesCount

      int getFeatureOverridesCount()
      repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 8;
    • getFeatureOverridesOrBuilderList

      List<? extends SearchProtocol.StringPropertyOrBuilder> getFeatureOverridesOrBuilderList()
      repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 8;
    • getFeatureOverridesOrBuilder

      SearchProtocol.StringPropertyOrBuilder getFeatureOverridesOrBuilder(int index)
      repeated .searchlib.searchprotocol.protobuf.StringProperty feature_overrides = 8;
    • getTensorFeatureOverridesList

      List<SearchProtocol.TensorProperty> getTensorFeatureOverridesList()
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 9;
    • getTensorFeatureOverrides

      SearchProtocol.TensorProperty getTensorFeatureOverrides(int index)
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 9;
    • getTensorFeatureOverridesCount

      int getTensorFeatureOverridesCount()
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 9;
    • getTensorFeatureOverridesOrBuilderList

      List<? extends SearchProtocol.TensorPropertyOrBuilder> getTensorFeatureOverridesOrBuilderList()
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 9;
    • getTensorFeatureOverridesOrBuilder

      SearchProtocol.TensorPropertyOrBuilder getTensorFeatureOverridesOrBuilder(int index)
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_feature_overrides = 9;
    • getRankPropertiesList

      List<SearchProtocol.StringProperty> getRankPropertiesList()
      repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 10;
    • getRankProperties

      SearchProtocol.StringProperty getRankProperties(int index)
      repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 10;
    • getRankPropertiesCount

      int getRankPropertiesCount()
      repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 10;
    • getRankPropertiesOrBuilderList

      List<? extends SearchProtocol.StringPropertyOrBuilder> getRankPropertiesOrBuilderList()
      repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 10;
    • getRankPropertiesOrBuilder

      SearchProtocol.StringPropertyOrBuilder getRankPropertiesOrBuilder(int index)
      repeated .searchlib.searchprotocol.protobuf.StringProperty rank_properties = 10;
    • getTensorRankPropertiesList

      List<SearchProtocol.TensorProperty> getTensorRankPropertiesList()
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 11;
    • getTensorRankProperties

      SearchProtocol.TensorProperty getTensorRankProperties(int index)
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 11;
    • getTensorRankPropertiesCount

      int getTensorRankPropertiesCount()
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 11;
    • getTensorRankPropertiesOrBuilderList

      List<? extends SearchProtocol.TensorPropertyOrBuilder> getTensorRankPropertiesOrBuilderList()
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 11;
    • getTensorRankPropertiesOrBuilder

      SearchProtocol.TensorPropertyOrBuilder getTensorRankPropertiesOrBuilder(int index)
      repeated .searchlib.searchprotocol.protobuf.TensorProperty tensor_rank_properties = 11;
    • getHighlightTermsList

      List<SearchProtocol.StringProperty> getHighlightTermsList()
      repeated .searchlib.searchprotocol.protobuf.StringProperty highlight_terms = 12;
    • getHighlightTerms

      SearchProtocol.StringProperty getHighlightTerms(int index)
      repeated .searchlib.searchprotocol.protobuf.StringProperty highlight_terms = 12;
    • getHighlightTermsCount

      int getHighlightTermsCount()
      repeated .searchlib.searchprotocol.protobuf.StringProperty highlight_terms = 12;
    • getHighlightTermsOrBuilderList

      List<? extends SearchProtocol.StringPropertyOrBuilder> getHighlightTermsOrBuilderList()
      repeated .searchlib.searchprotocol.protobuf.StringProperty highlight_terms = 12;
    • getHighlightTermsOrBuilder

      SearchProtocol.StringPropertyOrBuilder getHighlightTermsOrBuilder(int index)
      repeated .searchlib.searchprotocol.protobuf.StringProperty highlight_terms = 12;
    • getGeoLocation

      String getGeoLocation()
       to be moved into query_tree
       
      string geo_location = 13;
      Returns:
      The geoLocation.
    • getGeoLocationBytes

      com.google.protobuf.ByteString getGeoLocationBytes()
       to be moved into query_tree
       
      string geo_location = 13;
      Returns:
      The bytes for geoLocation.
    • getQueryTreeBlob

      com.google.protobuf.ByteString getQueryTreeBlob()
       serialized opaquely like now, to be changed later
       
      bytes query_tree_blob = 14;
      Returns:
      The queryTreeBlob.
    • getGlobalIdsList

      List<com.google.protobuf.ByteString> getGlobalIdsList()
      repeated bytes global_ids = 15;
      Returns:
      A list containing the globalIds.
    • getGlobalIdsCount

      int getGlobalIdsCount()
      repeated bytes global_ids = 15;
      Returns:
      The count of globalIds.
    • getGlobalIds

      com.google.protobuf.ByteString getGlobalIds(int index)
      repeated bytes global_ids = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The globalIds at the given index.
    • getFieldsList

      List<String> getFieldsList()
      repeated string fields = 16;
      Returns:
      A list containing the fields.
    • getFieldsCount

      int getFieldsCount()
      repeated string fields = 16;
      Returns:
      The count of fields.
    • getFields

      String getFields(int index)
      repeated string fields = 16;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fields at the given index.
    • getFieldsBytes

      com.google.protobuf.ByteString getFieldsBytes(int index)
      repeated string fields = 16;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the fields at the given index.