LuceneIndexProvider.Search Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Search(Query, string)
Search the fulltext index with the specified Query.
public IndexSearchResult Search(Query query, string searcher)
Parameters
- query
- Query
A query.
- searcher
- string
A named searcher to use for the query.
Returns
IndexSearchResult
A list of documents matching the query.