Interface SearchProtocol.SearchReplyOrBuilder

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

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

    • getTotalHitCount

      long getTotalHitCount()
      int64 total_hit_count = 1;
      Returns:
      The totalHitCount.
    • getCoverageDocs

      long getCoverageDocs()
      int64 coverage_docs = 2;
      Returns:
      The coverageDocs.
    • getActiveDocs

      long getActiveDocs()
      int64 active_docs = 3;
      Returns:
      The activeDocs.
    • getSoonActiveDocs

      long getSoonActiveDocs()
      int64 soon_active_docs = 4;
      Returns:
      The soonActiveDocs.
    • getDegradedByMatchPhase

      boolean getDegradedByMatchPhase()
      bool degraded_by_match_phase = 5;
      Returns:
      The degradedByMatchPhase.
    • getDegradedBySoftTimeout

      boolean getDegradedBySoftTimeout()
      bool degraded_by_soft_timeout = 6;
      Returns:
      The degradedBySoftTimeout.
    • getHitsList

      List<SearchProtocol.Hit> getHitsList()
      repeated .searchlib.searchprotocol.protobuf.Hit hits = 7;
    • getHits

      SearchProtocol.Hit getHits(int index)
      repeated .searchlib.searchprotocol.protobuf.Hit hits = 7;
    • getHitsCount

      int getHitsCount()
      repeated .searchlib.searchprotocol.protobuf.Hit hits = 7;
    • getHitsOrBuilderList

      List<? extends SearchProtocol.HitOrBuilder> getHitsOrBuilderList()
      repeated .searchlib.searchprotocol.protobuf.Hit hits = 7;
    • getHitsOrBuilder

      SearchProtocol.HitOrBuilder getHitsOrBuilder(int index)
      repeated .searchlib.searchprotocol.protobuf.Hit hits = 7;
    • getGroupingBlob

      com.google.protobuf.ByteString getGroupingBlob()
       serialized opaquely like now, to be changed later
       
      bytes grouping_blob = 8;
      Returns:
      The groupingBlob.
    • getSlimeTrace

      com.google.protobuf.ByteString getSlimeTrace()
      bytes slime_trace = 9;
      Returns:
      The slimeTrace.
    • getErrorsList

      List<SearchProtocol.Error> getErrorsList()
      repeated .searchlib.searchprotocol.protobuf.Error errors = 10;
    • getErrors

      SearchProtocol.Error getErrors(int index)
      repeated .searchlib.searchprotocol.protobuf.Error errors = 10;
    • getErrorsCount

      int getErrorsCount()
      repeated .searchlib.searchprotocol.protobuf.Error errors = 10;
    • getErrorsOrBuilderList

      List<? extends SearchProtocol.ErrorOrBuilder> getErrorsOrBuilderList()
      repeated .searchlib.searchprotocol.protobuf.Error errors = 10;
    • getErrorsOrBuilder

      SearchProtocol.ErrorOrBuilder getErrorsOrBuilder(int index)
      repeated .searchlib.searchprotocol.protobuf.Error errors = 10;
    • getMatchFeatureNamesList

      List<String> getMatchFeatureNamesList()
      repeated string match_feature_names = 11;
      Returns:
      A list containing the matchFeatureNames.
    • getMatchFeatureNamesCount

      int getMatchFeatureNamesCount()
      repeated string match_feature_names = 11;
      Returns:
      The count of matchFeatureNames.
    • getMatchFeatureNames

      String getMatchFeatureNames(int index)
      repeated string match_feature_names = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The matchFeatureNames at the given index.
    • getMatchFeatureNamesBytes

      com.google.protobuf.ByteString getMatchFeatureNamesBytes(int index)
      repeated string match_feature_names = 11;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the matchFeatureNames at the given index.