Uses of Class
com.azure.resourcemanager.cosmos.models.FullTextIndexPath
Packages that use FullTextIndexPath
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of FullTextIndexPath in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type FullTextIndexPathModifier and TypeClassDescriptionfinal classRepresents the full text index path.Methods in com.azure.resourcemanager.cosmos.models that return FullTextIndexPathModifier and TypeMethodDescriptionstatic FullTextIndexPathFullTextIndexPath.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FullTextIndexPath from the JsonReader.Set the path property: The path to the full text field in the document.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type FullTextIndexPathModifier and TypeMethodDescriptionIndexingPolicy.fullTextIndexes()Get the fullTextIndexes property: List of paths to include in the full text indexing.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type FullTextIndexPathModifier and TypeMethodDescriptionIndexingPolicy.withFullTextIndexes(List<FullTextIndexPath> fullTextIndexes) Set the fullTextIndexes property: List of paths to include in the full text indexing.