https://github.com/rnewson/couchdb-lucene
Raw File
Tip revision: 886a12b0373067f5e813ea2297d6148384ece91a authored by Robert Newson on 20 August 2009, 18:57:42 UTC
v0.4 release.
Tip revision: 886a12b
TODO
0.4
--------------

* add "analyzer":simple|standard|french|etc to index object and allow as query parameter - done
* JSONP support - done


0.5 WORK

* NumericField, NumericRangeQuery with Lucene 2.9.

UNSCHEDULED

* LuceneDictionary/spellcheck/suggestions mode.
* _show and _list-like support for search results.
* distributed search.
* hit highlighting (lucene contrib).
* clustering (carrot2).
* JSONQuery? (http://docs.persvr.org/documentation/jsonquery)
* geospatial (need TrieRangeQuery from 2.9)

back to top