You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Tirth Rajen Mehta (JIRA)" <ji...@apache.org> on 2018/10/23 16:36:00 UTC

[jira] [Updated] (SOLR-12902) Block Expensive Queries custom Solr component

     [ https://issues.apache.org/jira/browse/SOLR-12902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tirth Rajen Mehta updated SOLR-12902:
-------------------------------------
    Description: 
Added a Block Expensive Queries custom Solr component ([https://github.com/apache/lucene-solr/pull/477)] :
 * This search component can be plugged into your SearchHandler if you would like to block some well known expensive queries.
 * The queries that are blocked and failed by component currently are deep pagination queries as they are known to consume lot of memory and CPU. These are 

 * 
 ** queries with a start offset which is greater than the configured maxStartOffset config parameter value
 ** queries with a row param value which is greater than the configured maxRowsFetch config parameter value

  was:
Added a Block Expensive Queries custom Solr component:
 * This search component can be plugged into your SearchHandler if you would like to block some well known expensive queries.
 * The queries that are blocked and failed by component currently are deep pagination queries as they are known to consume lot of memory and CPU. These are 

 ** queries with a start offset which is greater than the configured maxStartOffset config parameter value
 ** queries with a row param value which is greater than the configured maxRowsFetch config parameter value


> Block Expensive Queries custom Solr component
> ---------------------------------------------
>
>                 Key: SOLR-12902
>                 URL: https://issues.apache.org/jira/browse/SOLR-12902
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Tirth Rajen Mehta
>            Priority: Minor
>
> Added a Block Expensive Queries custom Solr component ([https://github.com/apache/lucene-solr/pull/477)] :
>  * This search component can be plugged into your SearchHandler if you would like to block some well known expensive queries.
>  * The queries that are blocked and failed by component currently are deep pagination queries as they are known to consume lot of memory and CPU. These are 
>  * 
>  ** queries with a start offset which is greater than the configured maxStartOffset config parameter value
>  ** queries with a row param value which is greater than the configured maxRowsFetch config parameter value



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org