0
0
Fork 0
Commit Graph

11 Commits

Author SHA1 Message Date
Gibheer f0dbb9e39f built a simple storage engine based on a hash and an abstract class to
have an interface for the next one
2011-06-16 13:15:56 +02:00
Gibheer 9fa082d8d9 a simple stemmer which should work for very simple things
it should get extended in the feature to do all the stuff for english
languages
2011-06-10 15:30:20 +02:00
Gibheer aa153bc68c added an abstract stemmer and an implementation of a simple stemmer 2011-06-10 00:40:03 +02:00
Gibheer 41ec65a7a2 - Polecat is now a module and can be included
- a dependency to FileUtils was missing
2011-06-07 06:41:55 +02:00
Gibheer 68306d1f08 Document was replaced with Virtus, an attribute Gem from solnic
see http://github.com/solnic/virtus for more informations
2011-06-06 18:47:01 +02:00
Gibheer ffa9e96a9f searches are now done with Queries, which contain Terms 2011-06-06 16:08:37 +02:00
Gibheer 80151adab2 delete the old index, because it's obselete 2011-05-31 20:34:09 +02:00
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
Gibheer f0ea1944da test with all rubies 2011-05-20 15:29:53 +02:00
Gibheer b771e23219 initial commit with an already somewhat working index 2011-05-07 22:02:28 +02:00
Gibheer 93cf6efa0d Initial commit to polecat. 2011-05-07 19:32:28 +02:00