Tim-Brooks commented on code in PR #16171:
URL: https://github.com/apache/lucene/pull/16171#discussion_r3378995246


##########
lucene/core/src/test/org/apache/lucene/index/TestIndexOptions.java:
##########
@@ -331,6 +332,41 @@ public void testFrozenFieldTypeAcrossSegments() throws 
IOException {
     dir.close();
   }
 
+  public void testMultiValuedFieldDeoptimizesWhenCacheActive() throws 
IOException {

Review Comment:
   This name throws me off a bit since this is testing that the optimization 
reapplies after encountering a new (compatible schema) field type.



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

Reply via email to