com.yelp.nrtsearch.server.grpc.InfixSuggesterOrBuilder 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/suggest.proto
// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;
public interface InfixSuggesterOrBuilder extends
// @@protoc_insertion_point(interface_extends:luceneserver.InfixSuggester)
com.google.protobuf.MessageOrBuilder {
/**
*
*Index and query analyzer
*
*
* string analyzer = 1;
* @return The analyzer.
*/
java.lang.String getAnalyzer();
/**
*
*Index and query analyzer
*
*
* string analyzer = 1;
* @return The bytes for analyzer.
*/
com.google.protobuf.ByteString
getAnalyzerBytes();
/**
*
* Index Analyzer
*
*
* string indexAnalyzer = 2;
* @return The indexAnalyzer.
*/
java.lang.String getIndexAnalyzer();
/**
*
* Index Analyzer
*
*
* string indexAnalyzer = 2;
* @return The bytes for indexAnalyzer.
*/
com.google.protobuf.ByteString
getIndexAnalyzerBytes();
/**
*
* Query Analyzer
*
*
* string queryAnalyzer = 3;
* @return The queryAnalyzer.
*/
java.lang.String getQueryAnalyzer();
/**
*
* Query Analyzer
*
*
* string queryAnalyzer = 3;
* @return The bytes for queryAnalyzer.
*/
com.google.protobuf.ByteString
getQueryAnalyzerBytes();
}