@Immutable public static class RepositoryConfiguration.IndexRebuildOptions extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryConfiguration.IndexRebuildOptions(Document query) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryConfiguration.IndexingMode |
getMode()
Returns the mode in which indexes should be rebuilt.
|
RepositoryConfiguration.QueryRebuild |
getWhen()
Returns the strategy used for rebuilding indexes.
|
boolean |
includeSystemContent()
Returns the value of the flag that controls whether system content should be reindexed or not at startup.
|
protected RepositoryConfiguration.IndexRebuildOptions(Document query)
public boolean includeSystemContent()
true if system content should be reindexed at startup; false otherwisepublic RepositoryConfiguration.IndexingMode getMode()
non-null RepositoryConfiguration.IndexingMode instancepublic RepositoryConfiguration.QueryRebuild getWhen()
non-null RepositoryConfiguration.QueryRebuild instanceCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.