--
You received this message because you are subscribed to a topic in the Google Groups "DSpace Technical Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dspace-tech/dOno8dXeKns/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dspace-tech+unsubscribe@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
<bean id="searchFilterIssued" class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet"> <property name="indexFieldName" value="dateIssued"/> <property name="metadataFields"> <list> <value>dc.date.issued</value> </list> </property> <property name="type" value="date"/> <property name="facetLimit" value="10"/> <property name="sortOrder" value="VALUE"/> </bean>Hi everybody,An update: I was able to get over the SSH error and am now able to run the update-discovery-index. After looking more at the documentation, here's what I have tried to no avail:
- I noticed that unlike Author and Subject sidebar facets, the Date Issued facet does not offer a "View more" link for what I presume is the default maximum of 10 entries
- So I increased the optional <property name="facetLimit" value="15"/> to <bean id="searchFilterIssued"> sidebar facet which sorts by dc.date.issued
- I made this change in two files:
- config/spring/discovery/spring-dspace-addon-discovery-configuration-services.xml
- config/spring/api/discovery.xml
- Then, I ran [dspace]/bin/dspace update-discovery-index and didn't seem to receive an error:
INFO [main] (DSpaceKernelInit.java:52) - Created new kernel: DSpaceKernel:org.dspace:name=18bbb8f5-f9a8-4b1d-8e94-189ebb8347b0,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=nullINFO [main] (ConfigurationManager.java:1224) - Loading from classloader: file:/apps/dspace/config/dspace.cfgINFO [main] (ConfigurationManager.java:1224) - Using dspace provided log configuration (log.init.config)INFO [main] (ConfigurationManager.java:1224) - Loading: /apps/dspace/config/log4j.properties- Then I restarted the server
- But the problem persists.
Has anybody else encounter this?FYI, it appears I'm using XMLUI for DSpace version 3.0.Thanks,David
To unsubscribe from this group and all its topics, send an email to dspace-tech...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to dspace-tech+unsubscribe@googlegroups.com.