Class AggregateDocument

java.lang.Object
io.quarkus.redis.datasource.search.AggregateDocument

public class AggregateDocument extends Object
Represents a document from a ft.aggregate response.
  • Constructor Details

  • Method Details

    • properties

      public Map<String,Document.Property> properties()
      Returns:
      the document properties
    • 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