Class AggregateDocument
java.lang.Object
io.quarkus.redis.datasource.search.AggregateDocument
Represents a document from a
ft.aggregate response.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a property from the document.
-
Constructor Details
-
AggregateDocument
-
-
Method Details
-
properties
- Returns:
- the document properties
-
property
Gets a property from the document.- Parameters:
name- the property name, must not benull- Returns:
- the property,
nullif not found
-