blacklight-access_controls 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.textile +3 -5
- data/VERSION +1 -1
- data/blacklight-access_controls.gemspec +1 -1
- data/solr_conf/conf/_rest_managed.json +3 -0
- data/solr_conf/conf/admin-extra.html +12 -5
- data/solr_conf/conf/elevate.xml +1 -3
- data/solr_conf/conf/mapping-ISOLatin1Accent.txt +76 -76
- data/solr_conf/conf/schema.xml +257 -238
- data/solr_conf/conf/scripts.conf +24 -0
- data/solr_conf/conf/solrconfig.xml +37 -153
- data/solr_conf/conf/stopwords.txt +44 -0
- data/solr_conf/conf/{lang/stopwords_en.txt → stopwords_en.txt} +5 -1
- data/solr_conf/conf/synonyms.txt +5 -3
- data/solr_conf/conf/xslt/example.xsl +1 -1
- data/solr_conf/conf/xslt/example_atom.xsl +1 -1
- data/solr_conf/conf/xslt/example_rss.xsl +1 -1
- data/solr_conf/conf/xslt/luke.xsl +3 -3
- metadata +8 -60
- data/solr_conf/conf/abc123 +0 -0
- data/solr_conf/conf/admin-extra.menu-bottom.html +0 -25
- data/solr_conf/conf/admin-extra.menu-top.html +0 -25
- data/solr_conf/conf/clustering/carrot2/kmeans-attributes.xml +0 -19
- data/solr_conf/conf/clustering/carrot2/lingo-attributes.xml +0 -24
- data/solr_conf/conf/clustering/carrot2/stc-attributes.xml +0 -19
- data/solr_conf/conf/currency.xml +0 -67
- data/solr_conf/conf/dataimport.properties +0 -3
- data/solr_conf/conf/db-data-config.xml +0 -93
- data/solr_conf/conf/lang/contractions_ca.txt +0 -8
- data/solr_conf/conf/lang/contractions_fr.txt +0 -15
- data/solr_conf/conf/lang/contractions_ga.txt +0 -5
- data/solr_conf/conf/lang/contractions_it.txt +0 -23
- data/solr_conf/conf/lang/hyphenations_ga.txt +0 -5
- data/solr_conf/conf/lang/stemdict_nl.txt +0 -6
- data/solr_conf/conf/lang/stoptags_ja.txt +0 -420
- data/solr_conf/conf/lang/stopwords_ar.txt +0 -125
- data/solr_conf/conf/lang/stopwords_bg.txt +0 -193
- data/solr_conf/conf/lang/stopwords_ca.txt +0 -220
- data/solr_conf/conf/lang/stopwords_ckb.txt +0 -136
- data/solr_conf/conf/lang/stopwords_cz.txt +0 -172
- data/solr_conf/conf/lang/stopwords_da.txt +0 -110
- data/solr_conf/conf/lang/stopwords_de.txt +0 -294
- data/solr_conf/conf/lang/stopwords_el.txt +0 -78
- data/solr_conf/conf/lang/stopwords_es.txt +0 -356
- data/solr_conf/conf/lang/stopwords_eu.txt +0 -99
- data/solr_conf/conf/lang/stopwords_fa.txt +0 -313
- data/solr_conf/conf/lang/stopwords_fi.txt +0 -97
- data/solr_conf/conf/lang/stopwords_fr.txt +0 -186
- data/solr_conf/conf/lang/stopwords_ga.txt +0 -110
- data/solr_conf/conf/lang/stopwords_gl.txt +0 -161
- data/solr_conf/conf/lang/stopwords_hi.txt +0 -235
- data/solr_conf/conf/lang/stopwords_hu.txt +0 -211
- data/solr_conf/conf/lang/stopwords_hy.txt +0 -46
- data/solr_conf/conf/lang/stopwords_id.txt +0 -359
- data/solr_conf/conf/lang/stopwords_it.txt +0 -303
- data/solr_conf/conf/lang/stopwords_ja.txt +0 -127
- data/solr_conf/conf/lang/stopwords_lv.txt +0 -172
- data/solr_conf/conf/lang/stopwords_nl.txt +0 -119
- data/solr_conf/conf/lang/stopwords_no.txt +0 -194
- data/solr_conf/conf/lang/stopwords_pt.txt +0 -253
- data/solr_conf/conf/lang/stopwords_ro.txt +0 -233
- data/solr_conf/conf/lang/stopwords_ru.txt +0 -243
- data/solr_conf/conf/lang/stopwords_sv.txt +0 -133
- data/solr_conf/conf/lang/stopwords_th.txt +0 -119
- data/solr_conf/conf/lang/stopwords_tr.txt +0 -212
- data/solr_conf/conf/lang/userdict_ja.txt +0 -29
- data/solr_conf/conf/mapping-FoldToASCII.txt +0 -3813
- data/solr_conf/conf/solrconfig.adams.xml +0 -1903
- data/solr_conf/conf/solrconfig.old.xml +0 -1634
- data/solr_conf/conf/solrconfig.xml.orig +0 -3531
- data/solr_conf/conf/update-script.js +0 -53
- data/solr_conf/conf/xslt/updateXml.xsl +0 -70
| @@ -0,0 +1,24 @@ | |
| 1 | 
            +
            # Licensed to the Apache Software Foundation (ASF) under one or more
         | 
| 2 | 
            +
            # contributor license agreements.  See the NOTICE file distributed with
         | 
| 3 | 
            +
            # this work for additional information regarding copyright ownership.
         | 
| 4 | 
            +
            # The ASF licenses this file to You under the Apache License, Version 2.0
         | 
| 5 | 
            +
            # (the "License"); you may not use this file except in compliance with
         | 
| 6 | 
            +
            # the License.  You may obtain a copy of the License at
         | 
| 7 | 
            +
            #
         | 
| 8 | 
            +
            #     http://www.apache.org/licenses/LICENSE-2.0
         | 
| 9 | 
            +
            #
         | 
| 10 | 
            +
            # Unless required by applicable law or agreed to in writing, software
         | 
