Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2004/12/07 16:05:43 22 22 dpavlin DEVELOPMENT STOPPED: it seems that swish++ isn't faster than swish-e if you
remove clever heuristics about english words. So, this project is abandoned.
2004/12/05 22:24:09 21 21 dpavlin documentation update
2004/12/05 21:50:47 20 20 dpavlin remove debugging output
2004/12/05 21:11:47 19 19 dpavlin fix
2004/12/05 21:10:08 18 18 dpavlin tool to dump BerkeleyDB database (for debugging)
2004/12/05 21:09:46 17 17 dpavlin POD test
2004/12/05 21:06:48 16 16 dpavlin added experimental support for storing meta data (properties) in BerkeleyDB
hash database (currently ALL meta data is also stored in BerkeleyDB).
2004/12/05 15:46:10 15 15 dpavlin well, one test won't do: verbose test with homer
Copied from /trunk/t/swish.t:14
2004/12/05 15:35:53 14 14 dpavlin store cwd in $i->{'cwd'}, store just version numbers in $i->{'version'},
_init_indexer doesn't mess with cwd while indexing, _index_fh is now private.
2004/12/05 14:35:54 13 13 dpavlin relative index_dir paths will be now resolved to absolute,
added finish_update to close indexer, DESTROY will also close index,
verbose level now corresponds to debug level, mode debug output
2004/12/05 14:32:40 12 12 dpavlin fix html target
2004/12/05 13:30:57 11 11 dpavlin support for meta in data, relaxed swish++ config, distribution cleanup
2004/12/05 12:48:00 10 10 dpavlin rename open costructor to new
2004/12/05 00:59:50 9 9 dpavlin - new options to open: meta_in_body and use_stopwords
- new add method (same as _create_doc)
- renamed _init_index to _init_indexer
- by default, stopwords from swish++ will be disabled (use_stopword option to
open to enables them)
- support for (only) title meta data
- support to include meta data in full text search (meta_in_body open opt)
2004/12/04 17:49:20 8 8 dpavlin search is working
2004/12/03 23:30:22 7 7 dpavlin sanity test
2004/12/03 21:48:29 6 6 dpavlin fix
2004/12/03 21:48:15 5 5 dpavlin more documentation
2004/12/03 19:35:02 4 4 dpavlin simple indexing works
2004/12/03 15:23:23 3 3 dpavlin - API change to be more line Plucene::Simple
- check_bin method to find and verify swish++ binaries
- make html target