C# Class Raven.Database.Indexing.IndexSearcherHolder.IndexSearcherHoldingState

Inheritance: IDisposable
Exibir arquivo Open project: nhsevidence/ravendb Class Usage Examples

Public Properties

Property Type Description
IndexSearcher Lucene.Net.Search.IndexSearcher
ShouldDispose bool
Usage int

Public Methods

Method Description
Dispose ( ) : void
IndexSearcherHoldingState ( IndexSearcher indexSearcher ) : System
MarkForDisposal ( ) : void

Private Methods

Method Description
DisposeRudely ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IndexSearcherHoldingState() public method

public IndexSearcherHoldingState ( IndexSearcher indexSearcher ) : System
indexSearcher Lucene.Net.Search.IndexSearcher
return System

MarkForDisposal() public method

public MarkForDisposal ( ) : void
return void

Property Details

IndexSearcher public_oe property

public IndexSearcher,Lucene.Net.Search IndexSearcher
return Lucene.Net.Search.IndexSearcher

ShouldDispose public_oe property

public bool ShouldDispose
return bool

Usage public_oe property

public int Usage
return int