0
0
Fork 0
Commit Graph

11 Commits

Author SHA1 Message Date
Gibheer 665109f544 modified benchmark to use the new storages 2011-06-20 11:06:36 +02:00
Gibheer 0cb40b86f2 it is now building a small block out of the term parameters 2011-06-08 08:14: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 73a4ae21c8 because of a missing ! the relationship per :or returned false documents 2011-06-06 20:34:52 +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 aaff085b47 changed the search from an each to a select, which returns an array 2011-05-31 08:12:51 +02:00
Gibheer 329f4d6d4b it's now possible to search on the default field 2011-05-30 22:23:38 +02:00
Gibheer 3e12494e44 * changed the method IndexSearcher#initialize to only use hashes
* added IndexSearcher#search for strings only
2011-05-30 21:56:02 +02:00
Gibheer 6c685b4840 some refactor in the index searcher 2011-05-30 20:20:17 +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