Re: How does a Node find the cluster just by the cluster name?

2014-08-30 Thread Albert Lim
Actually, is this only if you actually have elasticsearch running locally? On Saturday, August 30, 2014 12:27:33 AM UTC-7, Albert Lim wrote: I'm using the following code to connect to my cluster Node node = nodeBuilder().clusterName(yourclustername).node(); Client client = node.client

Re: How does a Node find the cluster just by the cluster name?

2014-08-30 Thread Albert Lim
;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 30 août 2014 à 09:29, Albert Lim albert...@gmail.com javascript: a écrit : Actually, is this only if you actually have elasticsearch running locally? On Saturday, August 30, 2014 12:27:33 AM UTC-7, Albert Lim wrote: I'm using

What fields does ElasticSearch map by default?

2014-08-23 Thread Albert Lim
I'm trying to create an image metadata store, and obviously a single image can have 20 or more metadata fields. So if I enter this document into ElasticSearch, will it index/map all those fields? Such that I can query for every field? Or can I tell ElasticSearch what to index or not? -- You

Is a Geohash grid/bucket key value store possible with Elastic Search?

2014-08-20 Thread Albert Lim
Is it possible to use Elastic Search as a geohash key-value store? For example, I'd like to store objects that update their location periodically into Elastic Search, using their geohash as an index. Write speed isn't too important, just read speed. So I'd like to use a key-value geohash