Class PhraseSuggestion.Entry.Option

org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry.Option
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Enclosing class:
PhraseSuggestion.Entry

public static class PhraseSuggestion.Entry.Option extends Suggest.Suggestion.Entry.Option
  • Constructor Details

    • Option

      public Option(Text text, Text highlighted, float score,  collateMatch)
    • Option

      public Option(Text text, Text highlighted, float score)
    • Option

      public Option(StreamInput in) throws
      Throws:
  • Method Details