Uses of Class
io.quarkus.redis.datasource.search.Document.Property
-
Packages that use Document.Property Package Description io.quarkus.redis.datasource.search -
-
Uses of Document.Property in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return Document.Property Modifier and Type Method Description Document.PropertyAggregateDocument. property(String name)Gets a property from the document.Document.PropertyDocument. property(String name)Gets a specific property from the documentMethods in io.quarkus.redis.datasource.search that return types with arguments of type Document.Property Modifier and Type Method Description Map<String,Document.Property>AggregateDocument. properties()Map<String,Document.Property>Document. properties()Constructor parameters in io.quarkus.redis.datasource.search with type arguments of type Document.Property Constructor Description AggregateDocument(Map<String,Document.Property> properties)Document(String id, double score, io.vertx.mutiny.redis.client.Response payload, Map<String,Document.Property> properties)
-