Hi,
I'm unable to index documents via the java api.
I've compiled a set of isolated steps with a gist containing all my files
to demonstrate my issue as I hope someone can point me to the error of my
ways (I've been struggling with this for hours).
Unzip ES
configure the cluster.name property (mycluster)
configure the index.number_of_shards property (1)
configure the index.number_of_replicas property (0)
Does your node connects to the server? Use TransportClient and specifically add the address of the server you start, I think you have problem with multicast discovery on your machine. Lets work around that.
On Wednesday, January 25, 2012 at 9:43 PM, Ittai Zeidman wrote:
Hi,
I'm unable to index documents via the java api.
I've compiled a set of isolated steps with a gist containing all my files to demonstrate my issue as I hope someone can point me to the error of my ways (I've been struggling with this for hours).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.