Merge pull request #8535 from 4Science/DURACOM-98_solr-logging

Enable solr slow query logging
This commit is contained in:
Tim Donohue
2022-10-31 14:08:54 -05:00
committed by GitHub
4 changed files with 4 additions and 0 deletions

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->