Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FullTextPolicy interface
- Package:
- @azure/cosmos
Represents a full text policy for a collection in the Azure Cosmos DB service.
Properties
| defaultLanguage | The default language for the full text . |
| fullTextPaths | 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[]
