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

2017-01-27 Thread Ronan Jouchet
On 2017-01-26 22:51, Joan Touzet wrote: 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

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

2017-01-26 Thread Joan Touzet
t; > Sent: Thursday, January 26, 2017 2:02:20 PM > Subject: Re: How to prep my CouchDB 2 for *text* indexes/queries? > > On 2017-01-26 13:41, Joan Touzet wrote: > > See https://cloudant.com/blog/open-sourcing-cloudant-search/ > > for all the details. > Hi Joan. > > T

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: How to prep my CouchDB 2 for *text* indexes/queries?

2017-01-26 Thread Joan Touzet
nuary 26, 2017 12:06:51 PM > Subject: How to prep my CouchDB 2 for *text* indexes/queries? > > 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

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