You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Zeeshan Ahmed (Jira)" <ji...@apache.org> on 2021/03/24 16:36:00 UTC

[jira] [Created] (SOLR-15285) all solr request coming in with expungeDeletes=true

Zeeshan Ahmed created SOLR-15285:
------------------------------------

             Summary: all solr request coming in with expungeDeletes=true
                 Key: SOLR-15285
                 URL: https://issues.apache.org/jira/browse/SOLR-15285
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 6.1
            Reporter: Zeeshan Ahmed


We added the following block to solrconfig.xml file so as to turn off optimise for request so as to avoid timeout issues and enhance performance
{code:java}
 <updateRequestProcessorChain name="ignore-commit-from-client" default="true">
 <processor class="solr.IgnoreCommitOptimizeUpdateProcessorFactory">
 <int name="statusCode">200</int>
 </processor>
 <processor class="solr.LogUpdateProcessorFactory" />
 <processor class="solr.DistributedUpdateProcessorFactory" />
 <processor class="solr.RunUpdateProcessorFactory" />
 </updateRequestProcessorChain>{code}
However, all request that come in have expungeDelete set to true
{code:java}
commit{,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=true,softCommit=false,prepareCommit=false}{code}
We need the config to turn off expungeDelete for requests

Is there a setting that can be added to solrconfig.xml so that all requests have expungeDeletes=false



--
This message was sent by Atlassian Jira
(v8.3.4#803005)