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-14 Thread Gora Mohanty
On 12 May 2014 21:41, 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 > > My data config looks like this: Nothing

Re: URLDataSource : indexing from other Solr servers

2014-05-13 Thread Shawn Heisey
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 XPathEntity

Re: URLDataSource : indexing from other Solr servers

2014-05-13 Thread Gora Mohanty
On 12 May 2014 22:52, helder.sepulveda wrote: > Here is the data config: > > > > > > url="http://slszip11.as.homes.com/solr/select?q=*:*"; > processor="XPathEntityProcessor" > forEach="/response/result/doc" > trans

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">