com.yelp.nrtsearch.server.grpc.LastHitInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clientlib Show documentation
Show all versions of clientlib Show documentation
GRPC Clientlib for nrtSearch
// 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();
}