Re: communication between entity processor and solr DataImporter

2011-02-09 Thread Erick Erickson
Tri: You might want to consider, rather than going through DIH with your own entity processor, just using SolrJ in a separate process. That allows you much finer control over the behavior of your indexing process. Making a connection to Solr via SolrJ and adding a one-field document is maybe

Re: communication between entity processor and solr DataImporter

2011-02-09 Thread Tri Nguyen
I can throw DataImportHandlerException (a runtime exception) from my entityprocessor which will force a rollback. Tri From: Tri Nguyen To: solr-user@lucene.apache.org Sent: Wed, February 9, 2011 3:50:05 PM Subject: communication between entity processor and s