https://github.com/rnewson/couchdb-lucene
Raw File
Tip revision: 3565b0acbf03d86c91d174f431c09b60961e63b1 authored by Robert Newson on 31 December 2012, 09:19:38 UTC
This is 0.9.0
Tip revision: 3565b0a
TODO
0.6

OpenJDK compatibility!

* Authentication to secured couchdb. --done
* add X-CouchDB-WWW-Authenticate=Basic realm="couchdb-lucene" and disable pre-emptive auth!

* make attachment call support "store":"yes|no"

* configure osxappbundle:bundle to make one-click OSX install.

* distributed search.

UNSCHEDULED

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

back to top