Github user romseygeek commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/397#discussion_r193429612
--- Diff:
lucene/core/src/java/org/apache/lucene/index/LeafReaderContext.java ---
@@ -35,7 +35,7 @@
/**
* Creates a new {@link LeafReaderContext}
*/
- LeafReaderContext(CompositeReaderContext parent, LeafReader reader,
+ public LeafReaderContext(CompositeReaderContext parent, LeafReader
reader,
int ord, int docBase, int leafOrd, int leafDocBase) {
--- End diff --
This is required to fake up the OffsetsReader
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]