|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SearchUpdateCollector
Interface implemented by any class that will collect data for the SearchUpdateAdapter
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.lang.String getCollectorName()
boolean isCollectorEnabled()
SearchUpdateOutputProperty[] processItem(java.lang.String pId,
RepositoryItemDescriptor pIndexedItemDescriptor)
throws SearchUpdateException
pId - String repository item idpIndexedItemDescriptor - item descriptor
SearchUpdateException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||