Re: Solr Import Handler Custom Transformer not working

2012-05-14 Thread dboychuck
it("="); if (arr.length == 3) row.put(arr[0].replaceAll("[^A-Za-z0-9]", "") + "_" + arr[1], arr[2]); } row.remove("facets"); } return row; } } -- View this message in context: http://lucene.472

Re: Solr Import Handler Custom Transformer not working

2012-05-14 Thread Erick Erickson
M, dboychuck wrote: > Also here is my schema > >   stored="false" multiValued="true"/> >   stored="false" multiValued="true"/> >   stored="false"/> > > -- > View this message in context: > http://lucene.4720

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.

Solr Import Handler Custom Transformer not working

2012-05-10 Thread dboychuck
y index. The transformer is being used because there are no class not found errors. Can anybody lend a hand as to what might be going wrong here? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Import-Handler-Custom-Transformer-not-working-tp3978746.html Sent from the Solr - User mailing list archive at Nabble.com.