I have the following:

<field name="OrderNumbers" type="text" indexed="true" stored="true"
required="true" multiValued="true" />



I believe I had the following working (splitting on pipe delimited)

<field column="OrderNumbers" splitBy="\|" sourceColName="OrderNumbers" />

But it does not work now.



In-fact now I have even tried

<field column="OrderNumbers" splitBy="," sourceColName="OrderNumbers" />

But I cannot get the values to split into an array.

Any thoughts/suggestions what may be wrong?

Thanks,

Reply via email to