Method: Chewy::Repository#initialize
- Defined in:
- lib/chewy/repository.rb
#initialize ⇒ Repository
Returns a new instance of Repository.
54 55 56 57 58 59 |
# File 'lib/chewy/repository.rb', line 54 def initialize @analyzers = {} @tokenizers = {} @filters = {} @char_filters = {} end |