iverase commented on a change in pull request #2444: URL: https://github.com/apache/lucene-solr/pull/2444#discussion_r589253022
########## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene87/Lucene87RWCodec.java ########## @@ -57,4 +69,10 @@ public PostingsFormat postingsFormat() { public TermVectorsFormat termVectorsFormat() { return new Lucene50RWTermVectorsFormat(); } + + @Override + public StoredFieldsFormat storedFieldsFormat() { + // TODO needs to consider compression mode? Review comment: This was a left-over ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org