Skip to content

Commit

Permalink
Merge branch '2078-bug-solr-schema' of https://github.com/mbellotti/ckan
Browse files Browse the repository at this point in the history
 into mbellotti-2078-bug-solr-schema
  • Loading branch information
amercader committed Mar 24, 2015
2 parents b09652a + aa61c47 commit a4adec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/config/solr/schema.xml
Expand Up @@ -94,6 +94,7 @@
<field name="ratings_average" type="float" indexed="true" stored="false" />
<field name="tags" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="groups" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="organization" type="string" indexed="true" stored="true" multiValued="false"/>

<field name="capacity" type="string" indexed="true" stored="true" multiValued="false"/>

Expand Down Expand Up @@ -162,6 +163,7 @@
<copyField source="notes" dest="text"/>
<copyField source="tags" dest="text"/>
<copyField source="groups" dest="text"/>
<copyField source="organization" dest="text"/>
<copyField source="res_name" dest="text"/>
<copyField source="res_description" dest="text"/>
<copyField source="maintainer" dest="text"/>
Expand Down

0 comments on commit a4adec6

Please sign in to comment.