Class PhraseSuggestion.Entry
java.lang.Object
org.elasticsearch.search.suggest.Suggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
- All Implemented Interfaces:
java.lang.Iterable<PhraseSuggestion.Entry.Option>,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- Enclosing class:
- PhraseSuggestion
public static class PhraseSuggestion.Entry extends Suggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhraseSuggestion.Entry.OptionNested 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.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description protected doublecutoffScoreFields inherited from class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
length, offset, options, OPTIONS, textFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidaddOption(PhraseSuggestion.Entry.Option option)booleanequals(java.lang.Object other)static PhraseSuggestion.EntryfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)doublegetCutoffScore()inthashCode()protected voidmerge(Suggest.Suggestion.Entry<PhraseSuggestion.Entry.Option> other)Merge any extra fields for this subtype.protected PhraseSuggestion.Entry.OptionnewOption(StreamInput in)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
addOptions, declareCommonFields, getLength, getOffset, getOptions, getText, iterator, reduce, sort, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
cutoffScore
protected double cutoffScore
-
-
Constructor Details
-
Entry
-
Entry
-
Entry
- Throws:
java.io.IOException
-
-
Method Details
-
getCutoffScore
public double getCutoffScore()- Returns:
- cutoff score for suggestions. input term score * confidence for phrase suggest, 0 otherwise
-
merge
Description copied from class:Suggest.Suggestion.EntryMerge any extra fields for this subtype.- Overrides:
mergein classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-
addOption
- Overrides:
addOptionin classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-
fromXContent
public static PhraseSuggestion.Entry fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
newOption
- Specified by:
newOptionin classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>- Throws:
java.io.IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-
hashCode
public int hashCode()- Overrides:
hashCodein classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-