Class FacetResponse.Field

  • Enclosing class:
    FacetResponse

    public static class FacetResponse.Field
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected java.util.Map<java.lang.String,​java.lang.Long> valueCountMap  
    • Constructor Summary

      Constructors 
      Constructor Description
      Field​(org.elasticsearch.search.aggregations.bucket.terms.Terms termFacet)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.util.Map<java.lang.String,​java.lang.Long> getValueCountMap()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • valueCountMap

        protected java.util.Map<java.lang.String,​java.lang.Long> valueCountMap
      • name

        protected java.lang.String name
    • Constructor Detail

      • Field

        public Field​(org.elasticsearch.search.aggregations.bucket.terms.Terms termFacet)
    • Method Detail

      • getValueCountMap

        public java.util.Map<java.lang.String,​java.lang.Long> getValueCountMap()
        Returns:
        the valueCountMap
      • getName

        public java.lang.String getName()
        Returns:
        the name