RE: First time user Question

2005-06-21 Thread Paddy Kalathur
-- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 4:59 PM To: java-user@lucene.apache.org Subject: Re: First time user Question Hi Paddy, Just make sure you index the sortable fields without tokenizing them. c.f. http://www.lucenebook.com/search?query=index+for+so

Re: First time user Question

2005-06-21 Thread Otis Gospodnetic
Hi Paddy, Just make sure you index the sortable fields without tokenizing them. c.f. http://www.lucenebook.com/search?query=index+for+sorting Otis --- Paddy Kalathur <[EMAIL PROTECTED]> wrote: > I want Lucene to search as well as sort data . What I am not sure is, > how to > index my data so t

First time user Question

2005-06-21 Thread Paddy Kalathur
I want Lucene to search as well as sort data . What I am not sure is, how to index my data so that I can sort and search. For example : I have a 3 rows in the database with name field value "Geoffrey Rush" , "Will Smith", and "Eva Smith" . I want to index these names so that : 1.If a user searc