struct Redis::FullText::SortByAggregate
- Redis::FullText::SortByAggregate
- Struct
- Value
- Object
Defined in:
search/aggregate.crConstructors
- .new(property : String, order : Order, max : Int32 | Nil = nil)
- .new(properties : Array(Redis::FullText::SortByAggregate::Property), max : Int32 | Nil)
Instance Method Summary
Constructor Detail
def self.new(properties : Array(Redis::FullText::SortByAggregate::Property), max : Int32 | Nil)
#