On Mon, Mar 15, 2010 at 2:12 AM, blargy <zman...@hotmail.com> wrote:

>
> How would I go about splitting a column by a certain delimiter AND ignore
> all
> empty matches.
>
> For example:
>
> <field column="values" sourceColName="values"  splitBy=","/>
>
> I have a some columns that dont have a value for values but so its getting
> actually index as blank. I just want to totally ignore those values. Is
> this
> possible?
>
>
You will probably have to write a custom Transformer to remove empty values.
See http://wiki.apache.org/solr/DIHCustomTransformer

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to