DataImportHandler does not support specifying default values for a field.
However, the solr schema.xml lets you specify defaults. So, modify the
corresponding field inside solr's schema.xml. For example:

<field name="letit" type="text" indexed="true" stored="true" default="BE"/>


On Fri, May 31, 2013 at 8:20 PM, Hans-Peter Stricker
<stric...@epublius.de>wrote:

> I wonder how to pass default values via <dataConfig>, e.g. like this:
>
> <dataConfig>
>    <dataSource />
>    <document>
>        <entity>            <field column="letit">BE</field>
>        </entity>
>    </document>
> </dataConfig>
>
> or like this:
>
> <dataConfig>
>    <dataSource />
>    <document>
>        <entity>            <field column="letit" value="BE"/>
>        </entity>
>    </document>
> </dataConfig>
>
> In the course of this, I did not find a DTD or Schema for <dataConfig>.
>
> Any hint is appreciated!!
>
>
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to