Method Search
Search(IndexSearcher, Query, Int32, ICollector)
Utility method, to search and also collect all hits
into the provided ICollector.
Declaration
public static TopDocs Search(IndexSearcher searcher, Query q, int n, ICollector fc)
Parameters
Returns
Search(IndexSearcher, Query, Filter, Int32, ICollector)
Utility method, to search and also collect all hits
into the provided ICollector.
Declaration
public static TopDocs Search(IndexSearcher searcher, Query q, Filter filter, int n, ICollector fc)
Parameters
Returns
Search(IndexSearcher, Query, Filter, Int32, Sort, ICollector)
Utility method, to search and also collect all hits
into the provided ICollector.
Declaration
public static TopFieldDocs Search(IndexSearcher searcher, Query q, Filter filter, int n, Sort sort, ICollector fc)
Parameters
Returns
Search(IndexSearcher, Query, Filter, Int32, Sort, Boolean, Boolean, ICollector)
Utility method, to search and also collect all hits
into the provided ICollector.
Declaration
public static TopFieldDocs Search(IndexSearcher searcher, Query q, Filter filter, int n, Sort sort, bool doDocScores, bool doMaxScore, ICollector fc)
Parameters
Returns