Share via


IIndexedTextSearchService Interface

Definition

Service to get indexed full text search capabilities This is a MEF component part, and should be imported as follows: [Import] IIndexedTextSearchService IndexedTextSearchService = null;

public interface IIndexedTextSearchService : IDisposable
type IIndexedTextSearchService = interface
    interface IDisposable
Public Interface IIndexedTextSearchService
Implements IDisposable
Implements

Properties

State

Gets whether the service is ready to accept queries

Methods

GetPotentiallyMatchingFilesAsync(String, SearchFileOptions, CancellationToken)

Gets an asynchronous enumerable list of files that would possibly contain a match for the search term given the specified search options

Applies to