C# Class IndexViewer.LuceneSearchResultCollection

Collection of results.
Inheritance: BaseSearchResultCollection
Exibir arquivo Open project: JimmieOverby/IndexViewer Class Usage Examples

Public Methods

Method Description
LuceneSearchResultCollection ( IList hits, double timeElapsed ) : System

Protected Methods

Method Description
AddRows2Table ( DataTable table, ICollection fields ) : void

Method Details

AddRows2Table() protected method

protected AddRows2Table ( DataTable table, ICollection fields ) : void
table System.Data.DataTable
fields ICollection
return void

LuceneSearchResultCollection() public method

public LuceneSearchResultCollection ( IList hits, double timeElapsed ) : System
hits IList
timeElapsed double
return System