C# Class GoatTrip.DAL.Lucene.GroupedIndexSearcher

Inheritance: Lucene.Net.Search.IndexSearcher, IGroupIndexSearcher
Mostrar archivo Open project: NHSChoices/location-service Class Usage Examples

Public Methods

Method Description
GroupedIndexSearcher ( Lucene.Net.Store.Directory path ) : System
GroupedIndexSearcher ( Lucene.Net.Store.Directory path, bool readOnly ) : System
Search ( Weight weight, Filter filter, Collector collector ) : void

Private Methods

Method Description
SearchWithFilter ( IndexReader reader, Weight weight, Filter filter, Collector collector ) : void
SearchWithScorer ( IndexReader reader, Weight weight, Lucene.Net.Search.Scorer scorer, Collector collector ) : void

Method Details

GroupedIndexSearcher() public method

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

GroupedIndexSearcher() public method

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

Search() public method

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