com.yelp.nrtsearch.server.grpc.SearcherVersionOrBuilder 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
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yelp/nrtsearch/luceneserver.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
public interface SearcherVersionOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.SearcherVersion)
com.google.protobuf.MessageOrBuilder {
/**
*
*returns the version recorded in the commit that the reader opened. This version is advanced every time a change is made with IndexWriter
*
*
* int64 version = 1;
* @return The version.
*/
long getVersion();
/**
*
*true if refresh happened
*
*
* bool didRefresh = 2;
* @return The didRefresh.
*/
boolean getDidRefresh();
}