msokolov commented on code in PR #15584:
URL: https://github.com/apache/lucene/pull/15584#discussion_r3147075913
##########
lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java:
##########
@@ -1557,7 +1557,7 @@ public static synchronized Field newField(
newType.setStored(true); // randomly store it
}
if (newType.indexOptions() != IndexOptions.NONE) {
- if (!newType.storeTermVectors() && random.nextBoolean()) {
+ if (!newType.storeTermVectors() && random.nextBoolean() && false) {
newType.setStoreTermVectors(true);
Review Comment:
um, yes, thanks for finding this @dweiss ! I'll restore and make sure tests
are still passing
--
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]