RE: Sorting issues resolved in 3.0?

2009-12-03 Thread Uwe Schindler
63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Ganesh [mailto:emailg...@yahoo.co.in] > Sent: Thursday, December 03, 2009 10:04 AM > To: java-user@lucene.apache.org > Subject: Sorting issues resolved in 3.0? > > He

Sorting issues resolved in 3.0?

2009-12-03 Thread Ganesh
Hello all, Sorting consumes huge amount of memory. Did 2.9.1 /3.0 has ability to customize field cache. In my case, 80% of documents are required to be sorted. Currently the field cache is loading all records. Is there any custom interface available to decide which document to be loaded in ca

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

Sorting issues

2008-06-27 Thread Robert . Hastings
I just implemented a sorting feature on our application where the user can change the sort on a query and reexecute the search. It works fine on text fields where most of the documents have different field values. However, on fields that are categories, that is, there are only four distinct va

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 >

sorting issues

2006-05-23 Thread Van Nguyen
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 SAFETY APPL MSA MINE SAFETY APPL MSA NORTH SAFETY PRODUCT ... Van This