RE: Simple Search Question.

2005-03-14 Thread Kyong Kwak
Thanks, works like a charm. -Original Message- From: Paul Elschot [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 11:05 AM To: java-user@lucene.apache.org Subject: Re: Simple Search Question. On Monday 14 March 2005 19:59, Kyong Kwak wrote: > > I looked and didn't fi

Simple Search Question.

2005-03-14 Thread Kyong Kwak
I looked and didn't find anything and wanted to know what the best way might be for getting a unique list of values in a given field? so if I have a field named "category" ( it's a keyword ) and I wanted to get all the unique values for that, how would I go about it? thanks!