Interface IndexReader.IReaderClosedListener
A custom listener that's invoked when the IndexReader is closed.
@lucene.experimental
Assembly: DistributedLucene.Net.dll
Syntax
public interface IReaderClosedListener
Methods
Name | Description |
---|---|
OnClose(IndexReader) | Invoked when the IndexReader is closed. |