C# Class GoatTrip.DAL.Lucene.GroupedIndexSearcher

Inheritance: Lucene.Net.Search.IndexSearcher, IGroupIndexSearcher
Afficher le fichier Open project: NHSChoices/location-service Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GroupedIndexSearcher ( Lucene.Net.Store.Directory path ) : System
path Lucene.Net.Store.Directory
Résultat System

GroupedIndexSearcher() public méthode

public GroupedIndexSearcher ( Lucene.Net.Store.Directory path, bool readOnly ) : System
path Lucene.Net.Store.Directory
readOnly bool
Résultat System

Search() public méthode

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