RE: Sorting issues resolved in 3.0?

2009-12-03 Thread Uwe Schindler
In 3.0 nothing changed about that (and also in 2.9). Only that the FieldCache is now segment-wise which makes IndexReader.reopen be faster. But you are still able to do your own sorting with own structures, you just have to write your own TopDocsCollector. - Uwe Schindler H.-H.-Meier-Allee 63

Re: Sorting issues

2008-06-27 Thread Erick Erickson
PM > Please respond to > java-user@lucene.apache.org > > > To > java-user@lucene.apache.org > cc > > Subject > Re: Sorting issues > > > > > > > I can't really help since I've never had to go into the guts of Lucene and > see where sorting is a

Re: Sorting issues

2008-06-27 Thread Robert . Hastings
.apache.org To java-user@lucene.apache.org cc Subject Re: Sorting issues I can't really help since I've never had to go into the guts of Lucene and see where sorting is applied, so I don't know where to point you . But the sorting has always worked for me, and I don&#

Re: Sorting issues

2008-06-27 Thread Erick Erickson
; "Erick Erickson" <[EMAIL PROTECTED]> > 06/27/2008 12:19 PM > Please respond to > java-user@lucene.apache.org > > > To > java-user@lucene.apache.org > cc > > Subject > Re: Sorting issues > > > > > > > That's surprising. Co

Re: Sorting issues

2008-06-27 Thread Robert . Hastings
respond to java-user@lucene.apache.org To java-user@lucene.apache.org cc Subject Re: Sorting issues That's surprising. Could you post a brief example of your index and search code? It sounds like you're saying docs 1, 2, 3 all have category aaa docs 4, 5, 6 all have category bbb docs 7,

Re: Sorting issues

2008-06-27 Thread Erick Erickson
That's surprising. Could you post a brief example of your index and search code? It sounds like you're saying docs 1, 2, 3 all have category aaa docs 4, 5, 6 all have category bbb docs 7, 8, 9 all have category ccc But if you search for category:bbb you don't get docs 4, 5, and 6 Is this a fair

Re: sorting issues

2006-05-26 Thread Daniel Naber
On Freitag 26 Mai 2006 17:46, Mike Richmond wrote: > I am then storing this in a stored, untokenized field named "date". From the API docs: The field must be indexed, but should not be tokenized, and does not need to be stored (unless you happen to want it back with the rest of your document d

Re: sorting issues

2006-05-26 Thread Mike Richmond
expecting. Thanks, Van Nguyen Wynne Systems, Inc. -Original Message- From: karl wettin [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 3:42 PM To: java-user@lucene.apache.org Subject: Re: sorting issues On Tue, 2006-05-23 at 15:42 -0700, Van Nguyen wrote: > > Does anyone hav

RE: sorting issues

2006-05-23 Thread Van Nguyen
stems, Inc. -Original Message- From: karl wettin [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 3:42 PM To: java-user@lucene.apache.org Subject: Re: sorting issues On Tue, 2006-05-23 at 15:42 -0700, Van Nguyen wrote: > > Does anyone have any sorting issues in lucene?

Re: sorting issues

2006-05-23 Thread karl wettin
On Tue, 2006-05-23 at 15:42 -0700, Van Nguyen wrote: > > Does anyone have any sorting issues in lucene? When lucene is > returning results from my query, I get results similar to this: > > E.D. BULLARD > E.D. BULLARD > MINE SAFETY APPL MSA > NORTH SAFETY PRODUCT > NORTH SAFETY PRODUCT > MINE SA