Share via


FullTextIndexPath Class

Definition

DOM for a full text index path. A full text index path is used in a full text index.

public sealed class FullTextIndexPath
type FullTextIndexPath = class
Public NotInheritable Class FullTextIndexPath
Inheritance
FullTextIndexPath

Examples

"indexingPolicy": { "includedPaths": [ { "path": "/" } ], "excludedPaths": [ { "path": "/embeddings/vector/" } ], "fullTextIndexes": [ { "path": "/v1/path1", }, { "path": "/v2/path2/text2", }, { "path": "/v3", } ] }

Constructors

Name Description
FullTextIndexPath()

Properties

Name Description
Path

Gets or sets the full path in a document used for full text indexing.

Applies to