| Package | Description |
|---|---|
| org.fcrepo.indexer | |
| org.fcrepo.indexer.persistence | |
| org.fcrepo.indexer.solr | |
| org.fcrepo.indexer.sparql |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchIndexer<Content,Result>
An
Indexer that executes its operation asynchronously. |
class |
FileSerializer
Basic Indexer implementation that writes object content to timestamped files
on disk.
|
class |
SynchIndexer<Content,Result>
An that completes its operations synchronously.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<Indexer<Object>> |
IndexerGroup.indexers |
| Constructor and Description |
|---|
IndexerGroup(Set<Indexer<Object>> indexers,
org.apache.http.impl.client.DefaultHttpClient httpClient)
Constructor with provided default HttpClient instance added for testing.
|
IndexerGroup(Set<Indexer<Object>> indexers,
String fedoraUsername,
String fedoraPassword)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JcrXmlPersistenceIndexer
Basic Indexer implementation to write contents from an InputStream files on disk.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolrIndexer
A Solr Indexer (stub) implementation that adds some basic information to a
Solr index server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparqlIndexer
Indexes triples from Fedora into a triplestore using SPARQL Update.
|
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.