struct Redis::FullText::SortByAggregate

Defined in:

search/aggregate.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(property : String, order : Order, max : Int32 | Nil = nil) #

[View source]
def self.new(properties : Array(Redis::FullText::SortByAggregate::Property), max : Int32 | Nil) #

[View source]

Instance Method Detail

def max : Int32 | Nil #

[View source]
def properties : Array(Property) #

[View source]