public class IndexingPolicy extends Object
Constructor and Description |
---|
IndexingPolicy() |
Modifier and Type | Method and Description |
---|---|
Boolean |
automatic()
Get indicates if the indexing policy is automatic.
|
List<ExcludedPath> |
excludedPaths()
Get list of paths to exclude from indexing.
|
List<IncludedPath> |
includedPaths()
Get list of paths to include in the indexing.
|
IndexingMode |
indexingMode()
Get indicates the indexing mode.
|
IndexingPolicy |
withAutomatic(Boolean automatic)
Set indicates if the indexing policy is automatic.
|
IndexingPolicy |
withExcludedPaths(List<ExcludedPath> excludedPaths)
Set list of paths to exclude from indexing.
|
IndexingPolicy |
withIncludedPaths(List<IncludedPath> includedPaths)
Set list of paths to include in the indexing.
|
IndexingPolicy |
withIndexingMode(IndexingMode indexingMode)
Set indicates the indexing mode.
|
public Boolean automatic()
public IndexingPolicy withAutomatic(Boolean automatic)
automatic
- the automatic value to setpublic IndexingMode indexingMode()
public IndexingPolicy withIndexingMode(IndexingMode indexingMode)
indexingMode
- the indexingMode value to setpublic List<IncludedPath> includedPaths()
public IndexingPolicy withIncludedPaths(List<IncludedPath> includedPaths)
includedPaths
- the includedPaths value to setpublic List<ExcludedPath> excludedPaths()
public IndexingPolicy withExcludedPaths(List<ExcludedPath> excludedPaths)
excludedPaths
- the excludedPaths value to setCopyright © 2019. All rights reserved.