0
0
polecat/lib/polecat.rb
Gibheer d5057a5a26 * new basis for the save and load system of the index
* the old index will disappear and IndexSearcher will be the interface
  for searching through the index
2011-05-30 18:36:51 +02:00

8 lines
174 B
Ruby

class Polecat
require 'polecat/index'
require 'polecat/index_writer'
require 'polecat/index_reader'
require 'polecat/index_searcher'
require 'polecat/document'
end