C# Class Lucene.Net.Index.TestIndexReaderClose.CountListener

Inheritance: IndexReader.ReaderClosedListener
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
CountListener ( AtomicInteger count ) : System.Collections.Generic
OnClose ( IndexReader reader ) : void

Method Details

CountListener() public method

public CountListener ( AtomicInteger count ) : System.Collections.Generic
count Lucene.Net.Support.AtomicInteger
return System.Collections.Generic

OnClose() public method

public OnClose ( IndexReader reader ) : void
reader IndexReader
return void