Re: Question about sorting and sorted results

2005-01-10 Thread Otis Gospodnetic
Hello Mariella, Check out the first hit here: http://www.lucenebook.com/search?query=sort+tokenize Otis -- http://www.simpy.com - save, tag, index, search, and share your links --- Mariella Di Giacomo <[EMAIL PROTECTED]> wrote: > Hi ALL, > > > I am using a java class to query an index and ret

Question about sorting and sorted results

2005-01-10 Thread Mariella Di Giacomo
Hi ALL, I am using a java class to query an index and return sorted results. The "author" and "title" fields are Indexed, Tokenized and Stored. The are added in the following way: doc.add(Field.Text("title"... doc.add(Field.Text("author"... Search.java Query q