Searcher
Contents
 [
        
            Hide
        ]
    Searcher class
Represents a service that manages search queries to shards of the search network.
public sealed class Searcher
Methods
| 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. | 
See Also
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search