vigyasharma commented on PR #13976:
URL: https://github.com/apache/lucene/pull/13976#issuecomment-2463936596

   > any `IndexReader` should work as long as it can `openIfChanged` on itself.
   
   Does `MultiReader` implement `openIfChanged()` ? I see a check in 
`SearcherManager#refreshIfNeeded()` that asserts for the reader to be a 
`DirectoryReader` instance. This is used by the `ReferenceManager` base class 
whenever `maybeRefresh()` is called.


-- 
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: issues-unsubscr...@lucene.apache.org

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

Reply via email to