| 11 | 
            +
            # distributed under the License is distributed on an "AS IS" BASIS,
         | 
| 12 | 
            +
            # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         | 
| 13 | 
            +
            # See the License for the specific language governing permissions and
         | 
| 14 | 
            +
            # limitations under the License.
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            user=
         | 
| 17 | 
            +
            solr_hostname=localhost
         | 
| 18 | 
            +
            solr_port=8983
         | 
| 19 | 
            +
            rsyncd_port=18983
         | 
| 20 | 
            +
            data_dir=
         | 
| 21 | 
            +
            webapp_name=solr
         | 
| 22 | 
            +
            master_host=
         | 
| 23 | 
            +
            master_data_dir=
         | 
| 24 | 
            +
            master_status_dir=
         | 
| @@ -1,86 +1,27 @@ | |
| 1 1 | 
             
            <?xml version="1.0" encoding="UTF-8" ?>
         | 
| 2 | 
            -
            <!--
         | 
| 3 | 
            -
             Licensed to the Apache Software Foundation (ASF) under one or more
         | 
| 4 | 
            -
             contributor license agreements.  See the NOTICE file distributed with
         | 
| 5 | 
            -
             this work for additional information regarding copyright ownership.
         | 
| 6 | 
            -
             The ASF licenses this file to You under the Apache License, Version 2.0
         | 
| 7 | 
            -
             (the "License"); you may not use this file except in compliance with
         | 
| 8 | 
            -
             the License.  You may obtain a copy of the License at
         | 
| 9 | 
            -
             | 
| 10 | 
            -
                 http://www.apache.org/licenses/LICENSE-2.0
         | 
| 11 | 
            -
             | 
| 12 | 
            -
             Unless required by applicable law or agreed to in writing, software
         | 
| 13 | 
            -
             distributed under the License is distributed on an "AS IS" BASIS,
         | 
| 14 | 
            -
             WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         | 
| 15 | 
            -
             See the License for the specific language governing permissions and
         | 
| 16 | 
            -
             limitations under the License.
         | 
| 17 | 
            -
            -->
         | 
| 18 | 
            -
             | 
| 19 | 
            -
            <!--
         | 
| 20 | 
            -
             This is a stripped down config file used for a simple example...  
         | 
| 21 | 
            -
             It is *not* a good example to work from. 
         | 
| 22 | 
            -
            -->
         | 
| 23 2 | 
             
            <config>
         | 
| 24 | 
            -
              
         | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
                   get all bug fixes and improvements. It is highly recommended
         | 
| 28 | 
            -
                   that you fully re-index after changing this setting as it can
         | 
| 29 | 
            -
                   affect both how text is indexed and queried.
         | 
| 30 | 
            -
              -->
         | 
| 31 | 
            -
              <luceneMatchVersion>5.0.0</luceneMatchVersion>
         | 
| 32 | 
            -
              
         | 
| 33 | 
            -
              <lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lib" />
         | 
| 34 | 
            -
              <lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lucene-libs" />
         | 
| 35 | 
            -
              <lib dir="${solr.install.dir:../../../..}/contrib/extraction/lib" regex=".*\.jar" />
         | 
| 36 | 
            -
              <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-cell-\d.*\.jar" />
         | 
| 37 | 
            -
             | 
| 38 | 
            -
              <directoryFactory name="DirectoryFactory" 
         | 
| 39 | 
            -
                                class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}">
         | 
| 40 | 
            -
              </directoryFactory> 
         | 
| 3 | 
            +
              <!-- NOTE: various comments and unused configuration possibilities have been purged
         | 
| 4 | 
            +
                 from this file.  Please refer to http://wiki.apache.org/solr/SolrConfigXml,
         | 
| 5 | 
            +
                 as well as the default solrconfig file included with Solr -->
         | 
| 41 6 |  | 
| 42 | 
            -
              < | 
| 7 | 
            +
              <abortOnConfigurationError>${solr.abortOnConfigurationError:true}</abortOnConfigurationError>
         | 
| 43 8 |  | 
| 44 | 
            -
              < | 
| 45 | 
            -
             | 
| 46 | 
            -
             | 
| 47 | 
            -
              <dataDir>${solr.blacklight-core.data.dir:}</dataDir>
         | 
| 48 | 
            -
              
         | 
| 49 | 
            -
              <requestDispatcher handleSelect="true" >
         | 
| 50 | 
            -
                <requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048000" />
         | 
| 51 | 
            -
              </requestDispatcher>
         | 
| 52 | 
            -
              
         | 
| 53 | 
            -
              <requestHandler name="/analysis/field" startup="lazy" class="solr.FieldAnalysisRequestHandler" />
         | 
| 9 | 
            +
              <luceneMatchVersion>6.1.0</luceneMatchVersion>
         | 
| 54 10 |  | 
| 55 | 
            -
               | 
| 56 | 
            -
              <admin>
         | 
| 57 | 
            -
                <defaultQuery>*:*</defaultQuery>
         | 
| 58 | 
            -
              </admin>
         | 
| 11 | 
            +
              <directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.StandardDirectoryFactory}"/>
         | 
| 59 12 |  | 
| 60 13 | 
             
              <updateHandler class="solr.DirectUpdateHandler2">
         | 
| 61 14 | 
             
                <updateLog>
         | 
