com.yelp.nrtsearch.server.grpc.WildcardQueryOrBuilder 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
// 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 WildcardQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.WildcardQuery)
com.google.protobuf.MessageOrBuilder {
/**
* string field = 1;
* @return The field.
*/
java.lang.String getField();
/**
* string field = 1;
* @return The bytes for field.
*/
com.google.protobuf.ByteString
getFieldBytes();
/**
* string text = 2;
* @return The text.
*/
java.lang.String getText();
/**
* string text = 2;
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
/**
*
* Method used to rewrite the query.
*
*
* .luceneserver.RewriteMethod rewrite = 3;
* @return The enum numeric value on the wire for rewrite.
*/
int getRewriteValue();
/**
*
* Method used to rewrite the query.
*
*
* .luceneserver.RewriteMethod rewrite = 3;
* @return The rewrite.
*/
com.yelp.nrtsearch.server.grpc.RewriteMethod getRewrite();
/**
*
* Specifies the size to use for the TOP_TERMS* rewrite methods.
*
*
* int32 rewriteTopTermsSize = 4;
* @return The rewriteTopTermsSize.
*/
int getRewriteTopTermsSize();
}