0
0
Commit Graph

14 Commits

Author SHA1 Message Date
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
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
1f9817960a added a new spec for IndexWriter#write 2011-05-26 21:41:42 +02:00
Gibheer
bd8230c4fc specs for the index writer, which is responsible for writing the
documents into the index dir
2011-05-26 21:18:46 +02:00
Gibheer
b9caf75d53 put Document and DocumentResource into the Polecat namespace 2011-05-24 14:41:09 +02:00
Gibheer
b171eeaa3d the index is now using the documents for searching 2011-05-24 11:12:38 +02:00
Gibheer
720228945f the index is now using the marshal format for reading and writing the
data
2011-05-23 20:54:28 +02:00
Gibheer
f0ea1944da test with all rubies 2011-05-20 15:29:53 +02:00
Gibheer
cae9cd392b you have to flush the index to write the data to the file 2011-05-10 15:44:13 +02:00
Gibheer
2ce1f3b9cb find terms in lines 2011-05-10 14:38:02 +02:00
Gibheer
4274de4f02 returns all lines, which have a match 2011-05-10 14:36:37 +02:00
Gibheer
99fa77b82b check, if the index dir has an index 2011-05-09 15:32:58 +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