Re: Unable to get regex-urlfilter working

2018-10-11 Thread lewis john mcgibbney
Hi Gajanan, Seeing as you are using 2.x, are you making sure that the project has been built with the correct regex-urlfilter.txt being present on ClassPath and included in the job jar you are using? On Thu, Oct 11, 2018 at 12:19 AM wrote: > > > From: Gajanan Watkar > To:

RE: Nutch 1.15: Solr indexing issue

2018-10-11 Thread hany . nasr
Thank you so much. They changed it dramatically. It is not accepting solr.server.url anymore and even old solr mapping xml file. Everything now under IndexWriter.xml Kind regards, Hany Shehata Solutions Architect, Marketing and Communications IT Corporate Functions | HSBC Operations,

RE: Nutch 1.15: Solr indexing issue

2018-10-11 Thread Yossi Tamari
I'm using 1.15, but not with Solr. However, the configuration of IndexWriters changed in 1.15, you may want to read https://wiki.apache.org/nutch/IndexWriters#Solr_indexer_properties. Yossi. > -Original Message- > From: hany.n...@hsbc.com > Sent: 11 October 2018 10:20 > To:

Nutch 1.15: Solr indexing issue

2018-10-11 Thread hany . nasr
Hi All, Anyone is using Nutch 1.15? I am trying to index my crawled urls into Solr but it is indexing only for http://localhost:8983/solr/nutch. Is it hard coded somewhere in the code? When I created a nutch core, my urls are indexed into it and ignored my solr.server.url property. My crawl