Re: URLDataSource : indexing from other Solr servers

2014-05-16 Thread helder.sepulveda
I will try with the SolrEntityProcessor but I'm still intrested to know why will it not work with the XPathEntityProcessor -- View this message in context: http://lucene.472066.n3.nabble.com/URLDataSource-indexing-from-other-Solr-servers-tp4135321p4135730.html Sent from the Solr - User mailin

Re: URLDataSource : indexing from other Solr servers

2014-05-14 Thread helder.sepulveda
Here is the relevant portion of the schema: Yes the URL is accessible, did you see my previous comment: I tested calling the URL using curl right on the server, and I get a valid response and the correct content. -- View this message in context: http://lucene.4

Re: URLDataSource : indexing from other Solr servers

2014-05-12 Thread helder.sepulveda
Just in case the url is not available from outside my network, here is how the url response looks like: 0 1007 *:* 1518 INDIANA CT, IRVING, TX Central 200600 0.31 230690 170510 No Basement 1518 INDIANA CT IRVING US TX 75060 2.0 4 Dallas-Fort Worth-Arlington IRVING Frame Dallas 38300 2014-

Re: URLDataSource : indexing from other Solr servers

2014-05-12 Thread helder.sepulveda
I tested calling the URL using curl right on the server, and I get a valid response and the correct content -- View this message in context: http://lucene.472066.n3.nabble.com/URLDataSource-indexing-from-other-Solr-servers-tp4135321p4135333.html Sent from the Solr - User mailing list archive a

Re: URLDataSource : indexing from other Solr servers

2014-05-12 Thread helder.sepulveda
Here is the data config: http://slszip11.as.homes.com/solr/select?q=*:*"; processor="XPathEntityProcessor" forEach="/response/result/doc" transformer="DateFormatTransformer">

URLDataSource : indexing from other Solr servers

2014-05-12 Thread helder.sepulveda
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 My data config looks like this: Any help will be greatly appreciated -- View this message in co