Index not recognized from java API

Hey,

when you do
curl -X HEAD -v localhost:9200/test

Are you getting back a HTTP 200? Apart from that, can you post some
snippets, how you are initiating your connection to the elasticsearch node?
This might help in order to find your problem..

--Alex

On Fri, Mar 22, 2013 at 7:35 AM, Chetana ambha.career@gmail.com wrote:

I am new to Elasticsearch. Using Elastic search(version 0.20.5) as
Standalone. I have created index using 'curl -XPUT '
http://localhost:9200/test/''. I could also see empty mapping for
'''test' when I run curl -XGET http://localhost:9200/_mapping, but the
call to
'client.admin().indices().prepareExists("test").execute().actionGet().exists()'
returns false

Is it ok to set "node.name" in elasticsearch.yml for the standalone mode

'

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.