Nothing jumps out on a quick look. So I'd try a couple of things:

1> you can debug this via "remote debugging" in an IDE, see if
    your code is a> reached and b> does what you expect.
2> Look at your logs. Anything coming out that's unexpected?
3> Try some simple logging, maybe dump out the document (row)
     you get after all your substitutions.

Is it possible that you're not executing this code at all?

But, as I said this seems OK, so it may be some kind of pilot error....

Sorry I can't be more help
Erick

On Thu, May 10, 2012 at 9:45 PM, dboychuck <dboych...@build.com> wrote:
> Also here is my schema
>
>  <dynamicField name="*_string" type="facetstring" indexed="true"
> stored="false" multiValued="true"/>
>   <dynamicField name="*_numeric" type="tfloat" indexed="true"
> stored="false" multiValued="true"/>
>   <dynamicField name="*_boolean" type="boolean" indexed="true"
> stored="false"/>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-Import-Handler-Custom-Transformer-not-working-tp3978746p3978748.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to