Sdílet prostřednictvím


IndexingPolicy interface

Zásady indexování služby Cosmos DB

Vlastnosti

automatic

Označuje, jestli je zásada indexování automatická.

compositeIndexes

Seznam složených cest

excludedPaths

Seznam cest, které se mají vyloučit z indexování

fullTextIndexes

Seznam cest, které mají být zahrnuty do indexování fulltextu

includedPaths

Seznam cest, které se mají zahrnout do indexování

indexingMode

Označuje režim indexování.

spatialIndexes

Seznam prostorových specifik

vectorIndexes

Seznam cest, které se mají zahrnout do indexování vektorů

Podrobnosti vlastnosti

automatic

Označuje, jestli je zásada indexování automatická.

automatic?: boolean

Hodnota vlastnosti

boolean

compositeIndexes

Seznam složených cest

compositeIndexes?: CompositePath[][]

Hodnota vlastnosti

excludedPaths

Seznam cest, které se mají vyloučit z indexování

excludedPaths?: ExcludedPath[]

Hodnota vlastnosti

fullTextIndexes

Seznam cest, které mají být zahrnuty do indexování fulltextu

fullTextIndexes?: FullTextIndexPath[]

Hodnota vlastnosti

includedPaths

Seznam cest, které se mají zahrnout do indexování

includedPaths?: IncludedPath[]

Hodnota vlastnosti

indexingMode

Označuje režim indexování.

indexingMode?: string

Hodnota vlastnosti

string

spatialIndexes

Seznam prostorových specifik

spatialIndexes?: SpatialSpec[]

Hodnota vlastnosti

vectorIndexes

Seznam cest, které se mají zahrnout do indexování vektorů

vectorIndexes?: VectorIndex[]

Hodnota vlastnosti