log pylons_app/lib/indexers/daemon.py @ 497:fb0c3af6031b celery

age author description
Thu, 23 Sep 2010 01:08:33 +0200 Marcin Kuzminski Implemented locking for task, to prevent for running the same tasks, celery
Tue, 21 Sep 2010 01:08:01 +0200 Marcin Kuzminski Added some more tests, rewrite testing schema, to autogenerate fresh db, new index. celery
Fri, 17 Sep 2010 22:54:30 +0200 Marcin Kuzminski Removed config names from whoosh and celery, celery
Wed, 08 Sep 2010 01:33:38 +0200 Marcin Kuzminski fixed initial whoosh indexer. Build full index on first run even with incremental flag
Fri, 03 Sep 2010 13:15:16 +0200 Marcin Kuzminski updated whoosh indexer to take path as second argument
Fri, 03 Sep 2010 13:07:07 +0200 Marcin Kuzminski updated whoosh indexer to take index building argument type
Wed, 01 Sep 2010 23:38:03 +0200 Marcin Kuzminski added safe unicode funtion, and implemented it in whoosh indexer
Wed, 01 Sep 2010 12:13:03 +0200 Marcin Kuzminski added support for broken symlinks in whoosh indexer
Sat, 28 Aug 2010 14:53:32 +0200 Marcin Kuzminski updated config files,
Wed, 18 Aug 2010 19:41:08 +0200 Marcin Kuzminski some fixes to whoosh indexer daemon
Wed, 18 Aug 2010 00:02:21 +0200 Marcin Kuzminski fixed path issue
Tue, 17 Aug 2010 23:15:36 +0200 Marcin Kuzminski Implemented search using whoosh. Still as experimental option.