FullTextPolicy interface
Represents a full text policy for a collection in the Azure Cosmos DB service.
Properties
default |
The default language for the full text . |
full |
The paths to be indexed for full text search. |
Property Details
defaultLanguage
The default language for the full text .
defaultLanguage: string
Property Value
string
fullTextPaths
The paths to be indexed for full text search.
fullTextPaths: FullTextPath[]