thomaswoeckinger commented on a change in pull request #911: SOLR-13802: Write 
analyzer property luceneMatchVersion to managed schema
URL: https://github.com/apache/lucene-solr/pull/911#discussion_r329888692
 
 

 ##########
 File path: 
solr/core/src/test/org/apache/solr/analysis/TestWordDelimiterFilterFactory.java
 ##########
 @@ -222,7 +223,7 @@ public void testCustomTypes() throws Exception {
     /* custom behavior */
     args = new HashMap<>();
     // use a custom type mapping
-    args.put("luceneMatchVersion", Version.LATEST.toString());
+    args.put(IndexSchema.LUCENE_MATCH_VERSION_PARAM, 
Version.LATEST.toString());
 
 Review comment:
   later comment?

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

Reply via email to