Class AggregateDocument


  • public class AggregateDocument
    extends Object
    Represents a document from a ft.aggregate response.
    • Method Detail

      • property

        public Document.Property property​(String name)
        Gets a property from the document.
        Parameters:
        name - the property name, must not be null
        Returns:
        the property, null if not found