Class ActsAsIndexed::SearchIndex
In: lib/acts_as_indexed/search_index.rb
Parent: Object

Methods

Public Class methods

fields:Fields or instance methods of ActiveRecord model to be indexed.
config:ActsAsIndexed::Configuration instance.

Public Instance methods

Adds record to the index.

Adds multiple records to the index. Accepts an array of records.

Removes record from the index.

Returns an array of IDs for records matching query.

[Validate]