Adding new node to the local machine

Hi,

OK. I have done it and it looks better as I can see in
“C:\tools\elasticsearch-0.20.1\data\elasticsearch\nodes” two nodes ‘0’ and
‘1’. But still when I execute the command:
http://localhost:9200/product_index/Product/_search it returns back
expected result (some number of my product records), but when I execute
http://localhost:9201/product_index/Product/_search it returns
“IndexMissingException[[product_index] missing]” error – so both instances
do not talk to each other.

I have to admit that I set “discovery.zen.ping.multicast.enabled: false”
because I had some problems with elasticsearch when this flag was on. Does
it matter?

Regards,

Janusz

On Monday, 7 January 2013 15:31:04 UTC+11, JD wrote:

Hi,
Can I add new clustersearch node on the same laptop that is running the
main clustersearch (any instructions).?
Regards,
Janusz

--