Uses of Class
com.redis.lettucemod.search.Sort.Property
-
Packages that use Sort.Property Package Description com.redis.lettucemod.search -
-
Uses of Sort.Property in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return Sort.Property Modifier and Type Method Description static Sort.PropertySort.Property. asc(java.lang.String name)static Sort.PropertySort.Property. desc(java.lang.String name)static Sort.PropertySort.Property. of(java.lang.String name, Order order)Methods in com.redis.lettucemod.search that return types with arguments of type Sort.Property Modifier and Type Method Description java.util.List<Sort.Property>Sort. getProperties()Methods in com.redis.lettucemod.search with parameters of type Sort.Property Modifier and Type Method Description Sort.BuilderSort.Builder. by(Sort.Property... properties)static Sort.BuilderSort. by(Sort.Property... properties)static Sort.BuilderAggregateOperation. sort(Sort.Property... properties)Method parameters in com.redis.lettucemod.search with type arguments of type Sort.Property Modifier and Type Method Description voidSort. setProperties(java.util.List<Sort.Property> properties)Constructors in com.redis.lettucemod.search with parameters of type Sort.Property Constructor Description Builder(Sort.Property... properties)
-