Interface SearchProtocol.HitOrBuilder

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

    public static interface SearchProtocol.HitOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getGlobalId()
      bytes global_id = 1;
      double getRelevance()
      double relevance = 2;
      com.google.protobuf.ByteString getSortData()
      bytes sort_data = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getGlobalId

        com.google.protobuf.ByteString getGlobalId()
        bytes global_id = 1;
      • getRelevance

        double getRelevance()
        double relevance = 2;
      • getSortData

        com.google.protobuf.ByteString getSortData()
        bytes sort_data = 3;