On 5/12/2014 10:11 AM, helder.sepulveda wrote:
> I been trying to index data from other solr servers but the import always
> shows:
> Indexing completed. Added/Updated: 0 documents. Deleted 0 documents.
> Requests: 1, Fetched: 0, Skipped: 0, Processed

I'm wondering why you're using the XPathEntityProcessor instead of
SolrEntityProcessor.

http://wiki.apache.org/solr/DataImportHandler#SolrEntityProcessor

Solr (as of version 3.6) comes with the capability to fully understand
the output from another Solr server, so you should probably be using
that instead of trying to parse XML.

Thanks,
Shawn

Reply via email to