Hi

I'd like to use multi-valued dynamic fields.

Example:

   <dynamicField name="*_s"  type="string"  indexed="true"  stored="true"/>
<!-- a normal dynamic field for strings -->
   <dynamicField name="*_sm"  type="string"  indexed="true"  stored="true"
multiValued="true" /> <!-- a dynamic field for multi-valued string fields
-->

Seems to work fine so far, but it doesn't seem to be described in the wiki
here http://wiki.apache.org/solr/SchemaXml

Just wanted to check if it's a known and deliberate feature and if anyone
knows of any issues with using it?

Thanks!

Ian

Reply via email to