mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Merge pull request #8535 from 4Science/DURACOM-98_solr-logging
Enable solr slow query logging
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
<queryResultMaxDocsCached>200</queryResultMaxDocsCached>
|
||||
<useColdSearcher>false</useColdSearcher>
|
||||
<maxWarmingSearchers>2</maxWarmingSearchers>
|
||||
<slowQueryThresholdMillis>1000</slowQueryThresholdMillis>
|
||||
</query>
|
||||
|
||||
<!-- Controls how the Solr HTTP RequestDispatcher responds to requests -->
|
||||
|
@@ -88,6 +88,7 @@
|
||||
<queryResultMaxDocsCached>200</queryResultMaxDocsCached>
|
||||
<useColdSearcher>false</useColdSearcher>
|
||||
<maxWarmingSearchers>2</maxWarmingSearchers>
|
||||
<slowQueryThresholdMillis>1000</slowQueryThresholdMillis>
|
||||
</query>
|
||||
|
||||
<!-- Controls how the Solr HTTP RequestDispatcher responds to requests -->
|
||||
|
@@ -99,6 +99,7 @@
|
||||
<queryResultMaxDocsCached>200</queryResultMaxDocsCached>
|
||||
<useColdSearcher>false</useColdSearcher>
|
||||
<maxWarmingSearchers>2</maxWarmingSearchers>
|
||||
<slowQueryThresholdMillis>1000</slowQueryThresholdMillis>
|
||||
</query>
|
||||
|
||||
<!-- Controls how the Solr HTTP RequestDispatcher responds to requests -->
|
||||
|
@@ -88,6 +88,7 @@
|
||||
<queryResultMaxDocsCached>200</queryResultMaxDocsCached>
|
||||
<useColdSearcher>false</useColdSearcher>
|
||||
<maxWarmingSearchers>2</maxWarmingSearchers>
|
||||
<slowQueryThresholdMillis>1000</slowQueryThresholdMillis>
|
||||
</query>
|
||||
|
||||
<!-- Controls how the Solr HTTP RequestDispatcher responds to requests -->
|
||||
|
Reference in New Issue
Block a user