C# 클래스 IndexViewer.LuceneSearchResultCollection

Collection of results.
상속: BaseSearchResultCollection
파일 보기 프로젝트 열기: JimmieOverby/IndexViewer 1 사용 예제들

공개 메소드들

메소드 설명
LuceneSearchResultCollection ( IList hits, double timeElapsed ) : System

보호된 메소드들

메소드 설명
AddRows2Table ( DataTable table, ICollection fields ) : void

메소드 상세

AddRows2Table() 보호된 메소드

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

LuceneSearchResultCollection() 공개 메소드

public LuceneSearchResultCollection ( IList hits, double timeElapsed ) : System
hits IList
timeElapsed double
리턴 System