void |
IndexingService.buildSpellCheck() |
|
void |
SolrServiceImpl.buildSpellCheck() |
|
String |
SearchService.calculateExtremeValue(Context context,
String valueField,
String sortField,
DiscoverQuery.SORT_ORDER sortOrder) |
This method returns us either the highest or lowest value for the field that we give to it
depending on what sortOrder we give this method.
|
String |
SolrServiceImpl.calculateExtremeValue(Context context,
String valueField,
String sortField,
DiscoverQuery.SORT_ORDER sortOrder) |
|
void |
FacetYearRange.calculateRange(Context context,
List<String> filterQueries,
IndexableObject scope,
SearchService searchService,
DiscoverQuery parentQuery) |
|
protected 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() |
|
FacetYearRange |
SearchService.getFacetYearRange(Context context,
IndexableObject scope,
DiscoverySearchFilterFacet facet,
List<String> filterQueries,
DiscoverQuery parentQuery) |
|
FacetYearRange |
SolrServiceImpl.getFacetYearRange(Context context,
IndexableObject scope,
DiscoverySearchFilterFacet facet,
List<String> filterQueries,
DiscoverQuery parentQuery) |
|
void |
IndexingService.indexContent(Context context,
IndexableObject dso,
boolean force,
boolean commit) |
|
void |
SolrServiceImpl.indexContent(Context context,
IndexableObject dso,
boolean force,
boolean commit) |
|
void |
IndexingService.optimize() |
|
protected boolean |
SolrServiceImpl.requiresIndexing(String uniqueId,
Date lastModified) |
Is stale checks the lastModified time stamp in the database and the index
to determine if the index is stale.
|
protected org.apache.solr.client.solrj.SolrQuery |
SolrServiceImpl.resolveToSolrQuery(Context context,
DiscoverQuery discoveryQuery) |
|
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 |
SearchService.search(Context context,
IndexableObject dso,
DiscoverQuery query) |
Convenient method to call @see #search(Context, DSpaceObject,
DiscoverQuery, boolean) with includeWithdrawn=false
|
DiscoverResult |
SolrServiceImpl.search(Context context,
DiscoverQuery discoveryQuery) |
|
DiscoverResult |
SolrServiceImpl.search(Context context,
IndexableObject dso,
DiscoverQuery discoveryQuery) |
|