206 строки
15 KiB
YAML
206 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.cosmos.models.IndexingPolicy"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy"
|
|
name: "IndexingPolicy"
|
|
nameWithType: "IndexingPolicy"
|
|
summary: "Represents the indexing policy configuration for a container in the Azure Cosmos DB database service."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **IndexingPolicy**"
|
|
constructors:
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.IndexingPolicy()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.IndexingPolicy()"
|
|
name: "IndexingPolicy()"
|
|
nameWithType: "IndexingPolicy.IndexingPolicy()"
|
|
summary: "Constructor."
|
|
syntax: "public IndexingPolicy()"
|
|
desc: "Constructor."
|
|
methods:
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.getCompositeIndexes()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.getCompositeIndexes()"
|
|
name: "getCompositeIndexes()"
|
|
nameWithType: "IndexingPolicy.getCompositeIndexes()"
|
|
summary: "Gets the composite indexes for additional indexes."
|
|
syntax: "public List<List<CompositePath>> getCompositeIndexes()"
|
|
desc: "Gets the composite indexes for additional indexes."
|
|
returns:
|
|
description: "the composite indexes."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.CompositePath?alt=com.azure.cosmos.models.CompositePath&text=CompositePath\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.getExcludedPaths()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.getExcludedPaths()"
|
|
name: "getExcludedPaths()"
|
|
nameWithType: "IndexingPolicy.getExcludedPaths()"
|
|
summary: "Gets the paths that are not indexed."
|
|
syntax: "public List<ExcludedPath> getExcludedPaths()"
|
|
desc: "Gets the paths that are not indexed."
|
|
returns:
|
|
description: "the excluded paths."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.ExcludedPath?alt=com.azure.cosmos.models.ExcludedPath&text=ExcludedPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.getIncludedPaths()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.getIncludedPaths()"
|
|
name: "getIncludedPaths()"
|
|
nameWithType: "IndexingPolicy.getIncludedPaths()"
|
|
summary: "Gets the paths that are chosen to be indexed by the user."
|
|
syntax: "public List<IncludedPath> getIncludedPaths()"
|
|
desc: "Gets the paths that are chosen to be indexed by the user."
|
|
returns:
|
|
description: "the included paths."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.IncludedPath?alt=com.azure.cosmos.models.IncludedPath&text=IncludedPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.getIndexingMode()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.getIndexingMode()"
|
|
name: "getIndexingMode()"
|
|
nameWithType: "IndexingPolicy.getIndexingMode()"
|
|
summary: "Gets the indexing mode (consistent or lazy)."
|
|
syntax: "public IndexingMode getIndexingMode()"
|
|
desc: "Gets the indexing mode (consistent or lazy)."
|
|
returns:
|
|
description: "the indexing mode."
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingMode?alt=com.azure.cosmos.models.IndexingMode&text=IndexingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.getSpatialIndexes()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.getSpatialIndexes()"
|
|
name: "getSpatialIndexes()"
|
|
nameWithType: "IndexingPolicy.getSpatialIndexes()"
|
|
summary: "Gets the spatial indexes for additional indexes."
|
|
syntax: "public List<SpatialSpec> getSpatialIndexes()"
|
|
desc: "Gets the spatial indexes for additional indexes."
|
|
returns:
|
|
description: "the spatial indexes."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.SpatialSpec?alt=com.azure.cosmos.models.SpatialSpec&text=SpatialSpec\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.getVectorIndexes()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.getVectorIndexes()"
|
|
name: "getVectorIndexes()"
|
|
nameWithType: "IndexingPolicy.getVectorIndexes()"
|
|
summary: "Gets the vector indexes."
|
|
syntax: "public List<CosmosVectorIndexSpec> getVectorIndexes()"
|
|
desc: "Gets the vector indexes."
|
|
returns:
|
|
description: "the vector indexes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.CosmosVectorIndexSpec?alt=com.azure.cosmos.models.CosmosVectorIndexSpec&text=CosmosVectorIndexSpec\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.isAutomatic()"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.isAutomatic()"
|
|
name: "isAutomatic()"
|
|
nameWithType: "IndexingPolicy.isAutomatic()"
|
|
summary: "Gets whether automatic indexing is enabled for a container."
|
|
syntax: "public Boolean isAutomatic()"
|
|
desc: "Gets whether automatic indexing is enabled for a container.\n\nIn automatic indexing, items can be explicitly excluded from indexing using RequestOptions. In manual indexing, items can be explicitly included."
|
|
returns:
|
|
description: "the automatic"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.setAutomatic(boolean)"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.setAutomatic(boolean automatic)"
|
|
name: "setAutomatic(boolean automatic)"
|
|
nameWithType: "IndexingPolicy.setAutomatic(boolean automatic)"
|
|
summary: "Sets whether automatic indexing is enabled for a container."
|
|
parameters:
|
|
- description: "the automatic"
|
|
name: "automatic"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IndexingPolicy setAutomatic(boolean automatic)"
|
|
desc: "Sets whether automatic indexing is enabled for a container.\n\nIn automatic indexing, items can be explicitly excluded from indexing using RequestOptions. In manual indexing, items can be explicitly included."
|
|
returns:
|
|
description: "the Indexing Policy."
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.setCompositeIndexes(java.util.List<java.util.List<com.azure.cosmos.models.CompositePath>>)"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.setCompositeIndexes(List<List<CompositePath>> compositeIndexes)"
|
|
name: "setCompositeIndexes(List<List<CompositePath>> compositeIndexes)"
|
|
nameWithType: "IndexingPolicy.setCompositeIndexes(List<List<CompositePath>> compositeIndexes)"
|
|
summary: "Sets the composite indexes for additional indexes."
|
|
parameters:
|
|
- description: "the composite indexes."
|
|
name: "compositeIndexes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.CompositePath?alt=com.azure.cosmos.models.CompositePath&text=CompositePath\" data-throw-if-not-resolved=\"False\" />>>"
|
|
syntax: "public IndexingPolicy setCompositeIndexes(List<List<CompositePath>> compositeIndexes)"
|
|
desc: "Sets the composite indexes for additional indexes."
|
|
returns:
|
|
description: "the Indexing Policy."
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.setExcludedPaths(java.util.List<com.azure.cosmos.models.ExcludedPath>)"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.setExcludedPaths(List<ExcludedPath> excludedPaths)"
|
|
name: "setExcludedPaths(List<ExcludedPath> excludedPaths)"
|
|
nameWithType: "IndexingPolicy.setExcludedPaths(List<ExcludedPath> excludedPaths)"
|
|
summary: "Sets excluded paths."
|
|
parameters:
|
|
- description: "the excluded paths"
|
|
name: "excludedPaths"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.ExcludedPath?alt=com.azure.cosmos.models.ExcludedPath&text=ExcludedPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IndexingPolicy setExcludedPaths(List<ExcludedPath> excludedPaths)"
|
|
desc: "Sets excluded paths."
|
|
returns:
|
|
description: "the excluded paths"
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.setIncludedPaths(java.util.List<com.azure.cosmos.models.IncludedPath>)"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.setIncludedPaths(List<IncludedPath> includedPaths)"
|
|
name: "setIncludedPaths(List<IncludedPath> includedPaths)"
|
|
nameWithType: "IndexingPolicy.setIncludedPaths(List<IncludedPath> includedPaths)"
|
|
summary: "Sets included paths."
|
|
parameters:
|
|
- description: "the included paths"
|
|
name: "includedPaths"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.IncludedPath?alt=com.azure.cosmos.models.IncludedPath&text=IncludedPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IndexingPolicy setIncludedPaths(List<IncludedPath> includedPaths)"
|
|
desc: "Sets included paths."
|
|
returns:
|
|
description: "the included paths"
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.setIndexingMode(com.azure.cosmos.models.IndexingMode)"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.setIndexingMode(IndexingMode indexingMode)"
|
|
name: "setIndexingMode(IndexingMode indexingMode)"
|
|
nameWithType: "IndexingPolicy.setIndexingMode(IndexingMode indexingMode)"
|
|
summary: "Sets the indexing mode (consistent or lazy)."
|
|
parameters:
|
|
- description: "the indexing mode."
|
|
name: "indexingMode"
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingMode?alt=com.azure.cosmos.models.IndexingMode&text=IndexingMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IndexingPolicy setIndexingMode(IndexingMode indexingMode)"
|
|
desc: "Sets the indexing mode (consistent or lazy)."
|
|
returns:
|
|
description: "the Indexing Policy."
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.setSpatialIndexes(java.util.List<com.azure.cosmos.models.SpatialSpec>)"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.setSpatialIndexes(List<SpatialSpec> spatialIndexes)"
|
|
name: "setSpatialIndexes(List<SpatialSpec> spatialIndexes)"
|
|
nameWithType: "IndexingPolicy.setSpatialIndexes(List<SpatialSpec> spatialIndexes)"
|
|
summary: "Sets the spatial indexes for additional indexes."
|
|
parameters:
|
|
- description: "the spatial indexes."
|
|
name: "spatialIndexes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.SpatialSpec?alt=com.azure.cosmos.models.SpatialSpec&text=SpatialSpec\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IndexingPolicy setSpatialIndexes(List<SpatialSpec> spatialIndexes)"
|
|
desc: "Sets the spatial indexes for additional indexes."
|
|
returns:
|
|
description: "the Indexing Policy."
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.IndexingPolicy.setVectorIndexes(java.util.List<com.azure.cosmos.models.CosmosVectorIndexSpec>)"
|
|
fullName: "com.azure.cosmos.models.IndexingPolicy.setVectorIndexes(List<CosmosVectorIndexSpec> vectorIndexes)"
|
|
name: "setVectorIndexes(List<CosmosVectorIndexSpec> vectorIndexes)"
|
|
nameWithType: "IndexingPolicy.setVectorIndexes(List<CosmosVectorIndexSpec> vectorIndexes)"
|
|
summary: "Sets the vector indexes."
|
|
parameters:
|
|
- description: "the vector indexes"
|
|
name: "vectorIndexes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.CosmosVectorIndexSpec?alt=com.azure.cosmos.models.CosmosVectorIndexSpec&text=CosmosVectorIndexSpec\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IndexingPolicy setVectorIndexes(List<CosmosVectorIndexSpec> vectorIndexes)"
|
|
desc: "Sets the vector indexes. Example of the vectorIndexes: \"vectorIndexes\": \\[ \\{ \"path\": \"/vector1\", \"type\": \"diskANN\" \\}, \\{ \"path\": \"/vector1\", \"type\": \"flat\" \\}, \\{ \"path\": \"/vector2\", \"type\": \"quantizedFlat\" \\}\\]"
|
|
returns:
|
|
description: "the Indexing Policy."
|
|
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents the indexing policy configuration for a container in the Azure Cosmos DB database service."
|
|
metadata: {}
|
|
package: "com.azure.cosmos.models"
|
|
artifact: com.azure:azure-cosmos:4.63.4
|