Class MinAggregation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentTypeField getField()
      Returns the field this aggregation is bound to.
      java.lang.String getId()
      Returns the aggregation identifier.
      • Methods inherited from class java.lang.Object

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

      • id

        protected final java.lang.String id
    • Constructor Detail

      • MinAggregation

        public MinAggregation​(java.lang.String id,
                              DocumentTypeField field)
        Creates a new instance.
        Parameters:
        id - the aggregation identifier.
        field - the field that aggregation will be performed on.
        Since:
        11.0.0