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-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org