C# Class Rebel.Lucene.IndexReader

Inheritance: Rebel.Framework.DisposableObject
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
IndexReader ( IndexConfiguration indexConfiguration, global indexReader ) : System.Linq
NewSearcher ( ) : IndexSearcher

Protected Methods

Method Description
DisposeResources ( ) : void

Method Details

DisposeResources() protected method

protected DisposeResources ( ) : void
return void

IndexReader() public method

public IndexReader ( IndexConfiguration indexConfiguration, global indexReader ) : System.Linq
indexConfiguration IndexConfiguration
indexReader global
return System.Linq

NewSearcher() public method

public NewSearcher ( ) : IndexSearcher
return IndexSearcher