Package atg.endeca.index

Interface Summary
EndecaIndexingOutputConfig.LoaderResultsWrapper A interface wrapper around loader results.
Indexable A basic interface for things that support baseline/bulk and partial/incremental indexing.
RecordSubmitter An interface that extends DocumentSubmitter to support the idea of a default locale.
 

Class Summary
DeleteMissingIndexingSynchronization This IndexingSynchronization stores all generated IDs to a file, and then later, on a non-baseline index, issues a delete for those IDs not regenerated during the current session.
DynamicPropertySchemaSynchronization A synchronization that tracks dynamic properties generated in an indexing run (via the ProcessingPropertiesCallback interface), then submits schema entries for those properties a SchemaGenerator.
DynamicPropertySchemaSynchronization.DynamicOutputPropertyInfo A class that to track dynamic output property info.
EndecaContext A subclass of Context that overrides getDispatcher to create an EndecaProcessItemDispatcher.
EndecaIndexingOutputConfig A subclass of IndexingOutputConfig that adds Endeca-specific behaviors.
LocaledExporter A base class that needs to export items by locale.
LocaledExporter.MinimalBulkLoaderResults Extends BulkLoaderResults with a minimal implemental that accepts a boolean "successful" flag..
LocaledExporter.MinimalIncrementalLoaderResults Extends IncrementalLoaderResults with a minimal implementation.
LocalSynchronizationInvokerService A very minimal implementation of a SynchronizationInvoker.
RecordStoreBulkLoaderImpl A BulkLoader subclass that adds support for creating a RecordStoreOutputDocumentContent, as well as adding support for ProcessingPropertiesCallback and PerDocumentIndexingSynchronization.
RecordStoreDocumentSubmitter A document submitter that sends documents to an CAS record store.