This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 755d619d9af remove duplicate section from solrconfig.xml (#2146)
755d619d9af is described below

commit 755d619d9aff90444cd817c0dcfee9f19429dce7
Author: Andrey Bozhko <[email protected]>
AuthorDate: Tue Dec 12 09:50:07 2023 -0600

    remove duplicate section from solrconfig.xml (#2146)
    
    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

Reply via email to