The Search type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Query(Query, Action<(Of <<'(SearchResults>)>>)) |
Searches the Lucene index using a custom query instead of the default QueryBuilder query. Optionally
a callback to record query can be passed in. The callback will be run on a queued thread managed
by the Search class.
| |
Query(array<String>[]()[][], array<String>[]()[][], array<String>[]()[][], array<String>[]()[][]) |
Searches the Cartella Lucene index
| |
ToString | (Inherited from Object.) |