| Package | Description |
|---|---|
| org.dspace.discovery |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrServiceImpl.buildSpellCheck() |
void |
IndexingService.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 |
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.cleanIndex(boolean force) |
void |
SolrServiceImpl.commit() |
void |
IndexingService.commit() |
void |
SolrServiceImpl.indexContent(Context context,
DSpaceObject dso,
boolean force,
boolean commit) |
void |
IndexingService.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 |
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 query) |
DiscoverResult |
SearchService.search(Context context,
DiscoverQuery query,
boolean includeWithdrawn) |
DiscoverResult |
SolrServiceImpl.search(Context context,
DiscoverQuery discoveryQuery,
boolean includeUnDiscoverable) |
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 query) |
DiscoverResult |
SearchService.search(Context context,
DSpaceObject dso,
DiscoverQuery query,
boolean includeWithdrawn) |
DiscoverResult |
SolrServiceImpl.search(Context context,
DSpaceObject dso,
DiscoverQuery discoveryQuery,
boolean includeUnDiscoverable) |
InputStream |
SolrServiceImpl.searchAsInputStream(DiscoverQuery query)
Simple means to return the search result as an InputStream
|
InputStream |
SearchService.searchJSON(Context context,
DiscoverQuery query,
DSpaceObject dso,
String jsonIdentifier) |
InputStream |
SolrServiceImpl.searchJSON(Context context,
DiscoverQuery query,
DSpaceObject dso,
String jsonIdentifier) |
InputStream |
SearchService.searchJSON(Context context,
DiscoverQuery query,
String jsonIdentifier) |
InputStream |
SolrServiceImpl.searchJSON(Context context,
DiscoverQuery discoveryQuery,
String jsonIdentifier) |
Copyright © 2014 DuraSpace. All Rights Reserved.