After setting elastic.host, elastic.port, elastic.cluster, elastic.index, elastic.max.bulk.docs, elastic.max.bulk.size and adding indexer-elastic to plugin.includes in nutch-site.xml. Are there additional configurations that are necessary / recommended ?
I managed to execute Index job with the following command: ./nutch index crawldb segments/segment_id With solr, I know linkdb is also a parameter, does elastic search use linkdb ? In general, what are the differences when indexing with ElasticSearch (rather then Solr) ? Thanks. On Thu, Aug 15, 2013 at 2:02 PM, Markus Jelsma <[email protected]>wrote: > You don't have to use it, it's completely optional. In some cases users > need to add some settings for ES for them to work. Our client needed it to > set a different network for broadcast. Anything that goes in ES > ImmutableSettings can be added in this config file. > > -----Original message----- > > From:Amit Sela <[email protected]> > > Sent: Thursday 15th August 2013 12:54 > > To: [email protected] > > Subject: Re: Nucth 1.7 and ElasticSearch > > > > Thanks for the prompt response! > > Could you elaborate more about the configurations file added in the > patch ? > > do I have to use it or just in case of working with elasticsearch in > > cluster mode ? > > Any other configurations for nutch-elasticsearch ? > > > > Thanks! > > > > > > On Thu, Aug 15, 2013 at 12:25 PM, Markus Jelsma > > <[email protected]>wrote: > > > > > See https://issues.apache.org/jira/browse/NUTCH-1598 > > > > > > > > > > > > -----Original message----- > > > > From:Amit Sela <[email protected]> > > > > Sent: Thursday 15th August 2013 11:19 > > > > To: [email protected] > > > > Subject: Nucth 1.7 and ElasticSearch > > > > > > > > Hi all, > > > > > > > > I want to setup nutch 1.7 with ElasticSearch 0.90.3 as indexer. > > > > From the nutch side settings, all I find are the "Elasticsearch > > > properties" > > > > in nutch-default.xml. > > > > Is there anything else ? > > > > Can someone share is/her experience with it ? > > > > > > > > Thanks, I'll share mine when I'm up and running. > > > > > > > > Amit. > > > > > > > > > >

