Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Jack Krupansky
: Difference Between Indexing and Reindexing On 4 April 2013 19:29, Furkan KAMACI wrote: I use Nutch 2.1 and using that: bin/nutch solrindex http://localhost:8983/solr -index bin/nutch solrindex http://localhost:8983/solr -reindex [...] Sorry, but are you sure that you are using 2.1. Here is what I get

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Furkan KAMACI
It may be a deprecated usage(maybe not) but certainly can run -index and -reindex on Nutch 2.1. 2013/4/4 Gora Mohanty > On 4 April 2013 20:16, Gora Mohanty wrote: > > On 4 April 2013 19:29, Furkan KAMACI wrote: > >> I use Nutch 2.1 and using that: > >> > >> bin/nutch solrindex http://localhos

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Gora Mohanty
On 4 April 2013 20:16, Gora Mohanty wrote: > On 4 April 2013 19:29, Furkan KAMACI wrote: >> I use Nutch 2.1 and using that: >> >> bin/nutch solrindex http://localhost:8983/solr -index >> bin/nutch solrindex http://localhost:8983/solr -reindex > [...] > > Sorry, but are you sure that you are using

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Gora Mohanty
On 4 April 2013 19:29, Furkan KAMACI wrote: > I use Nutch 2.1 and using that: > > bin/nutch solrindex http://localhost:8983/solr -index > bin/nutch solrindex http://localhost:8983/solr -reindex [...] Sorry, but are you sure that you are using 2.1. Here is what I get with: ./bin/nutch solrindex U

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Furkan KAMACI
I use Nutch 2.1 and using that: bin/nutch solrindex http://localhost:8983/solr -index bin/nutch solrindex http://localhost:8983/solr -reindex 2013/4/4 Gora Mohanty > On 4 April 2013 18:33, Furkan KAMACI wrote: > > I craw webages with Nutch and send them to Solr for indexing. There are > two >

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Gora Mohanty
On 4 April 2013 18:33, Furkan KAMACI wrote: > I craw webages with Nutch and send them to Solr for indexing. There are two > parameters to send data into Solr. One of them is -index and the other one > is -reindex. I just want to learn what they do. [...] Which version of Nutch are you using? Unle

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Alexandre Rafalovitch
On Thu, Apr 4, 2013 at 9:03 AM, Furkan KAMACI wrote: > I craw webages with Nutch and send them to Solr for indexing. There are two > parameters to send data into Solr. One of them is -index and the other one > is -reindex. I just want to learn what they do. > Are you sure this is not Nutch-side i

RE: Difference Between Indexing and Reindexing

2013-04-04 Thread Markus Jelsma
> Sent: Thu 04-Apr-2013 15:31 > To: solr-user@lucene.apache.org > Subject: Re: Difference Between Indexing and Reindexing > > That's a question for the Nutch email list. > > In Solr, "reindexing" simply means that you manually delete your full Solr > index

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Jack Krupansky
age- From: Furkan KAMACI Sent: Thursday, April 04, 2013 2:45 AM To: solr-user@lucene.apache.org Subject: Re: Difference Between Indexing and Reindexing Hi Otis, then what is the difference between add and update? And how we update or add documents into Solr (I see that there is just one update

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Furkan KAMACI
ky > > -Original Message----- From: Furkan KAMACI > Sent: Thursday, April 04, 2013 2:45 AM > To: solr-user@lucene.apache.org > Subject: Re: Difference Between Indexing and Reindexing > > > Hi Otis, then what is the difference between add and update? And how we > update o

Re: Difference Between Indexing and Reindexing

2013-04-04 Thread Jack Krupansky
nt: Thursday, April 04, 2013 2:45 AM To: solr-user@lucene.apache.org Subject: Re: Difference Between Indexing and Reindexing Hi Otis, then what is the difference between add and update? And how we update or add documents into Solr (I see that there is just one update handler)? 2013/4/4 Otis Gosp

Re: Difference Between Indexing and Reindexing

2013-04-03 Thread Furkan KAMACI
Hi Otis, then what is the difference between add and update? And how we update or add documents into Solr (I see that there is just one update handler)? 2013/4/4 Otis Gospodnetic > I don't recall what Nutch does, so it's hard to tell. > > In Solr (Lucene, really), you can: > * add documents > *

Re: Difference Between Indexing and Reindexing

2013-04-03 Thread Otis Gospodnetic
I don't recall what Nutch does, so it's hard to tell. In Solr (Lucene, really), you can: * add documents * update documents * delete documents Currently, update is really a delete + readd under the hood. It's been like that for 13+ years, but this may change: https://issues.apache.org/jira/brows