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

com.yelp.nrtsearch.server.grpc.TotalHitsOrBuilder 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 TotalHitsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.TotalHits)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .luceneserver.TotalHits.Relation relation = 1;
   * @return The enum numeric value on the wire for relation.
   */
  int getRelationValue();
  /**
   * .luceneserver.TotalHits.Relation relation = 1;
   * @return The relation.
   */
  com.yelp.nrtsearch.server.grpc.TotalHits.Relation getRelation();

  /**
   * 
   ** The value of the total hit count. Must be interpreted in the context of * {#relation}.
   * 
* * int64 value = 2; * @return The value. */ long getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy