Uses of Class
io.quarkus.redis.datasource.search.Document.Property
Packages that use Document.Property
-
Uses of Document.Property in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return Document.PropertyModifier and TypeMethodDescriptionGets a property from the document.Gets a specific property from the documentMethods in io.quarkus.redis.datasource.search that return types with arguments of type Document.PropertyConstructor parameters in io.quarkus.redis.datasource.search with type arguments of type Document.PropertyModifierConstructorDescriptionAggregateDocument(Map<String, Document.Property> properties) Document(String id, double score, io.vertx.mutiny.redis.client.Response payload, Map<String, Document.Property> properties)