Hi all, We are facing problem with DSpace discovery feature (search & browse). We aren't able to search or browse any items in DSpace. Even though if we click on submissions, the items in dspace are there under the archived items. However when we do normal search using a keyword, the search produce no results.
Please Note that the DSpace we're using is version 4.2
Changes that we have made with the configuration files:
1- dspace.cfg
we enabled the legacy lucene Indexing by adding search and browse to the list
of event.dispatcher.default.consumers, as following:
event.dispatcher.default.consumers = versioning, search, browse, discovery,
eperson, harvester
2- xmlui.xconf
we checked if the aspects Display, Browse, Search, Admin, Login and Submission
are enabled
<!-- Base DSpace XMLUI Aspects for Display, Browse, Search, Admin, Login and
Submission -->
<aspect name="Displaying Artifacts"
path="resource://aspects/ViewArtifacts/" />
<aspect name="Browsing Artifacts"
path="resource://aspects/BrowseArtifacts/" />
<aspect name="Discovery" path="resource://aspects/Discovery/" />
<aspect name="Administration" path="resource://aspects/Administrative/"
/>
<aspect name="E-Person" path="resource://aspects/EPerson/" />
<aspect name="Submission and Workflow"
path="resource://aspects/Submission/" />
3- discovery.xml
we enabled the recent submissions, by changing the property value to true as
following:
<!-- If enabled the collection home page will not display metadata but show a
pageable list of recent submissions -->
<property name="useAsHomePage" value="true"/>
4- discovery.cfg
The value of search.server in discovery.cfg = ${solr.server}/search. However,
in the dspace log file we get this error :
Error while initializing solr, invalid url: ${solr.server}/search.
please find the attached file ("dspace 2014-11-06.log")
Also we checked if all the base URLs of DSpace is working (XMLUI, JSPUI, OAI)
and all of them are up and running.
Any ideas why we get solr initializing error??
Your help is highly appreciated.
Regards,
QU Library System Team
dspace 2014-11-06.log
Description: dspace 2014-11-06.log
------------------------------------------------------------------------------
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

