Re: FieldSelector with Lucene 2.3.2

2011-03-17 Thread Chris Bamford
Thanks David, I realised my mistake after I sent the original mail. Kind regards - Chris -Original Message- From: David Causse To: java-user@lucene.apache.org Sent: Thu, 17 Mar 2011 11:22 Subject: Re: FieldSelector with Lucene 2.3.2 On Wed, Mar 16, 2011 at 03:17:41PM +

Re: FieldSelector with Lucene 2.3.2

2011-03-17 Thread David Causse
On Wed, Mar 16, 2011 at 03:17:41PM +, Chris Bamford wrote: > Hi > > I am trying to speed up access to the data in my results Documents > and was wondering if FieldSelector might be the way forward? > After my search, I end up with an ArrayList of Documents, from each > of which I need to extra

FieldSelector with Lucene 2.3.2

2011-03-16 Thread Chris Bamford
Hi I am trying to speed up access to the data in my results Documents and was wondering if FieldSelector might be the way forward?After my search, I end up with an ArrayList of Documents, from each of which I need to extract certain fields and their values as key/value pairs in a HashMap.