Searcher
Leave feedback
On this page
Represents a service that manages search queries to shards of the search network.
public sealed class Searcher
| Name | Description |
|---|---|
| GetDocumentText(NetworkDocumentInfo, OutputAdapter) | Generates the text of an indexed document and passes it through an output adapter. |
| GetIndexedDocumentItems(NetworkDocumentInfo) | Gets an array of nested items of the specified document (for container documents such as ZIP, OST, PST). |
| GetIndexedDocuments(int) | Gets an array of all indexed documents. |
| Highlight(NetworkFoundDocument, Highlighter, HighlightOptions) | Generates HTML formatted text with highlighted found terms. |
| SearchFirst(SearchImage, ImageSearchOptions) | Starts a reverse image search in the distributed search index. |
| SearchFirst(SearchQuery, SearchOptions) | Starts a search with a query in object form in the distributed search index. |
| SearchFirst(string, SearchOptions) | Starts a search with a query in text form in the distributed search index. |
| SearchNext(NetworkImageSearchToken) | Continues a reverse image search in the distributed search index. |
| SearchNext(NetworkSearchToken) | Continues a search in the distributed search index. |
- 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.