forked from rnewson/couchdb-lucene
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
31 lines (21 loc) · 902 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.5
----------------------
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)