Revision 6805c41f89da0c595733d37ff95473aceec26cbe authored by Robert Newson on 09 April 2010, 21:56:55 UTC, committed by Robert Newson on 09 April 2010, 21:56:55 UTC
1 parent 2d8c718
Raw File
TODO
0.5
----------------------

REGRESSIONS
1) restore stale != ok correctly

OPTIMIZE
1) use nio so we have one thread per core - not one thread per view
2) use one connection per db not one connection per view

* add radial searching (?q=pizza&location=51.1793;-0.1860&distance=2km ?)
* pause/resume control over indexer?

* allow c-l operations even if couchdb is down (except include_docs=true, of course)
* correctly handle database deletion, view renames, view adds, deletes, etc.
* add a /test/ endpoint to run test suite.

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

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

0.6

* 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