Interface PhraseSuggestionBuilder.CandidateGenerator
- All Superinterfaces:
ToXContent,ToXContentObject,Writeable
- All Known Implementing Classes:
DirectCandidateGeneratorBuilder
- Enclosing class:
- PhraseSuggestionBuilder
public static interface PhraseSuggestionBuilder.CandidateGenerator extends Writeable, ToXContentObject
PhraseSuggestionBuilder.CandidateGenerator interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Method Summary
Modifier and Type Method Description org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext.DirectCandidateGeneratorbuild(MapperService mapperService)java.lang.StringgetType()
-
Method Details
-
getType
java.lang.String getType() -
build
org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext.DirectCandidateGenerator build(MapperService mapperService) throws java.io.IOException- Throws:
java.io.IOException
-