Uses of Class
com.azure.cosmos.models.IndexingPolicy
Packages that use IndexingPolicy
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of IndexingPolicy in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return IndexingPolicyModifier and TypeMethodDescriptionCosmosContainerProperties.getIndexingPolicy()Gets the container's indexing policy.IndexingPolicy.setAutomatic(boolean automatic) Sets whether automatic indexing is enabled for a container.IndexingPolicy.setCompositeIndexes(List<List<CompositePath>> compositeIndexes) Sets the composite indexes for additional indexes.IndexingPolicy.setCosmosFullTextIndexes(List<CosmosFullTextIndex> cosmosFullTextIndexes) Sets the full text search paths.IndexingPolicy.setExcludedPaths(List<ExcludedPath> excludedPaths) Sets excluded paths.IndexingPolicy.setIncludedPaths(List<IncludedPath> includedPaths) Sets included paths.IndexingPolicy.setIndexingMode(IndexingMode indexingMode) Sets the indexing mode (consistent or lazy).IndexingPolicy.setSpatialIndexes(List<SpatialSpec> spatialIndexes) Sets the spatial indexes for additional indexes.IndexingPolicy.setVectorIndexes(List<CosmosVectorIndexSpec> vectorIndexes) Sets the vector indexes.Methods in com.azure.cosmos.models with parameters of type IndexingPolicyModifier and TypeMethodDescriptionCosmosContainerProperties.setIndexingPolicy(IndexingPolicy indexingPolicy) Sets the container's indexing policy