Re: CouchDB 2.0 as Snap

2016-09-18 Thread Constantin Teodorescu
It would be nice to have two snap packages: - CouchDB 2.0 UN-CLUSTERED - CouchDB 2.0 CLUSTERED VERSION That will encourage a lot of "standalone" CouchDB users to upgrade to a 2.0 version without the clustering overload stuff, and thus make a big pool of 2.0 testers and bug-reporters! Teo On Mon,

Re: Mango full text search is immune to accented letters?

2016-08-01 Thread Constantin Teodorescu
On Mon, Aug 1, 2016 at 7:50 PM, Tony Sun wrote: > Hey Teo, > > Were you able to get Mango text search working? Specifying the analyzer > get's a little tricky. > No Tony, thanks for asking! I realised that there is another process that it handles Lucene search, just like in the old "CouchDB Luc

Makefile:234: recipe for target 'release' failed , thought ./dev/run works!

2016-08-01 Thread Constantin Teodorescu
New, fresh Ubuntu 16.04.1 x86_64 VirtualBox image installed! teo@vbubu:~/sudo apt-get install build-essential erlang-base erlang-dev erlang-manpages erlang-eunit erlang-nox libicu-dev libmozjs185-dev libcurl4-openssl-dev pkg-config teo@vbubu:$ /tar -zxvf ~/Downloads/apache-couchdb-2.0.

Mango full text search is immune to accented letters?

2016-07-30 Thread Constantin Teodorescu
Is Mango Full text indexer/search (or would it be) immune for accented letters? I'm planning to use it for searching "posta" but it may be "poştă" in documents! SQLite3 FTS4 is able to do that! For the moment I'm using CouchDB 1.6 views with explicit "flatten function" in JavaScript to create a n

Re: CouchDB 2.0 blog series

2016-07-28 Thread Constantin Teodorescu
On Thu, Jul 28, 2016 at 10:52 AM, Robert Newson wrote: > Whenever you want to compact, it's the only current method. > > Given the difficulty there, especially for view shards, we should consider > adding _compact on 5984 (compact all shards at once). > That's the best approach for a quick adopt

Re: Starting 2.0 Release Candidates

2016-07-15 Thread Constantin Teodorescu
On Thu, Jul 14, 2016 at 11:55 PM, Jan Lehnardt wrote: > New tarball with the changes here: > > > https://home.apache.org/~jan/couchdb/2.0/RC/apache-couchdb-2.0.0-2dddaf0.tar.gz > > untar, ./configure, make ./dev/run , everything is working OK on Ubuntu 15.10 and 16.04 64 bit Just wanted to k

Re: Candidates for built-in filter functions?

2016-03-20 Thread Constantin Teodorescu
On Sun, Mar 20, 2016 at 6:19 PM, Robert Newson wrote: > As part of a new effort to improve replicator performance I'm planning to > add new built-in filter functions. These run in the Erlang vm; saving the > couchjs round trip. > The first candidate is one that skips deleted documents as it's qui

POST to CouchDB from html forms with enctype multipart/form-data ?

2016-03-13 Thread Constantin Teodorescu
rg/TR/html-json-forms/ but it seems that the idea was dropped. So , will CouchDB support in future POST's to list functions directly from browser's forms with enctype multipart/form-data or x-www-form-urlencoded ? Thanks for any idea, Constantin Teodorescu

Re: Proposal for a new and powerful "keymask" option in views

2016-03-06 Thread Constantin Teodorescu
ang map functions) but I feel that the "keymask" option should be easy to implement, in just a few lines, in the loop of traversing the b-tree index. And it would be a great benefit. Thank you for your answer, I'm hardly waiting for any news from the "CouchDB" world! Best regards, Constantin Teodorescu

Proposal for a new and powerful "keymask" option in views

2016-03-06 Thread Constantin Teodorescu
peed things a lot. And I'm thinking that it wouldn't be so hard to do it. I hope ... ;-) Of course, "keymask" will be usable ONLY when "reduce":false , otherwise reduce values will be garbage! Constantin Teodorescu A long time watcher, fan and user of CouchDB, ev