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

com.yelp.nrtsearch.server.grpc.CompletionInfixSuggesterOrBuilder 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/suggest.proto

// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;

public interface CompletionInfixSuggesterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.CompletionInfixSuggester)
    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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy