FullTextIndexPath Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |