Class RecordSearch::DataSource
In: lib/recordsearch/data_source.rb
Parent: Object

Used when indexing. You can create subclass to give the indexer the data it needs.

Methods

next  

Public Instance methods

Returns the next record. The method in this class is abstract (or it tries to) It raises an exception telling you to implement it.

[Validate]