| Modifier and Type | Method and Description |
|---|---|
ExcludedPath |
ExcludedPath.withPath(String path)
Set the path for which the indexing behavior applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExcludedPath> |
IndexingPolicy.excludedPaths()
Get list of paths to exclude from indexing.
|
| Modifier and Type | Method and Description |
|---|---|
IndexingPolicy |
IndexingPolicy.withExcludedPaths(List<ExcludedPath> excludedPaths)
Set list of paths to exclude from indexing.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/