Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 May 2009 at 12:31 UTC
Updated:
5 Aug 2010 at 15:50 UTC
In solrconfig.xml, change the dismax parameter "q.alt" to something besides '*:*'. Hitting this query by accident can also make a large index unavailable for minutes.
Comments
Comment #1
Scott Reynolds commentedcan you explain?
Comment #2
pwolanin commentedtrying to extract possibly useful suggestions from the docs:
http://wiki.apache.org/solr/LargeIndexes
http://wiki.apache.org/solr/SolrPerformanceFactors
Comment #3
jpmckinney commentedI don't see this as a task. Perhaps an issue for collecting useful information for users with large indexes? As the links suggest, performance issues will very likely be different from one site to the next. If there is a specific performance problem with the implementation of the module, we should open a specific ticket for that. I don't understand why having q.alt set to *:* is a problem.