You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by romseygeek <gi...@git.apache.org> on 2018/06/06 14:29:03 UTC

[GitHub] lucene-solr pull request #397: Matches highlighter: LUCENE-8349

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org