This is an automated email from the ASF dual-hosted git repository.
mkhl pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new fe6e99d7bb5 remove duplicate section from solrconfig.xml (#2146)
(#2148)
fe6e99d7bb5 is described below
commit fe6e99d7bb5dc90c0893611447b984a26f9eaf8d
Author: Mikhail Khludnev <[email protected]>
AuthorDate: Tue Dec 12 19:24:53 2023 +0300
remove duplicate section from solrconfig.xml (#2146) (#2148)
Co-authored-by: Andrey Bozhko <[email protected]>
Co-authored-by: Andrey Bozhko <[email protected]>
---
.../server/solr/configsets/_default/conf/solrconfig.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/solr/server/solr/configsets/_default/conf/solrconfig.xml
b/solr/server/solr/configsets/_default/conf/solrconfig.xml
index d68a091f163..a74f283ed68 100644
--- a/solr/server/solr/configsets/_default/conf/solrconfig.xml
+++ b/solr/server/solr/configsets/_default/conf/solrconfig.xml
@@ -494,23 +494,6 @@
-->
<queryResultMaxDocsCached>200</queryResultMaxDocsCached>
- <!-- Use Filter For Sorted Query
-
- A possible optimization that attempts to use a filter to
- satisfy a search. If the requested sort does not include
- score, then the filterCache will be checked for a filter
- matching the query. If found, the filter will be used as the
- source of document ids, and then the sort will be applied to
- that.
-
- For most situations, this will not be useful unless you
- frequently get the same search repeatedly with different sort
- options, and none of them ever use "score"
--->
- <!--
- <useFilterForSortedQuery>true</useFilterForSortedQuery>
- -->
-
<!-- Query Related Event Listeners
Various IndexSearcher related events can trigger Listeners to