C# 클래스 GoatTrip.DAL.Lucene.GroupedIndexSearcher

상속: Lucene.Net.Search.IndexSearcher, IGroupIndexSearcher
파일 보기 프로젝트 열기: NHSChoices/location-service 1 사용 예제들

공개 메소드들

메소드 설명
GroupedIndexSearcher ( Lucene.Net.Store.Directory path ) : System
GroupedIndexSearcher ( Lucene.Net.Store.Directory path, bool readOnly ) : System
Search ( Weight weight, Filter filter, Collector collector ) : void

비공개 메소드들

메소드 설명
SearchWithFilter ( IndexReader reader, Weight weight, Filter filter, Collector collector ) : void
SearchWithScorer ( IndexReader reader, Weight weight, Lucene.Net.Search.Scorer scorer, Collector collector ) : void

메소드 상세

GroupedIndexSearcher() 공개 메소드

public GroupedIndexSearcher ( Lucene.Net.Store.Directory path ) : System
path Lucene.Net.Store.Directory
리턴 System

GroupedIndexSearcher() 공개 메소드

public GroupedIndexSearcher ( Lucene.Net.Store.Directory path, bool readOnly ) : System
path Lucene.Net.Store.Directory
readOnly bool
리턴 System

Search() 공개 메소드

public Search ( Weight weight, Filter filter, Collector collector ) : void
weight Lucene.Net.Search.Weight
filter Lucene.Net.Search.Filter
collector Lucene.Net.Search.Collector
리턴 void