| 62 | 
            -
                  <str name="dir">${solr. | 
| 15 | 
            +
                  <str name="dir">${solr.core0.data.dir:}</str>
         | 
| 63 16 | 
             
                </updateLog>
         | 
| 64 | 
            -
             | 
| 65 | 
            -
                <autoCommit>
         | 
| 66 | 
            -
                  <maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
         | 
| 67 | 
            -
                  <openSearcher>false</openSearcher>
         | 
| 68 | 
            -
                </autoCommit>
         | 
| 69 | 
            -
             | 
| 70 | 
            -
                <autoSoftCommit>
         | 
| 71 | 
            -
                  <maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime>
         | 
| 72 | 
            -
                </autoSoftCommit>
         | 
| 73 17 | 
             
              </updateHandler>
         | 
| 74 18 |  | 
| 75 | 
            -
              <!--  | 
| 19 | 
            +
              <!-- solr lib dirs -->
         | 
| 20 | 
            +
              <lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lib" />
         | 
| 21 | 
            +
              <lib dir="${solr.install.dir:../../../..}/contrib/analysis-extras/lucene-libs" />
         | 
| 76 22 |  | 
| 77 | 
            -
             | 
| 23 | 
            +
              <dataDir>${solr.data.dir:}</dataDir>
         | 
| 78 24 |  | 
| 79 | 
            -
                   For processing Search Queries, the primary Request Handler
         | 
| 80 | 
            -
                   provided with Solr is "SearchHandler" It delegates to a sequent
         | 
| 81 | 
            -
                   of SearchComponents (see below) and supports distributed
         | 
| 82 | 
            -
                   queries across multiple shards
         | 
| 83 | 
            -
                -->
         | 
| 84 25 | 
             
              <requestHandler name="search" class="solr.SearchHandler" default="true">
         | 
| 85 26 | 
             
                <!-- default values for query parameters can be specified, these
         | 
| 86 27 | 
             
                     will be overridden by parameters in the request
         | 
| @@ -102,27 +43,34 @@ | |
| 102 43 | 
             
                   -->
         | 
| 103 44 | 
             
                    <str name="qf">
         | 
| 104 45 | 
             
                      id
         | 
| 46 | 
            +
                      full_title_tsim
         | 
| 47 | 
            +
                      short_title_tsim
         | 
| 48 | 
            +
                      alternative_title_tsim
         | 
| 105 49 | 
             
                      active_fedora_model_ssi
         | 
| 106 | 
            -
                       | 
| 107 | 
            -
                       | 
| 108 | 
            -
                       | 
| 50 | 
            +
                      title_tsim
         | 
| 51 | 
            +
                      author_tsimesim
         | 
| 52 | 
            +
                      subject_tsim
         | 
| 53 | 
            +
                      all_text_timv
         | 
| 109 54 | 
             
                    </str>
         | 
| 110 55 | 
             
                    <str name="pf">
         | 
| 111 56 | 
             
                      all_text_timv^10
         | 
| 112 57 | 
             
                    </str>
         | 
| 113 58 |  | 
| 114 59 | 
             
                   <str name="author_qf">
         | 
| 115 | 
            -
                       | 
| 60 | 
            +
                      author_tsim
         | 
| 116 61 | 
             
                   </str>
         | 
| 117 62 | 
             
                   <str name="author_pf">
         | 
| 118 63 | 
             
                   </str>
         | 
| 119 64 | 
             
                   <str name="title_qf">
         | 
| 120 | 
            -
                       | 
| 65 | 
            +
                      title_tsim
         | 
| 66 | 
            +
                      full_title_tsim
         | 
| 67 | 
            +
                      short_title_tsim
         | 
| 68 | 
            +
                      alternative_title_tsim
         | 
| 121 69 | 
             
                   </str>
         | 
| 122 70 | 
             
                   <str name="title_pf">
         | 
| 123 71 | 
             
                   </str>
         | 
| 124 72 | 
             
                   <str name="subject_qf">
         | 
| 125 | 
            -
                       | 
| 73 | 
            +
                      subject_tsim
         | 
| 126 74 | 
             
                   </str>
         | 
| 127 75 | 
             
                   <str name="subject_pf">
         | 
| 128 76 | 
             
                   </str>
         | 
| @@ -134,6 +82,9 @@ | |
| 134 82 |  | 
| 135 83 | 
             
                   <str name="facet">true</str>
         | 
| 136 84 | 
             
                   <str name="facet.mincount">1</str>
         | 
| 85 | 
            +
                   <str name="facet.limit">10</str>
         | 
| 86 | 
            +
                   <str name="facet.field">active_fedora_model_ssi</str>
         | 
| 87 | 
            +
                   <str name="facet.field">subject_ssim</str>
         | 
| 137 88 |  | 
| 138 89 | 
             
                   <str name="spellcheck">true</str>
         | 
| 139 90 | 
             
                   <str name="spellcheck.dictionary">default</str>
         | 
| @@ -167,6 +118,7 @@ | |
| 167 118 | 
             
                    inheritable_discover_access_group_ssim,inheritable_discover_access_person_ssim,
         | 
| 168 119 | 
             
                    inheritable_read_access_group_ssim,inheritable_read_access_person_ssim,
         | 
| 169 120 | 
             
                    inheritable_edit_access_group_ssim,inheritable_edit_access_person_ssim,
         | 
| 121 | 
            +
                    inheritable_download_access_group_ssim,inheritable_download_access_person_ssim,
         | 
| 170 122 | 
             
                    inheritable_embargo_release_date_dtsi
         | 
| 171 123 | 
             
                  </str>
         | 
| 172 124 | 
             
                </lst>
         | 
| @@ -179,33 +131,11 @@ | |
| 179 131 | 
             
                 </lst>
         | 
| 180 132 | 
             
              </requestHandler>
         | 
| 181 133 |  | 
| 182 | 
            -
              <!-- for requests to get a single document; use id=666 instead of q=id:666 -->
         | 
| 183 | 
            -
              <requestHandler name="document" class="solr.SearchHandler" >
         | 
| 184 | 
            -
                <lst name="defaults">
         | 
| 185 | 
            -
                  <str name="echoParams">all</str>
         | 
| 186 | 
            -
                  <str name="fl">*</str>
         | 
| 187 | 
            -
                  <str name="rows">1</str>
         | 
| 188 | 
            -
                  <str name="q">{!term f=id v=$id}</str> <!-- use id=666 instead of q=id:666 -->
         | 
| 189 | 
            -
                </lst>
         | 
| 190 | 
            -
              </requestHandler>
         | 
| 191 | 
            -
             | 
| 192 | 
            -
            <!-- Spell Check
         | 
| 193 134 |  | 
| 194 | 
            -
                    The spell check component can return a list of alternative spelling
         | 
| 195 | 
            -
                    suggestions.  
         | 
| 196 | 
            -
             | 
| 197 | 
            -
                    http://wiki.apache.org/solr/SpellCheckComponent
         | 
| 198 | 
            -
                 -->
         | 
| 199 135 | 
             
              <searchComponent name="spellcheck" class="solr.SpellCheckComponent">
         | 
| 200 | 
            -
             | 
| 201 136 | 
             
                <str name="queryAnalyzerFieldType">textSpell</str>
         | 
| 202 | 
            -
             | 
| 203 | 
            -
             | 
| 204 | 
            -
                     component
         | 
| 205 | 
            -
                  -->
         | 
| 206 | 
            -
             | 
| 207 | 
            -
                <!-- a spellchecker built from a field of the main index, and
         | 
| 208 | 
            -
                     written to disk
         | 
| 137 | 
            +
                <!-- Multiple "Spell Checkers" can be declared and used by this component
         | 
| 138 | 
            +
                  (e.g. for title_spell field)
         | 
| 209 139 | 
             
                  -->
         | 
| 210 140 | 
             
                <lst name="spellchecker">
         | 
| 211 141 | 
             
                  <str name="name">default</str>
         | 
| @@ -234,45 +164,6 @@ | |
| 234 164 | 
             
                  <str name="accuracy">0.7</str>
         | 
| 235 165 | 
             
                  <str name="buildOnOptimize">true</str>
         | 
| 236 166 | 
             
                </lst>
         | 
| 237 | 
            -
             | 
| 238 | 
            -
                <!-- a spellchecker that uses a different distance measure -->
         | 
| 239 | 
            -
                <!--
         | 
| 240 | 
            -
                   <lst name="spellchecker">
         | 
| 241 | 
            -
                     <str name="name">jarowinkler</str>
         | 
| 242 | 
            -
                     <str name="field">spell</str>
         | 
| 243 | 
            -
                     <str name="distanceMeasure">
         | 
| 244 | 
            -
                       org.apache.lucene.search.spell.JaroWinklerDistance
         | 
| 245 | 
            -
                     </str>
         | 
| 246 | 
            -
                     <str name="spellcheckIndexDir">spellcheckerJaro</str>
         | 
| 247 | 
            -
                   </lst>
         | 
| 248 | 
            -
                 -->
         | 
| 249 | 
            -
             | 
| 250 | 
            -
                <!-- a spellchecker that use an alternate comparator 
         | 
| 251 | 
            -
             | 
| 252 | 
            -
                     comparatorClass be one of:
         | 
| 253 | 
            -
                      1. score (default)
         | 
| 254 | 
            -
                      2. freq (Frequency first, then score)
         | 
| 255 | 
            -
                      3. A fully qualified class name
         | 
| 256 | 
            -
                  -->
         | 
| 257 | 
            -
                <!--
         | 
| 258 | 
            -
                   <lst name="spellchecker">
         | 
| 259 | 
            -
                     <str name="name">freq</str>
         | 
| 260 | 
            -
                     <str name="field">lowerfilt</str>
         | 
| 261 | 
            -
                     <str name="spellcheckIndexDir">spellcheckerFreq</str>
         | 
| 262 | 
            -
                     <str name="comparatorClass">freq</str>
         | 
| 263 | 
            -
                     <str name="buildOnCommit">true</str>
         | 
| 264 | 
            -
                  -->
         | 
| 265 | 
            -
             | 
| 266 | 
            -
                <!-- A spellchecker that reads the list of words from a file -->
         | 
| 267 | 
            -
                <!--
         | 
| 268 | 
            -
                   <lst name="spellchecker">
         | 
| 269 | 
            -
                     <str name="classname">solr.FileBasedSpellChecker</str>
         | 
| 270 | 
            -
                     <str name="name">file</str>
         | 
| 271 | 
            -
                     <str name="sourceLocation">spellings.txt</str>
         | 
| 272 | 
            -
                     <str name="characterEncoding">UTF-8</str>
         | 
| 273 | 
            -
                     <str name="spellcheckIndexDir">spellcheckerFile</str>
         | 
| 274 | 
            -
                   </lst>
         | 
| 275 | 
            -
                  -->
         | 
| 276 167 | 
             
              </searchComponent>
         | 
| 277 168 |  | 
| 278 169 | 
             
              <searchComponent name="suggest" class="solr.SuggestComponent">
         | 
| @@ -296,18 +187,11 @@ | |
| 296 187 | 
             
                </arr>
         | 
| 297 188 | 
             
              </requestHandler>
         | 
| 298 189 |  | 
| 299 | 
            -
              <requestHandler name="/ | 
| 300 | 
            -
                <lst name="defaults">
         | 
| 301 | 
            -
                  <str name="fmap.Last-Modified">last_modified</str>
         | 
| 302 | 
            -
                  <str name="uprefix">ignored_</str>
         | 
| 303 | 
            -
                </lst>
         | 
| 304 | 
            -
                <!--Optional.  Specify a path to a tika configuration file. See the Tika docs for details.-->
         | 
| 305 | 
            -
                <!-- <str name="tika.config">/my/path/to/tika.config</str> -->
         | 
| 306 | 
            -
                <!-- Optional. Specify one or more date formats to parse. See DateUtil.DEFAULT_DATE_FORMATS
         | 
| 307 | 
            -
                     for default date formats -->
         | 
| 308 | 
            -
                <!-- <lst name="date.formats"> -->
         | 
| 309 | 
            -
                <!--   <str>yyyy-MM-dd</str> -->
         | 
| 310 | 
            -
                <!-- </lst> -->
         | 
| 311 | 
            -
              </requestHandler>
         | 
| 312 | 
            -
            </config>
         | 
| 190 | 
            +
              <requestHandler name="/replication" class="solr.ReplicationHandler" startup="lazy" />
         | 
| 313 191 |  | 
| 192 | 
            +
              <requestDispatcher handleSelect="true" >
         | 
| 193 | 
            +
                <requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="2048" />
         | 
| 194 | 
            +
              </requestDispatcher>
         | 
| 195 | 
            +
             | 
| 196 | 
            +
              <requestHandler name="/analysis/field" startup="lazy" class="solr.FieldAnalysisRequestHandler" />
         | 
| 197 | 
            +
            </config>
         | 
| @@ -12,3 +12,47 @@ | |
| 12 12 | 
             
            # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         | 
| 13 13 | 
             
            # See the License for the specific language governing permissions and
         | 
| 14 14 | 
             
            # limitations under the License.
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            #-----------------------------------------------------------------------
         | 
| 17 | 
            +
            # a couple of test stopwords to test that the words are really being
         | 
| 18 | 
            +
            # configured from this file:
         | 
| 19 | 
            +
            stopworda
         | 
| 20 | 
            +
            stopwordb
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            #Standard english stop words taken from Lucene's StopAnalyzer
         | 
| 23 | 
            +
            a
         | 
| 24 | 
            +
            an
         | 
| 25 | 
            +
            and
         | 
| 26 | 
            +
            are
         | 
| 27 | 
            +
            as
         | 
| 28 | 
            +
            at
         | 
| 29 | 
            +
            be
         | 
| 30 | 
            +
            but
         | 
| 31 | 
            +
            by
         | 
| 32 | 
            +
            for
         | 
| 33 | 
            +
            if
         | 
| 34 | 
            +
            in
         | 
| 35 | 
            +
            into
         | 
| 36 | 
            +
            is
         | 
| 37 | 
            +
            it
         | 
| 38 | 
            +
            no
         | 
| 39 | 
            +
            not
         | 
| 40 | 
            +
            of
         | 
| 41 | 
            +
            on
         | 
| 42 | 
            +
            or
         | 
| 43 | 
            +
            s
         | 
| 44 | 
            +
            such
         | 
| 45 | 
            +
            t
         | 
| 46 | 
            +
            that
         | 
| 47 | 
            +
            the
         | 
| 48 | 
            +
            their
         | 
| 49 | 
            +
            then
         | 
| 50 | 
            +
            there
         | 
| 51 | 
            +
            these
         | 
| 52 | 
            +
            they
         | 
| 53 | 
            +
            this
         | 
| 54 | 
            +
            to
         | 
| 55 | 
            +
            was
         | 
| 56 | 
            +
            will
         | 
| 57 | 
            +
            with
         | 
| 58 | 
            +
             | 
| @@ -13,12 +13,13 @@ | |
| 13 13 | 
             
            # See the License for the specific language governing permissions and
         | 
| 14 14 | 
             
            # limitations under the License.
         | 
| 15 15 |  | 
| 16 | 
            +
            #-----------------------------------------------------------------------
         | 
| 16 17 | 
             
            # a couple of test stopwords to test that the words are really being
         | 
| 17 18 | 
             
            # configured from this file:
         | 
| 18 19 | 
             
            stopworda
         | 
| 19 20 | 
             
            stopwordb
         | 
| 20 21 |  | 
| 21 | 
            -
            # | 
| 22 | 
            +
            #Standard english stop words taken from Lucene's StopAnalyzer
         | 
| 22 23 | 
             
            a
         | 
| 23 24 | 
             
            an
         | 
| 24 25 | 
             
            and
         | 
| @@ -39,7 +40,9 @@ not | |
| 39 40 | 
             
            of
         | 
| 40 41 | 
             
            on
         | 
| 41 42 | 
             
            or
         | 
| 43 | 
            +
            s
         | 
| 42 44 | 
             
            such
         | 
| 45 | 
            +
            t
         | 
| 43 46 | 
             
            that
         | 
| 44 47 | 
             
            the
         | 
| 45 48 | 
             
            their
         | 
| @@ -52,3 +55,4 @@ to | |
| 52 55 | 
             
            was
         | 
| 53 56 | 
             
            will
         | 
| 54 57 | 
             
            with
         | 
| 58 | 
            +
             | 
    
        data/solr_conf/conf/synonyms.txt
    CHANGED
    
    | @@ -12,9 +12,11 @@ | |
| 12 12 |  | 
| 13 13 | 
             
            #-----------------------------------------------------------------------
         | 
| 14 14 | 
             
            #some test synonym mappings unlikely to appear in real input text
         | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 15 | 
            +
            aaa => aaaa
         | 
| 16 | 
            +
            bbb => bbbb1 bbbb2
         | 
| 17 | 
            +
            ccc => cccc1,cccc2
         | 
| 18 | 
            +
            a\=>a => b\=>b
         | 
| 19 | 
            +
            a\,a => b\,b
         | 
| 18 20 | 
             
            fooaaa,baraaa,bazaaa
         | 
| 19 21 |  | 
| 20 22 | 
             
            # Some synonym groups specific to this example
         | 
| @@ -24,7 +24,7 @@ | |
| 24 24 | 
             
                xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
         | 
| 25 25 | 
             
            >
         | 
| 26 26 |  | 
| 27 | 
            -
              <xsl:output media-type="text/html" encoding="UTF-8"/> 
         | 
| 27 | 
            +
              <xsl:output media-type="text/html; charset=UTF-8" encoding="UTF-8"/> 
         | 
| 28 28 |  | 
| 29 29 | 
             
              <xsl:variable name="title" select="concat('Solr search results (',response/result/@numFound,' documents)')"/>
         | 
| 30 30 |  | 
| @@ -28,7 +28,7 @@ | |
| 28 28 | 
             
                <xsl:output
         | 
| 29 29 | 
             
                    method="html"
         | 
| 30 30 | 
             
                    encoding="UTF-8"
         | 
| 31 | 
            -
                    media-type="text/html"
         | 
| 31 | 
            +
                    media-type="text/html; charset=UTF-8"
         | 
| 32 32 | 
             
                    doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
         | 
| 33 33 | 
             
                    doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
         | 
| 34 34 | 
             
                />
         | 
| @@ -39,8 +39,8 @@ | |
| 39 39 | 
             
                    <html xmlns="http://www.w3.org/1999/xhtml">
         | 
| 40 40 | 
             
                        <head>
         | 
| 41 41 | 
             
                            <link rel="stylesheet" type="text/css" href="solr-admin.css"/>
         | 
| 42 | 
            -
                            <link rel="icon" href="favicon.ico" type="image/ | 
| 43 | 
            -
                            <link rel="shortcut icon" href="favicon.ico" type="image/ | 
| 42 | 
            +
                            <link rel="icon" href="favicon.ico" type="image/ico"/>
         | 
| 43 | 
            +
                            <link rel="shortcut icon" href="favicon.ico" type="image/ico"/>
         | 
| 44 44 | 
             
                            <title>
         | 
| 45 45 | 
             
                                <xsl:value-of select="$title"/>
         | 
| 46 46 | 
             
                            </title>
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: blacklight-access_controls
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 6.0. | 
| 4 | 
            +
              version: 6.0.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Chris Beer
         | 
| @@ -11,7 +11,7 @@ authors: | |
| 11 11 | 
             
            autorequire: 
         | 
| 12 12 | 
             
            bindir: bin
         | 
| 13 13 | 
             
            cert_chain: []
         | 
| 14 | 
            -
            date:  | 
| 14 | 
            +
            date: 2022-03-16 00:00:00.000000000 Z
         | 
| 15 15 | 
             
            dependencies:
         | 
| 16 16 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 17 17 | 
             
              name: blacklight
         | 
| @@ -37,14 +37,14 @@ dependencies: | |
| 37 37 | 
             
              name: cancancan
         | 
| 38 38 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 39 39 | 
             
                requirements:
         | 
| 40 | 
            -
                - - " | 
| 40 | 
            +
                - - ">="
         | 
| 41 41 | 
             
                  - !ruby/object:Gem::Version
         | 
| 42 42 | 
             
                    version: '1.8'
         | 
| 43 43 | 
             
              type: :runtime
         | 
| 44 44 | 
             
              prerelease: false
         | 
| 45 45 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 46 46 | 
             
                requirements:
         | 
| 47 | 
            -
                - - " | 
| 47 | 
            +
                - - ">="
         | 
| 48 48 | 
             
                  - !ruby/object:Gem::Version
         | 
| 49 49 | 
             
                    version: '1.8'
         | 
| 50 50 | 
             
            - !ruby/object:Gem::Dependency
         | 
| @@ -204,73 +204,22 @@ files: | |
| 204 204 | 
             
            - lib/generators/blacklight/ability.rb
         | 
| 205 205 | 
             
            - lib/generators/blacklight/access_controls_generator.rb
         | 
| 206 206 | 
             
            - lib/generators/blacklight/blacklight_access_controls.rb
         | 
| 207 | 
            -
            - solr_conf/conf/ | 
| 207 | 
            +
            - solr_conf/conf/_rest_managed.json
         | 
| 208 208 | 
             
            - solr_conf/conf/admin-extra.html
         | 
| 209 | 
            -
            - solr_conf/conf/admin-extra.menu-bottom.html
         | 
| 210 | 
            -
            - solr_conf/conf/admin-extra.menu-top.html
         | 
| 211 | 
            -
            - solr_conf/conf/clustering/carrot2/kmeans-attributes.xml
         | 
| 212 | 
            -
            - solr_conf/conf/clustering/carrot2/lingo-attributes.xml
         | 
| 213 | 
            -
            - solr_conf/conf/clustering/carrot2/stc-attributes.xml
         | 
| 214 | 
            -
            - solr_conf/conf/currency.xml
         | 
| 215 | 
            -
            - solr_conf/conf/dataimport.properties
         | 
| 216 | 
            -
            - solr_conf/conf/db-data-config.xml
         | 
| 217 209 | 
             
            - solr_conf/conf/elevate.xml
         | 
| 218 | 
            -
            - solr_conf/conf/lang/contractions_ca.txt
         | 
| 219 | 
            -
            - solr_conf/conf/lang/contractions_fr.txt
         | 
| 220 | 
            -
            - solr_conf/conf/lang/contractions_ga.txt
         | 
| 221 | 
            -
            - solr_conf/conf/lang/contractions_it.txt
         | 
| 222 | 
            -
            - solr_conf/conf/lang/hyphenations_ga.txt
         | 
| 223 | 
            -
            - solr_conf/conf/lang/stemdict_nl.txt
         | 
| 224 | 
            -
            - solr_conf/conf/lang/stoptags_ja.txt
         | 
| 225 | 
            -
            - solr_conf/conf/lang/stopwords_ar.txt
         | 
| 226 | 
            -
            - solr_conf/conf/lang/stopwords_bg.txt
         | 
| 227 | 
            -
            - solr_conf/conf/lang/stopwords_ca.txt
         | 
| 228 | 
            -
            - solr_conf/conf/lang/stopwords_ckb.txt
         | 
| 229 | 
            -
            - solr_conf/conf/lang/stopwords_cz.txt
         | 
| 230 | 
            -
            - solr_conf/conf/lang/stopwords_da.txt
         | 
| 231 | 
            -
            - solr_conf/conf/lang/stopwords_de.txt
         | 
| 232 | 
            -
            - solr_conf/conf/lang/stopwords_el.txt
         | 
| 233 | 
            -
            - solr_conf/conf/lang/stopwords_en.txt
         | 
| 234 | 
            -
            - solr_conf/conf/lang/stopwords_es.txt
         | 
| 235 | 
            -
            - solr_conf/conf/lang/stopwords_eu.txt
         | 
| 236 | 
            -
            - solr_conf/conf/lang/stopwords_fa.txt
         | 
| 237 | 
            -
            - solr_conf/conf/lang/stopwords_fi.txt
         | 
| 238 | 
            -
            - solr_conf/conf/lang/stopwords_fr.txt
         | 
| 239 | 
            -
            - solr_conf/conf/lang/stopwords_ga.txt
         | 
| 240 | 
            -
            - solr_conf/conf/lang/stopwords_gl.txt
         | 
| 241 | 
            -
            - solr_conf/conf/lang/stopwords_hi.txt
         | 
| 242 | 
            -
            - solr_conf/conf/lang/stopwords_hu.txt
         | 
| 243 | 
            -
            - solr_conf/conf/lang/stopwords_hy.txt
         | 
| 244 | 
            -
            - solr_conf/conf/lang/stopwords_id.txt
         | 
| 245 | 
            -
            - solr_conf/conf/lang/stopwords_it.txt
         | 
| 246 | 
            -
            - solr_conf/conf/lang/stopwords_ja.txt
         | 
| 247 | 
            -
            - solr_conf/conf/lang/stopwords_lv.txt
         | 
| 248 | 
            -
            - solr_conf/conf/lang/stopwords_nl.txt
         | 
| 249 | 
            -
            - solr_conf/conf/lang/stopwords_no.txt
         | 
| 250 | 
            -
            - solr_conf/conf/lang/stopwords_pt.txt
         | 
| 251 | 
            -
            - solr_conf/conf/lang/stopwords_ro.txt
         | 
| 252 | 
            -
            - solr_conf/conf/lang/stopwords_ru.txt
         | 
| 253 | 
            -
            - solr_conf/conf/lang/stopwords_sv.txt
         | 
| 254 | 
            -
            - solr_conf/conf/lang/stopwords_th.txt
         | 
| 255 | 
            -
            - solr_conf/conf/lang/stopwords_tr.txt
         | 
| 256 | 
            -
            - solr_conf/conf/lang/userdict_ja.txt
         | 
| 257 | 
            -
            - solr_conf/conf/mapping-FoldToASCII.txt
         | 
| 258 210 | 
             
            - solr_conf/conf/mapping-ISOLatin1Accent.txt
         | 
| 259 211 | 
             
            - solr_conf/conf/protwords.txt
         | 
| 260 212 | 
             
            - solr_conf/conf/schema.xml
         | 
| 261 | 
            -
            - solr_conf/conf/ | 
| 262 | 
            -
            - solr_conf/conf/solrconfig.old.xml
         | 
| 213 | 
            +
            - solr_conf/conf/scripts.conf
         | 
| 263 214 | 
             
            - solr_conf/conf/solrconfig.xml
         | 
| 264 | 
            -
            - solr_conf/conf/solrconfig.xml.orig
         | 
| 265 215 | 
             
            - solr_conf/conf/spellings.txt
         | 
| 266 216 | 
             
            - solr_conf/conf/stopwords.txt
         | 
| 217 | 
            +
            - solr_conf/conf/stopwords_en.txt
         | 
| 267 218 | 
             
            - solr_conf/conf/synonyms.txt
         | 
| 268 | 
            -
            - solr_conf/conf/update-script.js
         | 
| 269 219 | 
             
            - solr_conf/conf/xslt/example.xsl
         | 
| 270 220 | 
             
            - solr_conf/conf/xslt/example_atom.xsl
         | 
| 271 221 | 
             
            - solr_conf/conf/xslt/example_rss.xsl
         | 
| 272 222 | 
             
            - solr_conf/conf/xslt/luke.xsl
         | 
| 273 | 
            -
            - solr_conf/conf/xslt/updateXml.xsl
         | 
| 274 223 | 
             
            - spec/factories/user.rb
         | 
| 275 224 | 
             
            - spec/spec_helper.rb
         | 
| 276 225 | 
             
            - spec/support/solr_support.rb
         | 
| @@ -300,8 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 300 249 | 
             
                - !ruby/object:Gem::Version
         | 
| 301 250 | 
             
                  version: '0'
         | 
| 302 251 | 
             
            requirements: []
         | 
| 303 | 
            -
             | 
| 304 | 
            -
            rubygems_version: 2.7.6
         | 
| 252 | 
            +
            rubygems_version: 3.1.6
         | 
| 305 253 | 
             
            signing_key: 
         | 
| 306 254 | 
             
            specification_version: 4
         | 
| 307 255 | 
             
            summary: Access controls for blacklight-based applications
         | 
    
        data/solr_conf/conf/abc123
    DELETED
    
    | 
            File without changes
         | 
| @@ -1,25 +0,0 @@ | |
| 1 | 
            -
            <!--
         | 
| 2 | 
            -
             Licensed to the Apache Software Foundation (ASF) under one or more
         | 
| 3 | 
            -
             contributor license agreements.  See the NOTICE file distributed with
         | 
| 4 | 
            -
             this work for additional information regarding copyright ownership.
         | 
| 5 | 
            -
             The ASF licenses this file to You under the Apache License, Version 2.0
         | 
| 6 | 
            -
             (the "License"); you may not use this file except in compliance with
         | 
| 7 | 
            -
             the License.  You may obtain a copy of the License at
         | 
| 8 | 
            -
             | 
| 9 | 
            -
                 http://www.apache.org/licenses/LICENSE-2.0
         | 
| 10 | 
            -
             | 
| 11 | 
            -
             Unless required by applicable law or agreed to in writing, software
         | 
| 12 | 
            -
             distributed under the License is distributed on an "AS IS" BASIS,
         | 
| 13 | 
            -
             WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         | 
| 14 | 
            -
             See the License for the specific language governing permissions and
         | 
| 15 | 
            -
             limitations under the License.
         | 
| 16 | 
            -
            -->
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            <!-- admin-extra.menu-bottom.html -->
         | 
| 19 | 
            -
            <!--
         | 
| 20 | 
            -
            <li>
         | 
| 21 | 
            -
              <a href="#" style="background-image: url(img/ico/construction.png);">
         | 
| 22 | 
            -
                LAST ITEM
         | 
| 23 | 
            -
              </a>
         | 
| 24 | 
            -
            </li>
         | 
| 25 | 
            -
            -->
         | 
| @@ -1,25 +0,0 @@ | |
| 1 | 
            -
            <!--
         | 
| 2 | 
            -
             Licensed to the Apache Software Foundation (ASF) under one or more
         | 
| 3 | 
            -
             contributor license agreements.  See the NOTICE file distributed with
         | 
| 4 | 
            -
             this work for additional information regarding copyright ownership.
         | 
| 5 | 
            -
             The ASF licenses this file to You under the Apache License, Version 2.0
         | 
| 6 | 
            -
             (the "License"); you may not use this file except in compliance with
         | 
| 7 | 
            -
             the License.  You may obtain a copy of the License at
         | 
| 8 | 
            -
             | 
| 9 | 
            -
                 http://www.apache.org/licenses/LICENSE-2.0
         | 
| 10 | 
            -
             | 
| 11 | 
            -
             Unless required by applicable law or agreed to in writing, software
         | 
| 12 | 
            -
             distributed under the License is distributed on an "AS IS" BASIS,
         | 
| 13 | 
            -
             WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         | 
| 14 | 
            -
             See the License for the specific language governing permissions and
         | 
| 15 | 
            -
             limitations under the License.
         | 
| 16 | 
            -
            -->
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            <!-- admin-extra.menu-top.html -->
         | 
| 19 | 
            -
            <!--
         | 
| 20 | 
            -
            <li>
         | 
| 21 | 
            -
              <a href="#" style="background-image: url(img/ico/construction.png);">
         | 
| 22 | 
            -
                FIRST ITEM
         | 
| 23 | 
            -
              </a>
         | 
| 24 | 
            -
            </li>
         | 
| 25 | 
            -
            -->
         | 
| @@ -1,19 +0,0 @@ | |
| 1 | 
            -
            <!-- 
         | 
| 2 | 
            -
              Default configuration for the bisecting k-means clustering algorithm.
         | 
| 3 | 
            -
              
         | 
| 4 | 
            -
              This file can be loaded (and saved) by Carrot2 Workbench.
         | 
| 5 | 
            -
              http://project.carrot2.org/download.html
         | 
| 6 | 
            -
            -->
         | 
| 7 | 
            -
            <attribute-sets default="attributes">
         | 
| 8 | 
            -
                <attribute-set id="attributes">
         | 
| 9 | 
            -
                  <value-set>
         | 
| 10 | 
            -
                    <label>attributes</label>
         | 
| 11 | 
            -
                      <attribute key="MultilingualClustering.defaultLanguage">
         | 
| 12 | 
            -
                        <value type="org.carrot2.core.LanguageCode" value="ENGLISH"/>
         | 
| 13 | 
            -
                      </attribute>
         | 
| 14 | 
            -
                      <attribute key="MultilingualClustering.languageAggregationStrategy">
         | 
| 15 | 
            -
                        <value type="org.carrot2.text.clustering.MultilingualClustering$LanguageAggregationStrategy" value="FLATTEN_MAJOR_LANGUAGE"/>
         | 
| 16 | 
            -
                      </attribute>
         | 
| 17 | 
            -
                  </value-set>
         | 
| 18 | 
            -
              </attribute-set>
         | 
| 19 | 
            -
            </attribute-sets>
         | 
| @@ -1,24 +0,0 @@ | |
| 1 | 
            -
            <!-- 
         | 
| 2 | 
            -
              Default configuration for the Lingo clustering algorithm.
         | 
| 3 | 
            -
             | 
| 4 | 
            -
              This file can be loaded (and saved) by Carrot2 Workbench.
         | 
| 5 | 
            -
              http://project.carrot2.org/download.html
         | 
| 6 | 
            -
            -->
         | 
| 7 | 
            -
            <attribute-sets default="attributes">
         | 
| 8 | 
            -
                <attribute-set id="attributes">
         | 
| 9 | 
            -
                  <value-set>
         | 
| 10 | 
            -
                    <label>attributes</label>
         | 
| 11 | 
            -
                      <!-- 
         | 
| 12 | 
            -
                      The language to assume for clustered documents.
         | 
| 13 | 
            -
                      For a list of allowed values, see: 
         | 
| 14 | 
            -
                      http://download.carrot2.org/stable/manual/#section.attribute.lingo.MultilingualClustering.defaultLanguage
         | 
| 15 | 
            -
                      -->
         | 
| 16 | 
            -
                      <attribute key="MultilingualClustering.defaultLanguage">
         | 
| 17 | 
            -
                        <value type="org.carrot2.core.LanguageCode" value="ENGLISH"/>
         | 
| 18 | 
            -
                      </attribute>
         | 
| 19 | 
            -
                      <attribute key="LingoClusteringAlgorithm.desiredClusterCountBase">
         | 
| 20 | 
            -
                        <value type="java.lang.Integer" value="20"/>
         | 
| 21 | 
            -
                      </attribute>
         | 
| 22 | 
            -
                  </value-set>
         | 
| 23 | 
            -
              </attribute-set>
         | 
| 24 | 
            -
            </attribute-sets>
         | 
| @@ -1,19 +0,0 @@ | |
| 1 | 
            -
            <!-- 
         | 
| 2 | 
            -
              Default configuration for the STC clustering algorithm.
         | 
| 3 | 
            -
             | 
| 4 | 
            -
              This file can be loaded (and saved) by Carrot2 Workbench.
         | 
| 5 | 
            -
              http://project.carrot2.org/download.html
         | 
| 6 | 
            -
            -->
         | 
| 7 | 
            -
            <attribute-sets default="attributes">
         | 
| 8 | 
            -
                <attribute-set id="attributes">
         | 
| 9 | 
            -
                  <value-set>
         | 
| 10 | 
            -
                    <label>attributes</label>
         | 
| 11 | 
            -
                      <attribute key="MultilingualClustering.defaultLanguage">
         | 
| 12 | 
            -
                        <value type="org.carrot2.core.LanguageCode" value="ENGLISH"/>
         | 
| 13 | 
            -
                      </attribute>
         | 
| 14 | 
            -
                      <attribute key="MultilingualClustering.languageAggregationStrategy">
         | 
| 15 | 
            -
                        <value type="org.carrot2.text.clustering.MultilingualClustering$LanguageAggregationStrategy" value="FLATTEN_MAJOR_LANGUAGE"/>
         | 
| 16 | 
            -
                      </attribute>
         | 
| 17 | 
            -
                  </value-set>
         | 
| 18 | 
            -
              </attribute-set>
         | 
| 19 | 
            -
            </attribute-sets>
         |