All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yelp.nrtsearch.server.grpc.LastHitInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yelp/nrtsearch/search.proto

// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;

public interface LastHitInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.LastHitInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string lastFieldValues = 1;
   * @return A list containing the lastFieldValues.
   */
  java.util.List
      getLastFieldValuesList();
  /**
   * repeated string lastFieldValues = 1;
   * @return The count of lastFieldValues.
   */
  int getLastFieldValuesCount();
  /**
   * repeated string lastFieldValues = 1;
   * @param index The index of the element to return.
   * @return The lastFieldValues at the given index.
   */
  java.lang.String getLastFieldValues(int index);
  /**
   * repeated string lastFieldValues = 1;
   * @param index The index of the value to return.
   * @return The bytes of the lastFieldValues at the given index.
   */
  com.google.protobuf.ByteString
      getLastFieldValuesBytes(int index);

  /**
   * int32 lastDocId = 2;
   * @return The lastDocId.
   */
  int getLastDocId();

  /**
   * float lastScore = 3;
   * @return The lastScore.
   */
  float getLastScore();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy