Skip to content

Commit

Permalink
[#1883] apply 2.3 schema change to multilingual extension as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Aug 18, 2014
1 parent 5e10e1a commit ccd8cbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckanext/multilingual/solr/schema.xml
Expand Up @@ -16,7 +16,7 @@
limitations under the License.
-->

<schema name="ckan" version="2.0">
<schema name="ckan" version="2.3">

<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
Expand Down Expand Up @@ -443,6 +443,7 @@
<dynamicField name="*_date" type="date" indexed="true" stored="true" multiValued="false"/>

<dynamicField name="extras_*" type="text" indexed="true" stored="true" multiValued="false"/>
<dynamicField name="res_extras_*" type="text" indexed="true" stored="true" multiValued="true"/>
<dynamicField name="vocab_*" type="string" indexed="true" stored="true" multiValued="true"/>
<dynamicField name="*" type="string" indexed="true" stored="false"/>
</fields>
Expand All @@ -456,6 +457,7 @@
<copyField source="download_url" dest="urls"/>
<copyField source="res_url" dest="urls"/>
<copyField source="extras_*" dest="text"/>
<copyField source="res_extras_*" dest="text"/>
<copyField source="urls" dest="text"/>
<copyField source="name" dest="text"/>
<copyField source="title" dest="text"/>
Expand Down

0 comments on commit ccd8cbe

Please sign in to comment.