Package org.exist.indexing

Interface Summary
Index Represents an arbitrary index structure that can be used by eXist.
IndexWorker Provide concurrent access to the index structure.
MatchListener Highlight matches in query results.
OrderedValuesIndex Indexes that store their values in a determinist way (whatever it is) should implement this interface.
QNamedKeysIndex Indexes that store their values with an information about the QName of their nodes should implement this interface.
RawBackupSupport Interface to be implemented by an index if it wants to add raw data files to a raw system backup.
StreamListener Callback interface which receives index events.
 

Class Summary
AbstractIndex  
AbstractMatchListener Utility implementation of interface MatchListener which forwards all events to a second receiver.
AbstractStreamListener Default implementation of a StreamListener.
IndexController Internally used to dispatch an operation to each of the registered indexes.
IndexManager Manages all custom indexes registered with the database instance.
IndexUtils Various utility methods to be used by Index implementations.
 



Copyright (C) Wolfgang Meier. All rights reserved.