Robert Newson
Robert Newson
Hi, best thing to do is so submit a PR against https://github.com/apache/couchdb-nano/ instead.
Hi, best thing to do is so submit a PR against https://github.com/apache/couchdb-nano/ instead.
Hi, best thing to do is so submit a PR against https://github.com/apache/couchdb-nano/ instead.
This seems to have been dropped, can someone confirm? I stand by my comment above fwiw, that adding sharding after all the effort to switch to FDB to get away...
It sounds like we've not exhausted other options other than re-adding sharding just yet. Mike, your point on multi-doc updates is a good one, and perhaps that needs discussing before...
the _local_seq option for views has been around much longer than couchdb 1.6, but couchdb-lucene does not support it. Patches are welcome, of course. I'd start by checking couchdb source...
Anything in the logs? I threw a simple test together to see if nested structures can be emitted and it passes; ``` @Test public void testNested() throws Exception { final...
It seems to be because your keys are numbers.
This is where the json string from couchdb is converted to an object in couchdb-lucene; final JSONObject json = JSONObject.fromObject(line); I'll check tomorrow but perhaps this is where the string...
the json library has changed recently, is this still an issue?