struct Redis::FullText::Filter

Defined in:

search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(field : String, min : String, max : String) #

[View source]
def self.new(field : String, range : Range(B, E)) forall B, E #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(field _field = @field, min _min = @min, max _max = @max) #

[View source]
def field : String #

def max : String #

def min : String #