Closed (fixed)
Project:
Apache Solr Views
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2011 at 01:47 UTC
Updated:
27 Nov 2012 at 15:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
ygerasimov commentedPlease advise how to reproduce this bug? Have you created any view to apachesolr index and after that you have this big delay?
Comment #2
ygerasimov commentedClosing issue as cannot reproduce the problem.
Comment #3
pwolanin commentedSending numTerms > 0 is a severe, severe performance hit for large indexes.
I don't see any reason to set it to 1 rather than 0 here?
Comment #4
pwolanin commentedYou only need to have numTerms > 0 if you are using from the response
$field->distinctor$field->topTermsIn the apachesolr module we never make a request for > 0 if there are more than
variable_get('apachesolr_luke_limit', 20000);docs in the index.given that the apachesolr_views module doesn't use the top terms or number of terms, there is no reason for it to not be 0.
Comment #5
pwolanin commentedThis trivial patch should fix the issue.
Comment #6
nick_vhFixed in 7.x-1.x
Comment #7
nick_vhFixed in 7.x-1.x