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:39:00 UTC

[jira] [Created] (SOLR-12903) Query Source Tracker custom Solr component

Tirth Rajen Mehta created SOLR-12903:
----------------------------------------

             Summary: Query Source Tracker custom Solr component
                 Key: SOLR-12903
                 URL: https://issues.apache.org/jira/browse/SOLR-12903
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Tirth Rajen Mehta


Added a Query Source Tracker custom Solr component (https://github.com/apache/lucene-solr/pull/478) :
 * This component can be configured for a RequestHandler for query requests.
 * This component mandates that clients to pass in a "qi" request parameter with a valid value which is configured in the SearchComponent definition in the solrconfig.xml file.
 * It fails the query if the "qi" parameter is missing or if the value passed in is in-valid. This behavior of failing the queries can be controlled by the failQueries config parameter.
 * It also collects the rate per sec metric per unique "qi" 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