dsmiley commented on a change in pull request #82:
URL: https://github.com/apache/solr/pull/82#discussion_r616953015



##########
File path: solr/solrj/src/java/org/apache/solr/common/params/CommonParams.java
##########
@@ -155,6 +155,18 @@
   String SEGMENT_TERMINATE_EARLY = "segmentTerminateEarly";
   boolean SEGMENT_TERMINATE_EARLY_DEFAULT = false;
 
+  /**
+   * Default parser for parsing filter queries ({@code fq}.
+   */
+  String FQ_QPARSER = CommonParams.FQ + ".qparser";
+
+  /**
+   * Default parser for parsing filter queries ({@code fq}. This is an
+   * alias to {@link #FQ_QPARSER} which is aligned with the legacy {@code 
defType}
+   * parameter. {@link #FQ_QPARSER} should be preferred over this syntax.
+   */
+  String FQ_DEFPARSER = CommonParams.FQ + ".defType";

Review comment:
       I don't see the point in introducing fq.defType if we agree fq.qparser 
makes more sense?




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to