Re: UpdateProcessor not working with DIH, but works with SolrJ

2013-08-22 Thread Andrea Gazzarini
Ok, found class="org.apache.solr.handler.dataimport.DataImportHandler"> dih-config.xml *nohtml**<*/str> Of course, my mistake...when I changed the name of the chain I deleted the "<" char. Sorry On 08/22/2013 06:15 PM, Shawn Heisey wrote: of

Re: UpdateProcessor not working with DIH, but works with SolrJ

2013-08-22 Thread Shawn Heisey
On 8/22/2013 10:06 AM, Andrea Gazzarini wrote: yes, yes of course, you should use your already declared request handler...that was just a copied and pasted example :) I'm curious about what kind of error you gotI copied the snippet above from a working core (just replaced the name of the cha

Re: UpdateProcessor not working with DIH, but works with SolrJ

2013-08-22 Thread Shawn Heisey
On 8/22/2013 10:02 AM, Steve Rowe wrote: You could declare your update chain as the default by adding 'default="true"' to its declaring element: and then you wouldn't need to declare it as the default update.chain in either of your request handlers. If I did this, would it only apply t

Re: UpdateProcessor not working with DIH, but works with SolrJ

2013-08-22 Thread Andrea Gazzarini
yes, yes of course, you should use your already declared request handler...that was just a copied and pasted example :) I'm curious about what kind of error you gotI copied the snippet above from a working core (just replaced the name of the chain) BTW: AFAIK is the "update.processor" tha

Re: UpdateProcessor not working with DIH, but works with SolrJ

2013-08-22 Thread Steve Rowe
You could declare your update chain as the default by adding 'default="true"' to its declaring element: and then you wouldn't need to declare it as the default update.chain in either of your request handlers. On Aug 22, 2013, at 11:57 AM, Shawn Heisey wrote: > On 8/22/2013 9:42 AM, Andre

Re: UpdateProcessor not working with DIH, but works with SolrJ

2013-08-22 Thread Shawn Heisey
On 8/22/2013 9:42 AM, Andrea Gazzarini wrote: You should declare this nohtml in the "defaults" section of the RequestHandler that corresponds to your dataimporthandler. You should have something like this: dih-config.xml nohtml/str> Ot

Re: UpdateProcessor not working with DIH, but works with SolrJ

2013-08-22 Thread Andrea Gazzarini
You should declare this nohtml in the "defaults" section of the RequestHandler that corresponds to your dataimporthandler. You should have something like this: class="org.apache.solr.handler.dataimport.DataImportHandler"> dih-config.xml nohtml/str>