Package version:

Interface FullTextPolicy

Represents a full text policy for a collection in the Azure Cosmos DB service.

interface FullTextPolicy {
    defaultLanguage: string;
    fullTextPaths: FullTextPath[];
}

Properties

defaultLanguage: string

The default language for the full text .

fullTextPaths: FullTextPath[]

The paths to be indexed for full text search.