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

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

  /**
   * .luceneserver.ProfileResult.SearchStats searchStats = 1;
   * @return Whether the searchStats field is set.
   */
  boolean hasSearchStats();
  /**
   * .luceneserver.ProfileResult.SearchStats searchStats = 1;
   * @return The searchStats.
   */
  com.yelp.nrtsearch.server.grpc.ProfileResult.SearchStats getSearchStats();
  /**
   * .luceneserver.ProfileResult.SearchStats searchStats = 1;
   */
  com.yelp.nrtsearch.server.grpc.ProfileResult.SearchStatsOrBuilder getSearchStatsOrBuilder();

  /**
   * string parsedQuery = 2;
   * @return The parsedQuery.
   */
  java.lang.String getParsedQuery();
  /**
   * string parsedQuery = 2;
   * @return The bytes for parsedQuery.
   */
  com.google.protobuf.ByteString
      getParsedQueryBytes();

  /**
   * string rewrittenQuery = 3;
   * @return The rewrittenQuery.
   */
  java.lang.String getRewrittenQuery();
  /**
   * string rewrittenQuery = 3;
   * @return The bytes for rewrittenQuery.
   */
  com.google.protobuf.ByteString
      getRewrittenQueryBytes();

  /**
   * string drillDownQuery = 4;
   * @return The drillDownQuery.
   */
  java.lang.String getDrillDownQuery();
  /**
   * string drillDownQuery = 4;
   * @return The bytes for drillDownQuery.
   */
  com.google.protobuf.ByteString
      getDrillDownQueryBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy