Interface PhraseSuggestionBuilder.CandidateGenerator
- All Superinterfaces:
org.elasticsearch.common.xcontent.ToXContent
,org.elasticsearch.common.xcontent.ToXContentObject
,Writeable
- All Known Implementing Classes:
DirectCandidateGeneratorBuilder
- Enclosing class:
- PhraseSuggestionBuilder
public static interface PhraseSuggestionBuilder.CandidateGenerator
extends Writeable, org.elasticsearch.common.xcontent.ToXContentObject
PhraseSuggestionBuilder.CandidateGenerator
interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.search.suggest.phrase.PhraseSuggestionContext.DirectCandidateGenerator
build(IndexAnalyzers indexAnalyzers)
getType()
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Method Details
-
getType
String getType() -
build
org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext.DirectCandidateGenerator build(IndexAnalyzers indexAnalyzers) throws IOException- Throws:
IOException
-