TransportClient - Sniffing Issue

2014-04-20 Thread savva . khalaman
Hello, I have an ES cluster that consists of two nodes. The first one is explicitly set to be a master and the second serves as a replica. The configuration of the nodes is following: *Master Node:* cluster.name: test-es-cluster node.name: primary1

Re: TransportClient - Sniffing Issue

2014-04-20 Thread Savva
Small typo in the configuration of the replica node. node.master is actually set to false -- 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

Re: MVEL scripting to return 0 or 1 for a boolean

2014-04-20 Thread Clinton Gormley
On 19 April 2014 20:57, Shane Neeley snee...@molecularmatch.com wrote: script: log(_score * (doc['field1'].value == doc['field2'].value) script: log(_score * ((doc['field1'].value == doc['field2'].value) ? : 1 : 0) -- You received this message because you are subscribed to the Google Groups

Re: array of strings vs string

2014-04-20 Thread Clinton Gormley
Also have a read about position_offset_gap: http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_multi_value_fields_2.html On 17 April 2014 14:42, Aleh Aleshka olegl...@gmail.com wrote: Thanks! On Wednesday, April 16, 2014 6:39:00 PM UTC+3, vineeth mohan wrote: Hello Aleh ,

service wrapper vs /etc/init.d/elasticsearch

2014-04-20 Thread mikesam460
Which one should be use for production machines, service wrapper or /etc/init.d/elasticsearch? What are their ultimate difference? -- 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,

Elasticsearch with JSON-array, causing serialize -error

2014-04-20 Thread PyrK
I'm using elasticsearch with mongodb -collection using elmongohttps://github.com/usesold/elmongo. I have a collection (elasticsearch index's point of view json-array), that contains for example field: random_point: [ 0.10007477086037397, 0 ] That's most likely the reason I get this

Facetted Search Misbehaving

2014-04-20 Thread Igal @ getRailo.org
I have an index for a Store with a type for Items, i.e. /store/items. among other properties, Items have a Title (analyzed text), a Description (analyzed text), and Tags (not-analyzed text). I want to be able to show the facets over Tags with counts, so if a facet of the Tag Yellow has a

Re: Facetted Search Misbehaving

2014-04-20 Thread Nik Everett
Sent from my iPhone On Apr 20, 2014, at 3:06 PM, Igal @ getRailo.org i...@getrailo.org wrote: I have an index for a Store with a type for Items, i.e. /store/items. among other properties, Items have a Title (analyzed text), a Description (analyzed text), and Tags (not-analyzed text).

Re: Facetted Search Misbehaving

2014-04-20 Thread Igal
hey Nik, thanks for your reply. you are correct about the default operator being or, but as I've posted in the original post I explicitly set it to and via execution: and and I see the difference in the results between or and and so I know that it is working. for some reason the numbers

Re: Facetted Search Misbehaving

2014-04-20 Thread Nik Everett
Sorry, wasn't reading too closely. If the execution:and is taking sometimes then that sounds like a bug. Nik Sent from my iPhone On Apr 20, 2014, at 3:49 PM, Igal i...@getrailo.org wrote: hey Nik, thanks for your reply. you are correct about the default operator being or, but as

Re: [Ann] Elasticsearch Image Plugin 1.2.0 released

2014-04-20 Thread V
Hi Kevin, I've been using Lire for a little while now and was happy to see a plugin for ES had been created. Great work. I have a question about the score in ES vs the score in Lire. For the same dataset, indexed with the same features, and then searched with the same feature I get the same

Re: TransportClient - Sniffing Issue

2014-04-20 Thread joergpra...@gmail.com
Which is the hostName/hostPort you connect to? Jörg On Sun, Apr 20, 2014 at 12:08 PM, Savva savva.khala...@gmail.com wrote: Small typo in the configuration of the replica node. node.master is actually set to false -- You received this message because you are subscribed to the Google

Re: [Ann] Elasticsearch Image Plugin 1.2.0 released

2014-04-20 Thread V
Ok, so it wasn't actually that difficult to find out what was going on :) https://github.com/kzwang/elasticsearch-image/blob/master/src/main/java/org/elasticsearch/index/query/image/AbstractImageScorer.java I don't really understand the motivation for the following bit of code, is there

Re: Cache cleaner in hot threads

2014-04-20 Thread Gabriel Kastenbaum
I have the same issue. The configuration is : Two nodes, we sent them some data (1m) and now they are running at 200%/400% around org.elasticsearch.indices.cache.filter.IndicesFilterCache$ReaderCleaner$1.run(IndicesFilterCache.java:183) for hours. (ES version 1.0.1) Le vendredi 18

Re: MS Excel plugin for Elasticsearch

2014-04-20 Thread Ase J
Try this, https://github.com/chetanganatra/Excel-2-Elasticsearch/blob/master/README.md Regards Asif J. On Sunday, May 19, 2013 9:35:23 PM UTC+5:30, Vineeth Mohan wrote: Hi , Is there any plugin point already worked on for MS Excel. I just wanted to run the query from MS Excel and fetch the