Skip to content

Commit

Permalink
Add catch all Solr field, to avoid having to change the schema again. (
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj authored and ruebot committed Sep 23, 2016
1 parent dcc377f commit ffead5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@
alternately, change the type="ignored" to some other type e.g. "text" if you want
unknown fields indexed and/or stored by default -->
<!--dynamicField name="*" type="ignored" multiValued="true" /-->

<!-- Catch all field for any field name not previously mentioned, this allows for different
fields from the fcrepo-camel-ldpath/fcrepo-camel-indexing-solr services -->
<dynamicField name="*" type="text_general" indexed="true" stored="true" multiValued="true"/>



Expand Down

0 comments on commit ffead5b

Please sign in to comment.