Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.exist.indexing Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AbstractIndex | | Class | org.exist.indexing | ExistDB |
|
| AbstractMatchListener | Utility implementation of interface MatchListener which forwards all events to a second receiver. | Class | org.exist.indexing | ExistDB |
|
| AbstractStreamListener | Default implementation of a StreamListener. | Class | org.exist.indexing | ExistDB |
|
| Index | Represents an arbitrary index structure that can be used by eXist. | Interface | org.exist.indexing | ExistDB |
|
| IndexController | Internally used to dispatch an operation to each of the registered indexes. | Class | org.exist.indexing | ExistDB |
|
| IndexManager | Manages all custom indexes registered with the database instance. | Class | org.exist.indexing | ExistDB |
|
| IndexUtils | Various utility methods to be used by Index implementations. | Class | org.exist.indexing | ExistDB |
|
| IndexWorker | Provide concurrent access to the index structure. | Interface | org.exist.indexing | ExistDB |
|
| MatchListener | Highlight matches in query results. | Interface | org.exist.indexing | ExistDB |
|
| OrderedValuesIndex | Indexes that store their values in a determinist way (whatever it is) should implement this interface. | Interface | org.exist.indexing | ExistDB |
|
| QNamedKeysIndex | Indexes that store their values with an information about the QName of their nodes should implement this interface. | Interface | org.exist.indexing | ExistDB |
|
| RawBackupSupport | Interface to be implemented by an index if it wants to add raw data files to a raw system backup. | Interface | org.exist.indexing | ExistDB |
|
| StreamListener | Callback interface which receives index events. | Interface | org.exist.indexing | ExistDB |
|
| StructuralIndex | Core interface for structural indexes. | Interface | org.exist.indexing | ExistDB |