Re: Field.Store.YES Question

2009-02-05 Thread Amin Mohammed-Coleman
Thanks guys for your replies! It's helped alot! Cheers Amin On Thu, Feb 5, 2009 at 9:28 AM, Ganesh wrote: > Field.Store.Yes is to store the field data as it is, so that it could be > retrieved to display results. > Field.Index.ANALYZED, tokenizes the field and stores the tokenized content. > >

Re: Field.Store.YES Question

2009-02-05 Thread Ganesh
Field.Store.Yes is to store the field data as it is, so that it could be retrieved to display results. Field.Index.ANALYZED, tokenizes the field and stores the tokenized content. Regards Ganesh - Original Message - From: "Amin Mohammed-Coleman" To: Sent: Thursday, February 05, 2009

Re: Field.Store.YES Question

2009-02-05 Thread Karl Wettin
5 feb 2009 kl. 09.30 skrev Amin Mohammed-Coleman: Is there a seperate part in the lucene document that the tokenised strings are stored and therefore Lucene knows where to look? Yes. Stored fields is meta data bound to a document, for instance the primary key of the object the Lucene do