Re: A tool for frequent re-indexing...

2012-04-17 Thread Ravish Bhagdev
Thanks. This is useful to know as well. I was actually after SolrEntityProcessor which I failed to notice until pointed out by previous reply because I'm using 1.4 still. Cheers, Ravish On Fri, Apr 6, 2012 at 11:01 AM, Valeriy F

Re: A tool for frequent re-indexing...

2012-04-06 Thread Valeriy Felberg
I've implemented something like described in https://issues.apache.org/jira/browse/SOLR-3246. The idea is to add an update request processor at the end of the update chain in the core you want to copy. The processor converts the SolrInputDocument to XML (there is some utility method for doing this)

Re: A tool for frequent re-indexing...

2012-04-05 Thread Ahmet Arslan
> I am considering writing a small tool that would read from > one solr core > and write to another as a means of quick re-indexing of > data.  I have a > large-ish set (hundreds of thousands) of documents that I've > already parsed > with Tika and I keep changing bits and pieces in schema and > co