C# 클래스 GoatTrip.LucenceIndexer.QueryThread

파일 보기 프로젝트 열기: NHSChoices/location-service 1 사용 예제들

공개 메소드들

메소드 설명
Query ( ) : void
QueryThread ( string query, IndexSearcher searcher, int threadno, Analyzer analyzer, Action callback ) : System
Query_grouped ( ) : void

메소드 상세

Query() 공개 메소드

public Query ( ) : void
리턴 void

QueryThread() 공개 메소드

public QueryThread ( string query, IndexSearcher searcher, int threadno, Analyzer analyzer, Action callback ) : System
query string
searcher Lucene.Net.Search.IndexSearcher
threadno int
analyzer Lucene.Net.Analysis.Analyzer
callback Action
리턴 System

Query_grouped() 공개 메소드

public Query_grouped ( ) : void
리턴 void