Uses of Interface
com.attivio.sdk.ingest.IndexMessage
-
Packages that use IndexMessage Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.ingest com.attivio.sdk.server.component Interfaces necessary to write components for the AIE system. -
-
Uses of IndexMessage in com.attivio.client
Methods in com.attivio.client with parameters of type IndexMessage Modifier and Type Method Description void
ContentFeeder. sendIndexMessage(IndexMessage msg)
-
Uses of IndexMessage in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type IndexMessage Modifier and Type Method Description void
IngestClient. sendIndexMessage(IndexMessage message)
Sends an arbitrary IndexMessage into the engine. -
Uses of IndexMessage in com.attivio.sdk.ingest
Classes in com.attivio.sdk.ingest that implement IndexMessage Modifier and Type Class Description class
AbstractIndexMessage
Base class for IndexMessages which are notDocumentList
.class
Backup
Message used to initiate an index backup.class
BulkUpdate
Message that applies a "template" document to multiple document ids.class
Commit
Signifies that the index or other underlying data store should commit currently held documents to disk.class
DocumentList
The basic container for a collection of IngestDocuments.class
Optimize
Represents an 'optimize' index message.Methods in com.attivio.sdk.ingest that return IndexMessage Modifier and Type Method Description IndexMessage
IndexMessage. clone()
-
Uses of IndexMessage in com.attivio.sdk.server.component
Methods in com.attivio.sdk.server.component with parameters of type IndexMessage Modifier and Type Method Description void
IndexMessageHandler. handleIndexMessage(IndexMessage message)
Called by the Attivio Engine to allow implementing components to handleIndexMessage
s.
-