You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by okayndc <bo...@gmail.com> on 2011/06/20 17:01:19 UTC

Solr: dataimport and dynamic fields

Hello,

Is there a way to dynamically create a field, let's call it "category" that
does not exist in a dataset (database).  or must the "category" field exist
in the db schema?

For example, is this possible:

dynamicField name="category"  type="string" indexed="true" stored="false"
multiValued="true" /> 

Or am i using the dynamic field the wrong way?  I'm not sure if i have a
clear understanding of what a dynamic field can/can not do.

Thanks.

--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-dataimport-and-dynamic-fields-tp3086653p3086653.html
Sent from the Lucene - General mailing list archive at Nabble.com.