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

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

The 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 NestedQueryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.NestedQuery)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * query for the child documents
   * 
* * .luceneserver.Query query = 1; * @return Whether the query field is set. */ boolean hasQuery(); /** *
   * query for the child documents
   * 
* * .luceneserver.Query query = 1; * @return The query. */ com.yelp.nrtsearch.server.grpc.Query getQuery(); /** *
   * query for the child documents
   * 
* * .luceneserver.Query query = 1; */ com.yelp.nrtsearch.server.grpc.QueryOrBuilder getQueryOrBuilder(); /** *
   * field name of the nested
   * 
* * string path = 2; * @return The path. */ java.lang.String getPath(); /** *
   * field name of the nested
   * 
* * string path = 2; * @return The bytes for path. */ com.google.protobuf.ByteString getPathBytes(); /** *
   * how child documents score affects final score
   * 
* * .luceneserver.NestedQuery.ScoreMode scoreMode = 3; * @return The enum numeric value on the wire for scoreMode. */ int getScoreModeValue(); /** *
   * how child documents score affects final score
   * 
* * .luceneserver.NestedQuery.ScoreMode scoreMode = 3; * @return The scoreMode. */ com.yelp.nrtsearch.server.grpc.NestedQuery.ScoreMode getScoreMode(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy