@ForUseOnly public interface SearchIndexAgent
Modifier and Type | Field and Description |
---|---|
static String |
RELATIONSHIP_PATH_LENGTH_TO_FOLLOW
Name of the server wide property to define the maximum path length to follow on indexing relationships.
|
static SpecialistType<SearchIndexAgent> |
TYPE
Technical type of an agent specialized for changing settings of the search indexer.
|
Modifier and Type | Method and Description |
---|---|
int |
getPathLengthToFollow()
Returns the currently set path length to follow on indexing relationships.
|
void |
resetPathLengthToFollow()
Resets the project specific override for
indexing.relationshipPathLengthToFollow . |
void |
setPathLengthToFollow(int pathLengthToFollow)
Sets the project specific value to override the server wide setting of
indexing.relationshipPathLengthToFollow . |
static final String RELATIONSHIP_PATH_LENGTH_TO_FOLLOW
static final SpecialistType<SearchIndexAgent> TYPE
void resetPathLengthToFollow() throws LockException
indexing.relationshipPathLengthToFollow
. Consequently, the server wide setting will be used.LockException
- if the project could not be lockedint getPathLengthToFollow()
void setPathLengthToFollow(int pathLengthToFollow) throws LockException
indexing.relationshipPathLengthToFollow
.pathLengthToFollow
- the maximum path length to followLockException
- if the project could not be lockedCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210