Method CreateSearcher
CreateSearcher()
Creates and returns a searcher that can be used to execute arbitrary Lucene queries and to collect the resulting query results as hits.
Declaration
public virtual IndexSearcher CreateSearcher()
Returns
Type | Description |
---|---|
IndexSearcher | a searcher |