Re: Solr Import Handler Custom Transformer not working

2012-05-14 Thread dboychuck
Thank you for your input. With your help I was able to solve my problem. Although I could find no good example of how to handle multivalued fields with a custom transformer online your comments helped me to find a solution. Here is the code that handles both multi-valued and single valued fields.

Re: Solr Import Handler Custom Transformer not working

2012-05-14 Thread Erick Erickson
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 docu

Re: Solr Import Handler Custom Transformer not working

2012-05-10 Thread dboychuck
Also here is my schema -- 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.