| Interface | Description |
|---|---|
| IndexableContentRetriever |
Implemented by classes that retrieve indexable content for a resource.
|
| Indexer<Content> |
Main interface for individual indexers to implement.
|
| Indexer.NoContent |
Class for indexers that do not actually accept content.
|
| Class | Description |
|---|---|
| AsynchIndexer<Content,Result> |
An
Indexer that executes its operation asynchronously. |
| FileSerializer |
Basic Indexer implementation that writes object content to timestamped files
on disk.
|
| IndexerGroup |
MessageListener implementation that retrieves objects from the repository and
invokes one or more indexers to index the content.
|
| JcrXmlRetriever |
Retrieves Modeshape jcr/xml for file system persistence
|
| NamedFields |
A group of named fields.
|
| NamedFieldsDeserializer |
Deserializes JSON maps
|
| NamedFieldsRetriever |
Retrieves resources transformed into sets of named fields via LDPath.
|
| RdfRetriever |
Retrieves RDF representations of resources for storage in a triplestore.
|
| SynchIndexer<Content,Result> |
An that completes its operations synchronously.
|
| Enum | Description |
|---|---|
| Indexer.IndexerType |
Types of content processed by
Indexers. |
| Exception | Description |
|---|---|
| AbsentTransformPropertyException |
Indicates that a resource was not designated for named-field indexing.
|
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.