Re: CouchDB 2.0 and centos 6.8 and rebar error

2017-01-26 Thread Dan Ballance
Hi Diana, So to unsubscribe, as others have said, you need to send an email to: user-unsubscr...@couchdb.apache.org You need to be sure to send this email from dianajy...@gmail.com (if you have multiple accounts) Once you send this email you will get a reply asking you to click a link and then

Adding a footer to emails

2017-01-26 Thread Michelle Phung
hey i pinged infra and while they were against the html email idea for un-subscription (since most of our mailing lists would not like html emails), there was a suggestion that some of the other apache mailing lists are adding footers to their emails, with unsubscribe links. I heard it’d be eas

Re: _users upload attachment

2017-01-26 Thread Joan Touzet
Hi Max, As you can see, the linked issue https://issues.apache.org/jira/browse/COUCHDB-3181 has the fix for this problem, and the patch to fix it is in your email quotation as well. While CouchDB 2.1.0 will contain this fix, for now you can apply the patch yourself to couchdb-chttpd and rebuild

Re: How to prep my CouchDB 2 for *text* indexes/queries?

2017-01-26 Thread Joan Touzet
Hi Ronan, I'm afraid you're going to have to custom compile CouchDB to use Lucene with it. More information on how to do this within the Docker environment is available at https://github.com/klaemo/docker-couchdb/issues/48#issuecomment-274323668 which discusses an effort to add clouseau to the C

Re: _users upload attachment

2017-01-26 Thread max
Hi, Sorry for double mail but I've notre got any answer. Any hints ? Thanks :) Le 17 janv. 2017 6:30 PM, "max" a écrit : > Hi, > > I'd like to know if there is a way to fix this issue in CouchDB 2.0 ? I'd > like to upgrade but I need this issue to be fixed since my users got some > attachments.

Re: Storing mango indexes in the ddoc

2017-01-26 Thread Adam Kocoloski
Hi Stefan, Yes, Mango indexes are stored in design documents. The POST /db/_index endpoint accepts a “ddoc” query parameter that allows you to specify the ID of the document where you want to store the index. If you don’t specify that parameter a new doc is created automatically: http://docs.c

Storing mango indexes in the ddoc

2017-01-26 Thread Stefan du Fresne
Hi, In the same way you define views in the ddoc, is there any way of defining mango indexes in the ddoc? If not, is there a pattern that is recommended for getting them deployed to be used that I’m missing? Or is it expected that when you use these indexes you’re responsible for some code that

Re: CouchDB 2.0 and centos 6.8 and rebar error

2017-01-26 Thread Eiri
This is interesting. Try to rebuild rebar, just in case. Ensure that you have erlang in your env, (I suggest to stuck with 17.5), by running `erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().’ -noshell` which should return “17” Then just rm ./bin/rebar from apache-couchdb-2.0.0

Re: How to prep my CouchDB 2 for *text* indexes/queries?

2017-01-26 Thread Ronan Jouchet
On 2017-01-26 13:41, Joan Touzet wrote: See https://cloudant.com/blog/open-sourcing-cloudant-search/ for all the details. Hi Joan. Thanks, that's helpful as a historical perspective. But that's not what I'm looking for. My email provided some context, but it looks like it must have muddied the

RE: CouchDB 2.0 and centos 6.8 and rebar error

2017-01-26 Thread Brian Novogradac
I've tried it with different versions OTP R16B03-1, 17.5 19.1 Same result. -Original Message- From: Eiri [mailto:e...@eiri.ca] Sent: Thursday, January 26, 2017 1:55 PM To: user@couchdb.apache.org Subject: Re: CouchDB 2.0 and centos 6.8 and rebar error Hi Brian, It seems you have mixe

Re: CouchDB 2.0 and centos 6.8 and rebar error

2017-01-26 Thread Eiri
Hi Brian, It seems you have mixed up versions of erlang runtime for compiling vs running. Which version of Erlang/OTP are you using? Regards, Eric > On Jan 26, 2017, at 08:21, Brian Novogradac > wrote: > > My original message probably got lost in all of the unsubscribe messages, can > some

Re: How to prep my CouchDB 2 for *text* indexes/queries?

2017-01-26 Thread Joan Touzet
Hi Roman, See https://cloudant.com/blog/open-sourcing-cloudant-search/ for all the details. -Joan - Original Message - > From: "Ronan Jouchet" > To: "couchdb-user" > Sent: Thursday, January 26, 2017 12:06:51 PM > Subject: How to prep my CouchDB 2 for *text* indexes/queries? > > Hi! >

Issue verifying couchdb 2 cluster

2017-01-26 Thread Marco Monteiro
I've setup a CouchDB 2 cluster with 3 nodes and it seems to be working when I create databases and create some documents. When I try to run the installation verification, it fails on the create view test. The logs show stuff like: Jan 26 18:22:13 r2 docker[16240]: [error] 2017-01-26T17:22:13.31378

How to prep my CouchDB 2 for *text* indexes/queries?

2017-01-26 Thread Ronan Jouchet
Hi! Following mailing list discussion [1], I am looking at the performance of various Mango ways to fetch a bunch of docs. Following Garren links, I stumbled upon a blog post called "Understanding Mango View-Based Indexes vs. Search-Based Indexes" [2]. There, the author mentions that: If users

[NEWS] The CouchDB weekly news for January 26 is out!

2017-01-26 Thread Jenn Turner
Hello hello and happy Thursday! The Apache CouchDB weekly news is now live at: https://blog.couchdb.org/2017/01/26/couchdb-weekly-news-january-26-2017/ Highlights include some new discussions, lots of new releases for Cou

Re: CouchDB 2.0 and centos 6.8 and rebar error

2017-01-26 Thread Sinan Gabel
Hi Brian, I cannot say if the following will solve your problem but I also had some problems at the "make" step with Ubuntu 16.04, and this was solved by doing the following prior to doing the "make release". touch THANKS touch /usr/lib/erlang/man/man1/x86_64-linux-gnu-gcov-tool.1.gz touch /usr/l

RE: CouchDB 2.0 and centos 6.8 and rebar error

2017-01-26 Thread Brian Novogradac
My original message probably got lost in all of the unsubscribe messages, can someone shed light on my issue?? -Original Message- From: Brian Novogradac [mailto:brian.novogra...@utoronto.ca] Sent: Thursday, January 19, 2017 10:29 AM To: user@couchdb.apache.org Subject: CouchDB 2.0 and

Re: Escape Character: Bash Shell

2017-01-26 Thread John Le Brasseur
Thank you Gustavo. Worked on all my shells. I was trying to escape the apostrophe (') instead of the whole line. Many many thanks. On 25 January 2017 at 20:57, John Le Brasseur wrote: > Hi and sorry. > Another curl command-line escape character question. > > This command is not working: > > curl