Modifier and Type | Class and Description |
---|---|
protected static class |
IncrementalIngester.OutputActivitiesWrapper |
protected static class |
IncrementalIngester.OutputRemoveActivitiesWrapper |
Modifier and Type | Field and Description |
---|---|
protected IOutputRemoveActivity |
IncrementalIngester.OutputRemoveActivitiesWrapper.removeActivities |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalIngester.documentDelete(IPipelineConnections pipelineConnections,
String identifierClass,
String identifierHash,
IOutputRemoveActivity activities)
Delete a document from the search engine index.
|
void |
IncrementalIngester.documentDeleteMultiple(IPipelineConnections[] pipelineConnections,
String[] identifierClasses,
String[] identifierHashes,
IOutputRemoveActivity activities)
Delete multiple documents from the search engine index.
|
void |
IncrementalIngester.documentDeleteMultiple(IPipelineConnections pipelineConnections,
String[] identifierClasses,
String[] identifierHashes,
IOutputRemoveActivity activities)
Delete multiple documents from the search engine index.
|
void |
IncrementalIngester.documentRemove(IPipelineConnections pipelineConnections,
String identifierClass,
String identifierHash,
String componentHash,
IOutputRemoveActivity activities)
Remove a document component from the search engine index.
|
void |
IncrementalIngester.documentRemoveMultiple(IPipelineConnections pipelineConnections,
String[] identifierClasses,
String[] identifierHashes,
String componentHash,
IOutputRemoveActivity activities)
Remove multiple document components from the search engine index.
|
protected void |
IncrementalIngester.removeDocument(IOutputConnection connection,
String documentURI,
String outputDescription,
IOutputRemoveActivity activities)
Remove document, using the specified output connection, via the standard pool.
|
Constructor and Description |
---|
IncrementalIngester.OutputRemoveActivitiesWrapper(IOutputRemoveActivity removeActivities,
String outputConnectionName) |
Modifier and Type | Interface and Description |
---|---|
interface |
IOutputActivity
This interface abstracts from the activities that an output connector can do
when adding or replacing documents, or deleting documents.
|
Modifier and Type | Method and Description |
---|---|
void |
IIncrementalIngester.documentDelete(IPipelineConnections pipelineConnections,
String identifierClass,
String identifierHash,
IOutputRemoveActivity activities)
Delete a document, and all its components, from the search engine index.
|
void |
IIncrementalIngester.documentDeleteMultiple(IPipelineConnections[] pipelineConnections,
String[] identifierClasses,
String[] identifierHashes,
IOutputRemoveActivity activities)
Delete multiple documents, and their components, from the search engine index.
|
void |
IIncrementalIngester.documentDeleteMultiple(IPipelineConnections pipelineConnections,
String[] identifierClasses,
String[] identifierHashes,
IOutputRemoveActivity activities)
Delete multiple documents, and their components, from the search engine index.
|
void |
IIncrementalIngester.documentRemove(IPipelineConnections pipelineConnections,
String identifierClass,
String identifierHash,
String componentHash,
IOutputRemoveActivity activities)
Remove a document component from the search engine index.
|
void |
IIncrementalIngester.documentRemoveMultiple(IPipelineConnections pipelineConnections,
String[] identifierClasses,
String[] identifierHashes,
String componentHash,
IOutputRemoveActivity activities)
Remove multiple document components from the search engine index.
|
void |
IOutputConnector.removeDocument(String documentURI,
String outputDescription,
IOutputRemoveActivity activities)
Remove a document using the connector.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseOutputConnector.removeDocument(String documentURI,
String outputDescription,
IOutputRemoveActivity activities)
Remove a document using the connector.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
DocumentCleanupThread.OutputRemoveActivity
The ingest logger class
|
protected static class |
DocumentDeleteThread.OutputRemoveActivity
The OutputRemoveActivity class
|
protected static class |
ExpireThread.OutputRemoveActivity
The ingest logger class
|
protected static class |
WorkerThread.OutputActivity
The ingest logger class
|