forked from dbalmain/ferret
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn+ssh://davebalmain.com/home/dave/repos/ferret/trunk@942 06fd6eb0-0002-0410-a719-e5602cce40bc
- Loading branch information
dave
committed
Apr 18, 2008
1 parent
fc561e6
commit 9cf3797
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
= TODO | ||
|
||
* user defined sorting | ||
* add field compression | ||
* Fix highlighting to work for compressed fields | ||
* Fix highlighting to work for external fields | ||
* Add Ferret::Index::Index | ||
* Fix: | ||
> Working Query: field1:value1 AND NOT field2:value2 | ||
> Failing Query: field1:value1 AND ( NOT field2:value2 ) | ||
|
||
= Done | ||
* Add string Sort descripter | ||
* fix memory bug | ||
* add MultiReader interface | ||
* add lexicographical sort (byte sort) | ||
* Add highlighting | ||
* add field compression | ||
* Fix highlighting to work for compressed fields | ||
* Add Ferret::Index::Index | ||
* Fix: | ||
> Working Query: field1:value1 AND NOT field2:value2 | ||
> Failing Query: field1:value1 AND ( NOT field2:value2 ) | ||
|