Re: Why all replicas are unassigned?

2014-09-10 Thread Pablo Musa
install openjdk-7-jre-headless -y Regards, Pablo Musa On Wednesday, September 10, 2014 10:31:24 PM UTC-3, Sephen Xu wrote: Hello, I startup 4 nodes on 2 machines, and when create index, all replicas are unassigned. { cluster_name : elasticsearch_log, status : yellow, timed_out

Re: Why all replicas are unassigned?

2014-09-10 Thread Pablo Musa
that no check is performed by default. This setting only applies if multiple nodes are started on the same machine. Why is this so? (Sorry for my bad English : ) 在 2014年9月11日星期四UTC+8上午11时12分09秒,Pablo Musa写道: googled: elasticsearch java 1.6.0_45 shard unassigned https://github.com/elasticsearch

Elasticsearch Function Score not working with object type

2014-08-24 Thread Pablo Musa
that it does not work with object type. Am I doing something wrong? What am I missing here? The following gist contains an example and the error I received. https://gist.github.com/pmusa/ef9a02210d736ee020d9 Thanks in advance, Pablo Musa -- You received this message because you are subscribed

Re: Bulk API possible bug

2014-06-24 Thread Pablo Musa
Thanks for the answer Brian!! Regards, Pablo 2014-06-23 16:24 GMT-03:00 Brian brian.from...@gmail.com: Hi, Pablo. I remember reading that Elasticsearch will happily store an invalid JSON string as your _source. From my usage of the Java API, I noticed that the Jackson library is used,

Re: Creating dynamic fields from a field

2014-03-20 Thread Pablo Musa
for the solution, it will help very much!! Thanks again guys! --Pablo On Saturday, March 15, 2014 8:59:09 AM UTC-3, Clinton Gormley wrote: To add to what Binh said, you really shouldn't add field names like this: On 14 March 2014 21:20, Pablo Musa pabli...@gmail.com wrote: { title:The

Creating dynamic fields from a field

2014-03-14 Thread Pablo Musa
Hey guys, I have the following problem: Given a title, I want to record that title but I also want to record two fields for each word in the title, using the words itself as part of the field name. For example: given the title The greatest band ever - Urban Legion I would like to have a, document