public static class PhraseSuggestion.Entry extends Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option>
Suggest.Suggestion.Entry.OptionToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected double |
cutoffScore |
length, offset, options, textEMPTY_PARAMS| コンストラクタと説明 |
|---|
Entry() |
Entry(Text text,
int offset,
int length,
double cutoffScore) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addOption(Suggest.Suggestion.Entry.Option option) |
double |
getCutoffScore() |
protected void |
merge(Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option> other)
Merge any extra fields for this subtype.
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
equals, getLength, getOffset, getOptions, getText, hashCode, iterator, newOption, reduce, sort, toXContentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Entry(Text text, int offset, int length, double cutoffScore)
public Entry()
public double getCutoffScore()
protected void merge(Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option> other)
Suggest.Suggestion.Entrymerge クラス内 Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option>public void addOption(Suggest.Suggestion.Entry.Option option)
addOption クラス内 Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option>public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option>IOExceptionCopyright © 2009–2016. All rights reserved.