class Search

Defined in:

search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def index(file_path : String) #

[View source]
def index : Hash(String, Hash(String, Array(Int32))) #

[View source]
def index=(index : Hash(String, Hash(String, Array(Int32)))) #

[View source]
def lookup(query : String) #

[View source]