On Fri, Sep 16, 2016 at 7:11 PM, Donald Bynum <byn...@gmail.com> wrote:
>                 <ref bean="searchFilterProvenance" />
> Is that the exhaustive list or are there more.  If more, where can I find
> the full list?

You referenced the searchFilterProvenance filter. As you noticed, this
one's not available out of the box [1]. Did you define it? It should
be in the same file and look something like this:

    <bean id="searchFilterProvenance"
class="org.dspace.discovery.configuration.DiscoverySearchFilter">
        <property name="indexFieldName" value="provenance"/>
        <property name="metadataFields">
            <list>
                <value>dc.description.provenance</value>
            </list>
        </property>
    </bean>

See more about search filters here [2].

Also notice the indexFieldName property - at this point you should
already have the "provenance" index defined and reindexed
([dspace]/bin/dspace index-discovery -b) - so you should check first
whether it's available in Solr.

[1] 
https://wiki.duraspace.org/display/DSDOC5x/Discovery#Discovery-Defaultsettings
[2] 
https://wiki.duraspace.org/display/DSDOC5x/Discovery#Discovery-Searchfilters&sidebarfacetsCustomization


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
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