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:
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/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 class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
length, offset, options, OPTIONS, text
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
static PhraseSuggestion.Entry
fromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
double
int
hashCode()
protected void
Merge any extra fields for this subtype.protected PhraseSuggestion.Entry.Option
newOption(StreamInput in)
void
writeTo(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, toXContent
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
cutoffScore
protected double cutoffScore
-
-
Constructor Details
-
Entry
-
Entry
-
Entry
- Throws:
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.Entry
Merge any extra fields for this subtype.- Overrides:
merge
in classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-
addOption
- Overrides:
addOption
in classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-
fromXContent
public static PhraseSuggestion.Entry fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
newOption
- Specified by:
newOption
in classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
- Throws:
IOException
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Overrides:
writeTo
in classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
- Throws:
IOException
-
equals
- Overrides:
equals
in classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSuggest.Suggestion.Entry<PhraseSuggestion.Entry.Option>
-