public interface SearchUpdateCollector
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectorName()
Name this collector is known by for display and logging purposes.
|
boolean |
isCollectorEnabled()
Only enabled collectors are used.
|
SearchUpdateOutputProperty[] |
processItem(java.lang.String pId,
RepositoryItemDescriptor pIndexedItemDescriptor)
Asks the collector to return any properties that should be added to the index for the
given repository parameters.
|
static final java.lang.String CLASS_VERSION
java.lang.String getCollectorName()
boolean isCollectorEnabled()
SearchUpdateOutputProperty[] processItem(java.lang.String pId, RepositoryItemDescriptor pIndexedItemDescriptor) throws SearchUpdateException
pId - String repository item idpIndexedItemDescriptor - item descriptorSearchUpdateException