Class PhraseSuggestion.Entry.Option

java.lang.Object
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, java.lang.Boolean collateMatch)
    • Option

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

      public Option​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details