Class DetailAnalyzeResponse.CharFilteredText

java.lang.Object
org.elasticsearch.client.indices.DetailAnalyzeResponse.CharFilteredText
Enclosing class:
DetailAnalyzeResponse

public static class DetailAnalyzeResponse.CharFilteredText
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    static DetailAnalyzeResponse.CharFilteredText fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.lang.String getName()  
    java.lang.String[] getTexts()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getName

      public java.lang.String getName()
    • getTexts

      public java.lang.String[] getTexts()
    • fromXContent

      public static DetailAnalyzeResponse.CharFilteredText fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • equals

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

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