RE: [Lucene.Net] Decoding an index

2011-12-13 Thread Moray McConnachie
- 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

Re: [Lucene.Net] Decoding an index

2011-12-13 Thread Ben West
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

RE: [Lucene.Net] Decoding an index

2011-12-13 Thread Sean Newham
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

Re: [Lucene.Net] Decoding an index

2011-12-13 Thread Wyatt Barnett
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

Re: [Lucene.Net] Decoding an index

2011-12-13 Thread Kevin Miller
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