https://github.com/rnewson/couchdb-lucene
Raw File
Tip revision: 7051e32601a187543d2523f40add682e48d68ec4 authored by Robert Newson on 19 April 2011, 10:41:07 UTC
stream attachments through Tika to avoid 100,000 byte limit.
Tip revision: 7051e32
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