Class ActsAsIndexed::Storage
In: lib/acts_as_indexed/storage.rb
Parent: Object

Methods

add   fetch   new   record_count   remove  

Classes and Modules

Class ActsAsIndexed::Storage::OldIndexVersion

Constants

INDEX_FILE_EXTENSION = '.ind'
TEMP_FILE_EXTENSION = '.tmp'

Public Class methods

Public Instance methods

Takes a hash of atoms and adds these to storage.

Takes a string array of atoms names return a hash of the relevant atoms.

Returns the number of records currently stored in this index.

Takes a hash of atoms and removes these from storage.

[Validate]