Hi,
I use DSpace 4.x and I have created a customized facet for the authors 
using the values of 6 metadata (following is the extract from my 
discovery.xml)

<bean id="searchFilterAuthor" 
class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet">
        <property name="indexFieldName" value="author"/>
        <property name="metadataFields">
            <list>
            <value>dim.autoreArch</value>
            <value>dim.facetAuthorImg</value>
            <value>dim.facetAuthorDoc</value>
            <value>dim.facetAuthorVideo</value>
            <value>dim.facetAuthorAudio</value>
            <value>dim.facetAuthorInter</value>
            <value>dim.autoreBeneNaturalistico</value>
            </list>
        </property>
        <property name="facetLimit" value="2000"/>
        <property name="sortOrder" value="COUNT"/>
    </bean>

It all went well till a couple of days ago when DSpace stopped showing the 
values for dim.autoreArch. Btw this metadata contains few authors but with 
lots of items (1400+).

I did a rebuild of the index but nothing has changed. Is there a way to 
solve the problem and have all the authors again?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to