All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.rules-solr.xml Maven / Gradle / Ivy

There is a newer version: 2024.05
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<and xmlns:rh="https://mycore.org/rule-helper">
    <target>solr</target>
    <action>read</action>
    <and>
        <!-- Internal solr cores -->
        <or>
            <not>
                <or>
                    <rh:each-property property="MIR.Rules.Solr.Protected.RequestHandler">
                        <id>solr:/<rh:each-property-replace property="MIR.Rules.Solr.Protected.RequestHandler"/></id>
                    </rh:each-property>
                </or>
            </not>
            <role>admin</role>
            <role>editor</role>
            <role>submitter</role>
            <role>reader</role>
        </or>
    </and>
</and>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy