Class HighlightField

java.lang.Object
org.elasticsearch.search.fetch.subphase.highlight.HighlightField
All Implemented Interfaces:
Writeable, ToXContent, ToXContentFragment

public class HighlightField
extends java.lang.Object
implements ToXContentFragment, Writeable
A field highlighted with its highlighted fragments.
  • Constructor Details

  • Method Details

    • name

      public java.lang.String name()
      The name of the field highlighted.
    • getName

      public java.lang.String getName()
      The name of the field highlighted.
    • fragments

      public Text[] fragments()
      The highlighted fragments. null if failed to highlight (for example, the field is not stored).
    • getFragments

      public Text[] getFragments()
      The highlighted fragments. null if failed to highlight (for example, the field is not stored).
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      java.io.IOException
    • fromXContent

      public static HighlightField fromXContent​(XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • toXContent

      public XContentBuilder toXContent​(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface ToXContent
      Throws:
      java.io.IOException
    • equals

      public final boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class java.lang.Object