RE: indexing json

2014-09-04 Thread Uwe Schindler
4 3:20 PM > To: java-user@lucene.apache.org > Subject: Re: indexing json > > Elasticsearch does what I need, but I'd like to avoid bringing all the cluster > management bits along with it. I will take a look at siren > > thanks. > > > On Thu, Sep 4, 2014 at

Re: indexing json

2014-09-04 Thread Larry White
Elasticsearch does what I need, but I'd like to avoid bringing all the cluster management bits along with it. I will take a look at siren thanks. On Thu, Sep 4, 2014 at 8:11 AM, Marcio Napoli wrote: > Hey! > > Elasticsearch Is a good option and uses Lucene as core :) > > http://www.elasticsear

Re: indexing json

2014-09-04 Thread Marcio Napoli
Hey! Elasticsearch Is a good option and uses Lucene as core :) http://www.elasticsearch.org/overview/elasticsearch/ []s Napoli http://numere.stela.org.br 2014-09-04 7:46 GMT-03:00 Larry White : > Hi, > > Is there a way to index an entire json document automatically as one can do > with the

Re: indexing json

2014-09-04 Thread Michael Sokolov
On 9/4/2014 6:46 AM, Larry White wrote: Hi, Is there a way to index an entire json document automatically as one can do with the new PostgreSQL json support? By automatically, I mean to create an inverted index entry (path: value) for each element in the document without having to specify in adv