Re: Sorting by field is slow

2013-06-17 Thread Shane Perry
ly, sorting on a field of the same type but with >>>> significantly >>>> >> > less uniqueness results quick response times. >>>> >> > >>>> >> > The following is a sample of *debugQuery=true* for a query which >>>> r

Re: Sorting by field is slow

2013-06-17 Thread Shane Perry
> > 61452.0 >>> >> > >>> >> > >>> >> > 0.0 >>> >> > >>> >> > >>> >> > 0.0 >>> >> > >>> >> > >>> >> >

Re: Sorting by field is slow

2013-06-13 Thread Shane Perry
; > >> >> > >> >> > 6.0 >> >> > >> >> > >> >> > >> >> > >> >> > -- Update -- >> >> > >> >> > Out of desperation, I turned off replication by commenting out the >> *

Re: Sorting by field is slow

2013-06-13 Thread Shane Perry
still reported the core as replicating. Search queries were still > slow. > >> I > >> > then disabled replication via the UI and the display updated to report > >> the > >> > core was no longer replicating. Queries are now fast so it appears > that

Re: Sorting by field is slow

2013-06-13 Thread Erick Erickson
e now fast so it appears that >> > the sorting may be a red-herring. >> > >> > It's may be of note to also mention that the slow queries don't appear to >> > be getting cached. >> > >> > Thanks again for the feed back. >> > >

Re: Sorting by field is slow

2013-06-12 Thread Shane Perry
hed. > > > > Thanks again for the feed back. > > > > On Wed, Jun 12, 2013 at 2:33 PM, Jack Krupansky >wrote: > > > >> Rerun the sorted query with &debugQuery=true and look at the module > >> timings. See what stands out > >> > >> Are you ac

Re: Sorting by field is slow

2013-06-12 Thread Erick Erickson
;> Are you actually sorting on a "text" field, as opposed to a "string" field? >> >> Of course, it's always possible that maybe you're hitting some odd OOM/GC >> condition as a result of Solr growing between releases. >> >> -- Jack Kru

Re: Sorting by field is slow

2013-06-12 Thread Shane Perry
-Original Message- From: Shane Perry > Sent: Wednesday, June 12, 2013 3:00 PM > To: solr-user@lucene.apache.org > Subject: Sorting by field is slow > > > In upgrading from Solr 3.6.1 to 4.3.0, our query response time has > increased exponentially. After testing in 4.3.0

Re: Sorting by field is slow

2013-06-12 Thread Jack Krupansky
a result of Solr growing between releases. -- Jack Krupansky -Original Message- From: Shane Perry Sent: Wednesday, June 12, 2013 3:00 PM To: solr-user@lucene.apache.org Subject: Sorting by field is slow In upgrading from Solr 3.6.1 to 4.3.0, our query response time has increased expo

Re: Sorting by field is slow

2013-06-12 Thread bbarani
pulated prior to any queries being executed by your users. -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-by-field-is-slow-tp4070026p4070028.html Sent from the Solr - User mailing list archive at Nabble.com.

Sorting by field is slow

2013-06-12 Thread Shane Perry
In upgrading from Solr 3.6.1 to 4.3.0, our query response time has increased exponentially. After testing in 4.3.0 it appears the same query (with 1 matching document) returns after 100 ms without sorting but takes 1 minute when sorting by a text field. I've looked around but haven't yet found a