| Package | Description |
|---|---|
| org.dspace.app.statistics |
Defines usage event instrumentation points and provides implementations for
testing.
|
| org.dspace.discovery |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
LogAnalyser.getNumItems(Context context)
get the total number of items in the archive at time of execution,
ignoring all other constraints
|
static Integer |
LogAnalyser.getNumItems(Context context,
String type)
get the number of items in the archive which were accessioned between
the provided start and end dates, with the given value for the DC field
'type' (unqualified)
|
static String |
LogAnalyser.processLogs(Context context,
String myLogDir,
String myFileTemplate,
String myConfigFile,
String myOutFile,
Date myStartDate,
Date myEndDate,
boolean myLookUp)
using the pre-configuration information passed here, analyse the logs
and produce the aggregation file
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexingService.buildSpellCheck() |
void |
SolrServiceImpl.buildSpellCheck() |
protected static void |
IndexClient.checkRebuildSpellCheck(org.apache.commons.cli.CommandLine line,
IndexingService indexer)
Check the command line options and rebuild the spell check if active.
|
void |
IndexingService.cleanIndex(boolean force) |
void |
SolrServiceImpl.cleanIndex(boolean force)
Iterates over all documents in the Lucene index and verifies they are in
database, if not, they are removed.
|
void |
IndexingService.commit() |
void |
SolrServiceImpl.commit() |
void |
IndexingService.indexContent(Context context,
DSpaceObject dso,
boolean force,
boolean commit) |
void |
SolrServiceImpl.indexContent(Context context,
DSpaceObject dso,
boolean force,
boolean commit) |
static void |
IndexClient.main(String[] args)
When invoked as a command-line tool, creates, updates, removes content
from the whole index
|
void |
IndexingService.optimize() |
protected boolean |
SolrServiceImpl.requiresIndexing(String handle,
Date lastModified)
Is stale checks the lastModified time stamp in the database and the index
to determine if the index is stale.
|
DiscoverResult |
SolrServiceImpl.search(Context context,
DiscoverQuery query) |
DiscoverResult |
SearchService.search(Context context,
DiscoverQuery query)
Convenient method to call @see #search(Context, DSpaceObject,
DiscoverQuery) with a null DSpace Object as scope (i.e.
|
DiscoverResult |
SolrServiceImpl.search(Context context,
DiscoverQuery discoveryQuery,
boolean includeUnDiscoverable) |
DiscoverResult |
SearchService.search(Context context,
DiscoverQuery query,
boolean includeWithdrawn) |
DiscoverResult |
SolrServiceImpl.search(Context context,
DSpaceObject dso,
DiscoverQuery query) |
DiscoverResult |
SearchService.search(Context context,
DSpaceObject dso,
DiscoverQuery query)
Convenient method to call @see #search(Context, DSpaceObject,
DiscoverQuery, boolean) with includeWithdrawn=false
|
DiscoverResult |
SolrServiceImpl.search(Context context,
DSpaceObject dso,
DiscoverQuery discoveryQuery,
boolean includeUnDiscoverable) |
DiscoverResult |
SearchService.search(Context context,
DSpaceObject dso,
DiscoverQuery query,
boolean includeWithdrawn) |
InputStream |
SolrServiceImpl.searchAsInputStream(DiscoverQuery query)
Simple means to return the search result as an InputStream
|
InputStream |
SolrServiceImpl.searchJSON(Context context,
DiscoverQuery query,
DSpaceObject dso,
String jsonIdentifier) |
InputStream |
SearchService.searchJSON(Context context,
DiscoverQuery query,
DSpaceObject dso,
String jsonIdentifier) |
InputStream |
SolrServiceImpl.searchJSON(Context context,
DiscoverQuery discoveryQuery,
String jsonIdentifier) |
InputStream |
SearchService.searchJSON(Context context,
DiscoverQuery query,
String jsonIdentifier) |
Copyright © 2016 DuraSpace. All Rights Reserved.