Re: All the values of a particular field

2009-03-19 Thread Paul J. Lucas
09, at 10:26 AM, Erick Erickson wrote: See TermEnum/TermDocs. On Thu, Mar 19, 2009 at 12:41 PM, Paul J. Lucas wrote: The Lucene FAQ has a Q, "How do I retrieve all the values of a particular field that exists within an index, across all documents?" and gives some code.

Re: All the values of a particular field

2009-03-19 Thread Paul J. Lucas
Uhm, a code snippet, perhaps?? Thanks. - Paul On Mar 19, 2009, at 10:26 AM, Erick Erickson wrote: See TermEnum/TermDocs. On Thu, Mar 19, 2009 at 12:41 PM, Paul J. Lucas wrote: The Lucene FAQ has a Q, "How do I retrieve all the values of a particular field that exists with

Re: All the values of a particular field

2009-03-19 Thread Erick Erickson
See TermEnum/TermDocs. On Thu, Mar 19, 2009 at 12:41 PM, Paul J. Lucas wrote: > The Lucene FAQ has a Q, "How do I retrieve all the values of a particular > field that exists within an index, across all documents?" and gives some > code. However, it looks like that code

All the values of a particular field

2009-03-19 Thread Paul J. Lucas
The Lucene FAQ has a Q, "How do I retrieve all the values of a particular field that exists within an index, across all documents?" and gives some code. However, it looks like that code returns only unique values. How does one get all values including duplicates