C# Class IndexViewer.LuceneSearchResultCollection

Collection of results.
Inheritance: BaseSearchResultCollection
Afficher le fichier Open project: JimmieOverby/IndexViewer Class Usage Examples

Méthodes publiques

Méthode Description
LuceneSearchResultCollection ( IList hits, double timeElapsed ) : System

Méthodes protégées

Méthode Description
AddRows2Table ( DataTable table, ICollection fields ) : void

Method Details

AddRows2Table() protected méthode

protected AddRows2Table ( DataTable table, ICollection fields ) : void
table System.Data.DataTable
fields ICollection
Résultat void

LuceneSearchResultCollection() public méthode

public LuceneSearchResultCollection ( IList hits, double timeElapsed ) : System
hits IList
timeElapsed double
Résultat System