Re: nutch 1.x tutorial with solr 6.6.0

2017-07-31 Thread Pau Paches
d save you the need to run `index` for each > segment. I'm not sure if you need the final 3 parameters, depends on your > use case. > > -Original Message- > From: Pau Paches [mailto:sp.exstream.t...@gmail.com] > Sent: 12 July 2017 23:48 > To: user@nutch.apache.org > Subject:

RE: nutch 1.x tutorial with solr 6.6.0

2017-07-12 Thread Yossi Tamari
:48 To: user@nutch.apache.org Subject: Re: nutch 1.x tutorial with solr 6.6.0 Hi Lewis et al., I have followed the new tutorial. In step Step-by-Step: Indexing into Apache Solr the command bin/nutch index http://localhost:8983/solr crawl/crawldb/ -linkdb crawl/linkdb/ crawl/segments/20131108063838

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-12 Thread Pau Paches
gt; Lewis >> >> On Wed, Jul 12, 2017 at 6:58 AM, <user-digest-h...@nutch.apache.org> >> wrote: >> >>> >>> From: Pau Paches [mailto:sp.exstream.t...@gmail.com] >>> Sent: Tuesday, July 11, 2017 2:50 PM >>> To: user@nutch.apache.org >>>

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-12 Thread Pau Paches
xstream.t...@gmail.com] >> Sent: Tuesday, July 11, 2017 2:50 PM >> To: user@nutch.apache.org >> Subject: [EXTERNAL] Re: nutch 1.x tutorial with solr 6.6.0 >> >> Hi Rashmi, >> I have followed your suggestions. >> Now I'm seeing a different error. >> bi

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-12 Thread lewis john mcgibbney
and let me know what happens. Thank you Lewis On Wed, Jul 12, 2017 at 6:58 AM, <user-digest-h...@nutch.apache.org> wrote: > > From: Pau Paches [mailto:sp.exstream.t...@gmail.com] > Sent: Tuesday, July 11, 2017 2:50 PM > To: user@nutch.apache.org > Subject: [EXTERNAL] Re: nutch 1

RE: nutch 1.x tutorial with solr 6.6.0

2017-07-11 Thread Srinivasa, Rashmi
Pau Paches [mailto:sp.exstream.t...@gmail.com] Sent: Tuesday, July 11, 2017 2:50 PM To: user@nutch.apache.org Subject: [EXTERNAL] Re: nutch 1.x tutorial with solr 6.6.0 Hi Rashmi, I have followed your suggestions. Now I'm seeing a different error. bin/nutch solrindex http://127.0.0.1:8983/solr crawl/crawld -lin

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-11 Thread Pau Paches
ositionIncrements="true" in the file and remove > them. > * Change id to url > 5. bin/solr start > > Thanks, > Rashmi > > -Original Message- > From: Pau Paches [mailto:sp.exstream.t...@gmail.com] > Sent: Tuesday, July 11, 2017 8:46 AM > To: user@nutch.apache.o

RE: nutch 1.x tutorial with solr 6.6.0

2017-07-11 Thread Srinivasa, Rashmi
Change id to url 5. bin/solr start Thanks, Rashmi -Original Message- From: Pau Paches [mailto:sp.exstream.t...@gmail.com] Sent: Tuesday, July 11, 2017 8:46 AM To: user@nutch.apache.org Subject: [EXTERNAL] Re: nutch 1.x tutorial with solr 6.6.0 Hi Yossi and BlackIce, many thanks for

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-11 Thread Pau Paches
.exstream.t...@gmail.com] > > Sent: 11 July 2017 13:29 > > To: user@nutch.apache.org > > Subject: Re: nutch 1.x tutorial with solr 6.6.0 > > > > Hi, > > I just crawl a single URL so no whole web crawling. > > So I do option 2, fetching, invertlinks succ

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-11 Thread BlackIce
hat I did manage to find out, is that in newer versions of SOLR you need > to use ZooKeeper to update the conf file. see https://stackoverflow.com/a/ > 43351358. > > -Original Message- > From: Pau Paches [mailto:sp.exstream.t...@gmail.com] > Sent: 11 July 2017 13:29 > T

RE: nutch 1.x tutorial with solr 6.6.0

2017-07-11 Thread Yossi Tamari
[mailto:sp.exstream.t...@gmail.com] Sent: 11 July 2017 13:29 To: user@nutch.apache.org Subject: Re: nutch 1.x tutorial with solr 6.6.0 Hi, I just crawl a single URL so no whole web crawling. So I do option 2, fetching, invertlinks successfully. This is just Nutch 1.x Then I do Indexing into Apache

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-11 Thread Pau Paches
Hi, I just crawl a single URL so no whole web crawling. So I do option 2, fetching, invertlinks successfully. This is just Nutch 1.x Then I do Indexing into Apache Solr so go to section Setup Solr for search. First thing that does not work: cd ${APACHE_SOLR_HOME}/example java -jar start.jar No

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-09 Thread lewis john mcgibbney
Hi Pau, On Sat, Jul 8, 2017 at 6:52 AM, wrote: > From: Pau Paches > To: user@nutch.apache.org > Cc: > Bcc: > Date: Sat, 8 Jul 2017 15:52:46 +0200 > Subject: nutch 1.x tutorial with solr 6.6.0 > Hi, > I have run the Nutch 1.x

Re: nutch 1.x tutorial with solr 6.6.0

2017-07-09 Thread BlackIce
Sometimes it helps when one replaces the Solr.jar which comes with Nutch with the solr.jar that comes with the solr one is using On Sat, Jul 8, 2017 at 3:52 PM, Pau Paches wrote: > Hi, > I have run the Nutch 1.x Tutorial with Solr 6.6.0. > Many things do not work,