| DiscoverFacetField |
Class contains facet query information
|
| DiscoverFilterQuery |
This class represents a filter query for discovery and can contain the following objects:
The field in which we are searching
The query the query which the filter query is using
The displayed value
|
| DiscoverHitHighlightingField |
Configuration for one field that is to be highlighted
Giving 0 as max chars ensures that the entire field is returned !
|
| DiscoverQuery |
This class represents a query which the discovery back-end can use.
|
| DiscoverResult |
This class represents the result that the discovery search impl returns
|
| DiscoverResult.FacetResult |
|
| DiscoverResult.IndexableObjectHighlightResult |
An utility class to represent the highlighting section of a Discovery Search
|
| DiscoverResult.SearchDocument |
This class contains values from the fields searched for in DiscoveryQuery.java
|
| FacetYearRange |
Utility class that represents the year range for a date facet
|
| FullTextContentStreams |
Construct a ContentStream from a File
|
| IndexClient |
Class used to reindex dspace communities/collections/items into discovery
|
| IndexDiscoveryScriptConfiguration<T extends IndexClient> |
|
| IndexEventConsumer |
Class for updating search indices in discovery from content events.
|
| SearchUtils |
Util methods used by discovery
|
| SolrSearchCore |
Bean containing the SolrClient for the search core
|
| SolrServiceContentInOriginalBundleFilterPlugin |
This plugin adds three fields to the solr index to make a facet with/without
content in the ORIGINAL Bundle possible (like full text, images...).
|
| SolrServiceFileInfoPlugin |
Adds filenames and file descriptions of all files in the ORIGINAL bundle
to the Solr search index.
|
| SolrServiceImpl |
SolrIndexer contains the methods that index Items and their metadata,
collections, communities, etc.
|
| SolrServiceIndexCollectionSubmittersPlugin |
The purpose of this plugin is to index all ADD type resource policies related to collections.
|
| SolrServiceIndexOutputPlugin |
Example class that prints out the handle of the DSpace Object currently being indexed
|
| SolrServiceMetadataBrowseIndexingPlugin |
A Solr Indexing plugin for the "metadata" browse index type.
|
| SolrServiceParentObjectIndexingPlugin |
Indexes the UUID of the parent object for any Community, Collection and Item
|
| SolrServicePrivateItemPlugin |
This plugin prevents discovery of private items by non-administrators.
|
| SolrServiceResourceRestrictionPlugin |
Restriction plugin that ensures that indexes all the resource policies.
|
| SolrServiceSpellIndexingPlugin |
Created with IntelliJ IDEA.
|
| SolrServiceWorkspaceWorkflowRestrictionPlugin |
Plugin to restrict or grant access to workspace and workflow items
based on the discovery configuration used.
|