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

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

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy