[CLucene-dev] Finding all the fields used in a query..

2012-05-03 Thread Mike Aubury
I'm writing some code at the minute and I have two main issues outstanding.. 1) I want to aggregate data based on a user defined query - this means searching through an index when I have a new record to see if a record already exists If it does - I want to update the totals in there with some

Re: [CLucene-dev] Finding all the fields used in a query..

2012-05-03 Thread Itamar Syn-Hershko
It looks like you are trying to use Lucene as a database, a document database to be specific, and it actually isn't really supported out of the box Take a look at MongoDB, CouchDB or RavenDB. On Thu, May 3, 2012 at 10:56 AM, Mike Aubury m...@aubit.com wrote: I'm writing some code at the minute