| Modifier and Type | Method and Description |
|---|---|
IncludedPath |
IncludedPath.withIndexes(List<Indexes> indexes)
Set list of indexes for this path.
|
IncludedPath |
IncludedPath.withPath(String path)
Set the path for which the indexing behavior applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<IncludedPath> |
IndexingPolicy.includedPaths()
Get list of paths to include in the indexing.
|
| Modifier and Type | Method and Description |
|---|---|
IndexingPolicy |
IndexingPolicy.withIncludedPaths(List<IncludedPath> includedPaths)
Set list of paths to include in the indexing.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/