root/pyndexter


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @486 [486] 12/11/07 21:02:26 athomas pyndexter: Fix for port parsing bug in util.URI.
(edit) @466 [466] 11/26/07 08:09:26 athomas pyndexter: Documents are now referenced by a user-defined key rather than …
(edit) @465 [465] 11/26/07 07:40:47 athomas pyndexter: More work on the simplification refactoring branch.
(edit) @459 [459] 08/24/07 00:44:47 athomas pyndexter: Re-added stemmers and added an entry_point for them.
(edit) @458 [458] 08/23/07 23:26:25 athomas pyndexter: More cleanup for new branch.
(edit) @457 [457] 08/23/07 22:21:21 athomas pyndexter: Initial commit of simplification refactoring branch.
(edit) @456 [456] 08/22/07 07:56:24 athomas pyndexter: Skip unsupported NOT query test for builtin indexer.
(edit) @454 [454] 08/22/07 06:47:37 athomas pyndexter: Whoops.
(edit) @453 [453] 08/22/07 06:42:12 athomas pyndexter: Moved to hyperestraier pure-Python module, fixed setup.py.
(edit) @452 [452] 08/21/07 08:28:15 athomas pyndexter: All modules are now prefixed with _ to avoid import collisions. …
(edit) @451 [451] 08/21/07 07:25:45 athomas pyndexter: Added sub-expression and attr:value support to the query …
(edit) @450 [450] 08/21/07 07:19:30 athomas pyndexter: moved excerpt into the util module.
(edit) @449 [449] 08/15/07 09:17:38 athomas pyndexter: Moving to a cleaner API - removed source and state code.
(edit) @448 [448] 08/15/07 08:12:14 athomas Clearing out old refactoring branch.
(edit) @447 [447] 08/15/07 08:11:49 athomas Belatedly tagging 0.2.
(edit) @401 [401] 02/15/07 02:29:11 athomas pyndexter: Cosmetic tweaks.
(edit) @400 [400] 02/15/07 01:57:49 athomas pyndexter: Fixed author in setup.py.
(edit) @399 [399] 02/15/07 01:27:48 athomas pyndexter: Whoops.
(edit) @398 [398] 02/15/07 01:24:43 athomas pyndexter: Updated .todo mime-type.
(edit) @397 [397] 02/15/07 00:50:59 athomas pyndexter: Still more docstring updates.
(edit) @396 [396] 02/15/07 00:49:38 athomas pyndexter: More docstring updates.
(edit) @395 [395] 02/15/07 00:39:39 athomas pyndexter: Updated a lot of API documentation.
(edit) @394 [394] 02/14/07 07:04:22 athomas pyndexter: Some release preparation cleanup.
(edit) @393 [393] 02/14/07 06:20:22 athomas pyndexter: * All indexers are now being fairly comprehensively tested. …
(edit) @392 [392] 02/13/07 09:58:24 athomas pyndexter: More unit test updates, plus some bugfixes that came out of the …
(edit) @391 [391] 02/13/07 09:27:09 athomas pyndexter: Start of Indexer test cases.
(edit) @390 [390] 02/13/07 08:48:21 athomas pyndexter: Some good progress on adding the suite of tests.
(edit) @389 [389] 02/13/07 04:38:12 athomas pyndexter: Superficial updates.
(edit) @388 [388] 02/12/07 17:37:38 athomas pyndexter: Query objects now act as a function object, matching their …
(edit) @387 [387] 02/12/07 02:48:24 athomas pyndexter: URI objects are now passed around exclusively (hopefully) …
(edit) @386 [386] 02/11/07 22:34:01 athomas pyndexter: * Passing an indexer to the framework is now optional. * …
(edit) @385 [385] 02/11/07 06:56:44 athomas pyndexter: More doctests for URI.
(edit) @384 [384] 02/11/07 06:40:56 athomas pyndexter: * Framework filters will now be passed the Framework
(edit) @383 [383] 02/09/07 14:07:35 athomas pyndexter: * bool URI query parsing works now * Added document content …
(edit) @382 [382] 02/08/07 19:56:17 athomas pyndexter: Agh. Commit the remainder of the last change.
(edit) @381 [381] 02/08/07 19:54:27 athomas pyndexter: * Renamed sync() to flush() to disambiguate from …
(edit) @380 [380] 02/08/07 03:49:14 athomas pyndexter: * Hit objects no longer have a document attribute. …
(edit) @379 [379] 02/08/07 00:20:45 athomas pyndexter: * Builtin indexer can now optionally use different dbm …
(edit) @378 [378] 02/06/07 20:06:51 athomas pyndexter: * Cleared out old builtin indexer. * Renamed …
(edit) @377 [377] 02/06/07 19:01:35 athomas pyndexter: * Added preliminary stemming interface, with a Porter …
(edit) @376 [376] 02/04/07 23:03:27 athomas pyndexter: * Lucene adapter is functional. * Few docstring updates. …
(edit) @375 [375] 02/04/07 06:46:09 athomas pyndexter: Updated file source docs.
(edit) @374 [374] 02/04/07 06:33:57 athomas pyndexter: Merged [log:pyndexter/branches/refactoring@321:373 refactoring …
(edit) @373 [373] 02/04/07 06:00:26 athomas pyndexter: Fix for result slicing unnecessarily passing exceptions.
(edit) @372 [372] 02/04/07 05:06:48 athomas pyndexter: Some fixes for Hyperestraiar adapters, plus a UTF-8 encoding …
(edit) @371 [371] 02/04/07 04:19:22 athomas pyndexter: Using a generic Query.to_boolean() method to convert …
(edit) @370 [370] 02/04/07 03:35:23 athomas pyndexter: Added option max_term_length to the Xapian adapter for …
(edit) @369 [369] 01/23/07 14:33:58 athomas pyndexter: Hyperestraier adapter now places DB in its own sub-directory.
(edit) @368 [368] 01/21/07 20:42:18 athomas pyndexter: * Some UTF-8 fixes. * setup.py will now actually install …
(edit) @367 [367] 01/18/07 07:27:52 athomas pyndexter: * Fixed framework update() filtering. * Added a few …
(edit) @366 [366] 01/16/07 18:39:45 athomas pyndexter: Bit of refactoring and clean up of slicing and indexing on Hit …
(edit) @365 [365] 01/16/07 17:02:28 athomas pyndexter: * Scoring in the Hype adapter is now optional, as scores are …
(edit) @364 [364] 01/15/07 09:53:36 athomas pyndexter: * Re-added Hype adapter as it seems I was mistaken about its …
(edit) @363 [363] 01/15/07 07:03:12 athomas pyndexter: Fixed #26, along with adding query translation.
(edit) @362 [362] 01/14/07 18:05:18 athomas pyndexter: Whitespace fixes.
(edit) @361 [361] 01/14/07 17:40:46 athomas pyndexter: Start of restructuring.
(edit) @360 [360] 01/10/07 06:20:33 athomas pyndexter: Going to move to a URI based instantiation approach. This …
(edit) @359 [359] 01/04/07 20:45:43 athomas pyndexter: Hyperestraier adapter is now basically working.
(edit) @358 [358] 01/04/07 06:55:58 athomas pyndexter: Completely non-working pyrex Indexer implementation.
(edit) @357 [357] 01/04/07 06:52:59 athomas pyndexter: Refactoring branch. * Refactored Indexer into two …
(edit) @354 [354] 09/25/06 07:49:51 athomas pyndexter: * Added copyright and encoding messages * All known …
(edit) @353 [353] 09/08/06 20:30:30 athomas pyndexter: FileSource will now only index regular files.
(edit) @348 [348] 06/12/06 01:51:52 athomas pyndexter: Tagged 0.1 release
(edit) @347 [347] 06/12/06 01:51:20 athomas pyndexter: Added /pyndexter/tags and …
(edit) @346 [346] 06/12/06 01:32:38 athomas pyndexter: cleaned up setup.py for upload to the Cheese Shop.
(edit) @345 [345] 06/06/06 10:22:55 athomas pyndexter: * Moved to using a flags argument for Indexer.search(). Is …
(edit) @332 [332] 04/29/06 23:09:58 athomas pyndexter: * Added a horribly inefficient built-in indexer, …
(edit) @331 [331] 04/24/06 09:51:45 athomas * Added a MetaSource, which proxies for multiple sources. * A few bug …
(edit) @330 [330] 04/24/06 00:08:31 athomas Documented exceptions.
(edit) @329 [329] 04/23/06 23:57:38 athomas Added standard exceptions, refactored most known sources of error to …
(edit) @327 [327] 04/23/06 06:18:32 athomas pyndexter: Updated XapianSearch to return Hit objects.
(edit) @322 [322] 04/23/06 05:40:24 athomas Initial import of Pyndexter.
(edit) @321 [321] 04/23/06 05:38:46 athomas --
(add) @320 [320] 04/23/06 05:37:48 athomas Initial create of pyndexter path.
Note: See TracRevisionLog for help on using the revision log.