Github user cbismuth commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/497#discussion_r233524064
  
    --- Diff: 
lucene/core/src/java/org/apache/lucene/index/ExitableDirectoryReader.java ---
    @@ -100,13 +109,156 @@ public CacheHelper getCoreCacheHelper() {
     
       }
     
    +  /**
    +   * Wrapper class for another PointValues implementation that is used by 
ExitableFields.
    +   */
    +  public static class ExitablePointValues extends PointValues {
    +
    +    private final PointValues in;
    +    private final QueryTimeout queryTimeout;
    +
    +    public ExitablePointValues(PointValues in, QueryTimeout queryTimeout) {
    --- End diff --
    
    That's it, documentation fixed and `precommit` task really green 
:sweat_smile: thanks!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to