dsmiley commented on code in PR #1154:
URL: https://github.com/apache/solr/pull/1154#discussion_r1015569162
##########
solr/solrj/src/java/org/apache/solr/common/params/QueryElevationParams.java:
##########
@@ -59,4 +59,11 @@ public interface QueryElevationParams {
* set this to true. False by default.
*/
String ELEVATE_ONLY_DOCS_MATCHING_QUERY = "elevateOnlyDocsMatchingQuery";
+
+ /**
+ * By default, the component respects the fq parameter. If you want to
elevate documents that do
+ * not match the provided filters, tag the filters in question via the local
parameter syntax
+ * fq={!tag=t1}field1:value1 and then specify the tags for exclusion via
elevate.excludeTag=t1
Review Comment:
I argue the current names are sloppy tech-debt that should change. Doing
that is out of scope of this PR for sure. I recognize, this parameter looks
different until this is rectified. A comment there could acknowledge this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]