SearchFirst
Leave feedback
On this page
Starts a search with a query in text form in the distributed search index.
public NetworkSearchResult SearchFirst(string query, SearchOptions options)
| Parameter | Type | Description |
|---|---|---|
| query | String | The search query. |
| options | SearchOptions | The search options. |
The search result.
- class NetworkSearchResult
- class SearchOptions
- class Searcher
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
Starts a search with a query in object form in the distributed search index.
public NetworkSearchResult SearchFirst(SearchQuery query, SearchOptions options)
| Parameter | Type | Description |
|---|---|---|
| query | SearchQuery | The search query. |
| options | SearchOptions | The search options. |
The search result.
- class NetworkSearchResult
- class SearchQuery
- class SearchOptions
- class Searcher
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
Starts a reverse image search in the distributed search index.
public NetworkImageSearchResult SearchFirst(SearchImage image, ImageSearchOptions options)
| Parameter | Type | Description |
|---|---|---|
| image | SearchImage | The image to search. |
| options | ImageSearchOptions | The image search options. |
The reverse image search result.
- class NetworkImageSearchResult
- class SearchImage
- class ImageSearchOptions
- class Searcher
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.