mkhludnev commented on a change in pull request #1122: SOLR-12490 Added parsing
of json.queries for referring in JSON facets
URL: https://github.com/apache/lucene-solr/pull/1122#discussion_r361400807
##########
File path:
solr/core/src/java/org/apache/solr/request/json/JsonQueryConverter.java
##########
@@ -28,6 +28,10 @@
* @lucene.internal
*/
class JsonQueryConverter {
+ public static final String paramsPrefix = "_tt";
+
+ public static final Object contextKey =
JsonQueryConverter.class.getSimpleName();
Review comment:
Now, It's redundant, I suppose.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]