-
From: Sean Newham [mailto:sean.new...@grantadesign.com]
Sent: 13 December 2011 15:25
To: lucene-net-user@lucene.apache.org
Subject: RE: [Lucene.Net] Decoding an index
Ah, I see. Maybe I should do this somewhere else.
Thank you both for your help,
Sean
-Original Message-
From: Wyatt
Sean Newham
To: "lucene-net-user@lucene.apache.org"
Cc:
Sent: Tuesday, December 13, 2011 9:25 AM
Subject: RE: [Lucene.Net] Decoding an index
Ah, I see. Maybe I should do this somewhere else.
Thank you both for your help,
Sean
-Original Message-
From: Wyatt Barnett [ma
Ah, I see. Maybe I should do this somewhere else.
Thank you both for your help,
Sean
-Original Message-
From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com]
Sent: 13 December 2011 15:22
To: lucene-net-user@lucene.apache.org
Subject: Re: [Lucene.Net] Decoding an index
We do some
We do some tracking of this ourselves, and I don't think lucene has
this sort of capability as it is something that makes alot more sense
to handle on the application layer where it understands the semantics
of your search.
On Tue, Dec 13, 2011 at 10:19 AM, Kevin Miller wrote:
> We do this but it
We do this but it involves logging the search query to a database. We
have an abstraction about search clients to do this.
I recommend the Lucene In Action book. Quite good.
On Dec 13, 2011, at 9:14 AM, Sean Newham wrote:
> Hi,
> I'm new to Lucene, and I was wondering if there was a quick, code