Re: Some of the mapping missing after ElasticSearch cluster restart

2013-12-19 Thread Alexander Reelsen
Hey, do you have a complete stack trace for that NullPointerException in your logfiles? --Alex On Wed, Dec 18, 2013 at 11:58 AM, kakar...@gmail.com wrote: Hi everybody, We are facing a problem that, mapping metadata of some types got lost after ElasticSearch cluster is restarted (got 404

Re: Boosts not reflected in score when searching _all

2013-12-19 Thread Alexander Reelsen
Hey, can you test with elasticsearch 0.90.8? There was bug fixed recently about a similar issue: https://github.com/elasticsearch/elasticsearch/issues/4315 --Alex On Wed, Dec 18, 2013 at 9:50 PM, InquiringMind brian.from...@gmail.comwrote: For one thing, I am not sure about the reason for

Re: Terms Facet never returns a response when the number of documents increases past tens of thousands.

2013-12-19 Thread Alexander Reelsen
Hey, can you test with a more recent version of elasticsearch first? There were some dramatic improvements regarding facetting. Also, you should explain your setup a bit more. Facetting can need a lot of memory with lots of documents as it uses so-called fielddata, so you should configure and

Re: Serialization issues on 0.90.3

2013-12-19 Thread Alexander Reelsen
Hey, you can execute http://HOST:9200/_nodes/stats?allpretty http://HOST:9200/_cluster/nodes?allpretty if it runs successfully (seems to work sometimes), you can at least compare java versions. I dont think it is a network problem, as you then should have a connection problem instead of having a

Re: TransportClient failures with 0.90.3 cluster, but NodeClient works without failures

2013-12-19 Thread InquiringMind
Jörg, Thanks again for your insights and patience! *OK, didn't know you use Java 6. The InetAddress change was in 6u45, so you are affected when you use 6u65 with 6u18.* That's very interesting. It threw me since I have always been able to query and update remote single-node clusters with

Re: UnavailableShardsException Error

2013-12-19 Thread swapnil joshi
Hi alex, elasticsearch version : elasticsearch-0.90.7 elasticsearch-wiki-river : elasticsearch-river-wikipedia-1.3.0 I am running single node with default configuration. I am using ubuntu-12.04 OS Still I got same error. On Thu, Dec 19, 2013 at 8:35 PM, Alexander Reelsen a...@spinscale.de

Re: Request for elastic search configuration

2013-12-19 Thread David Pilato
Are you looking for this? http://www.elasticsearch.org/tutorials/deploying-elasticsearch-with-chef-solo/ -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 19 déc. 2013 à 11:44, shailendra.path...@gmail.com a écrit : Hi Srikanth,and all elasticsearch developers. i need

Re: autocomplete mapping error

2013-12-19 Thread Joshua Corb
The config is fine...What piece of information would you need? On Wed, Dec 18, 2013 at 11:25 PM, kidkid zkid...@gmail.com wrote: I think you should check step by step: 1. Your custom analyzer is fine. 2. Your index have been using your custom analyzer fines. And if you still get problem,

Re: 0.90.8 released

2013-12-19 Thread InquiringMind
One more breaking change (this compiled cleanly on 9.90.3): compile: [echo] debug support = true [javac] Compiling 79 source files to /Users/brian/proj/build/classes [javac] /Users/brian/proj/src/java/com/acme/database/FieldMapping.java:240: incompatible types [javac] found :

Re: 0.90.8 released

2013-12-19 Thread Adolfo Rodriguez
Is Java API in sync with the new features or delayed respect to REST API? -- 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: Newbie question, installed everything, but getting blank page

2013-12-19 Thread corpengineer
Just wanted to thank you for your assistance. I downloaded/ran Logstash v 1.3.1, and it has Kibana 3 Elasticsearch already embedded. Just need to write a wrapper to run as a service. Appreciate your help. Thank you. On Wednesday, December 18, 2013 1:30:15 PM UTC-8, Mark Walkom wrote:

Possible to turn off/suppress version data in response to GET http://localhost:9200?

2013-12-19 Thread Josh Harrison
The subject says it all pretty much, is it possible to turn off the reporting of version data in response to GET http://localhost:9200? Thanks, Josh -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop

Re: 0.90.8 released

2013-12-19 Thread Ivan Brusic
The REST API uses the Java API underneath, so any changes to the REST API should appear in the Java API. -- Ivan On Thu, Dec 19, 2013 at 12:16 PM, Adolfo Rodriguez pellyado...@yahoo.eswrote: Is Java API in sync with the new features or delayed respect to REST API? -- You received this

Re: Possible to turn off/suppress version data in response to GET http://localhost:9200?

2013-12-19 Thread Ivan Brusic
From what I can tell from the code, it appears that you can disable returning the version field. -- Ivan On Thu, Dec 19, 2013 at 12:27 PM, Josh Harrison hij...@gmail.com wrote: The subject says it all pretty much, is it possible to turn off the reporting of version data in response to GET

Re: 0.90.8 released

2013-12-19 Thread Nikolas Everett
On Thu, Dec 19, 2013 at 3:15 PM, joergpra...@gmail.com joergpra...@gmail.com wrote: From the ES version numbering scheme, it is impossible to predict consequences of updates. Whenever a minor release appears, it may or may not break existing code, especially in plugins. So my humble

Re: 0.90.8 released

2013-12-19 Thread InquiringMind
Ivan, *Online Javadoc? Is there such a unicorn? :)* Hahaha! Yes, there are some older versions (19.X, and also 20.1 Beta) but nothing later. I don't use them for the actual descriptive writeup (which is usually quite barren), but find them very useful to check class and method names during

Multiple cluster state copies in memory VS many aliases

2013-12-19 Thread Oleksiy Kovyrin
Hey guys, I'm not sure if you could do anything about the issue, but still, I wanted to make sure you are aware of it. So, here is the story: I work for Swiftype.com. Due to the nature of our business and the way we implement user search engines as separate or aggregated indexes in ES and

Re: Unassigned Shards

2013-12-19 Thread Mark Walkom
Did you install ES via a rpm/deb or using the zip? I ask because your data store directory is custom.subl Check out these plugins for monitoring - elastichq, kopf, bigdesk. They will give you an overview of your cluster and might give you insight into where your problem lies. The other best place

Re: 0.90.8 released

2013-12-19 Thread InquiringMind
Thanks so much, Jörg! Or, as my favorite customer from my previous company would say, Kiitos! (The only Finnish I know :-) Brian On Thursday, December 19, 2013 4:52:54 PM UTC-5, Jörg Prante wrote: FYI here is ES 1.0.0.Beta2 Javadoc as of 8 Nov 2013 -- You received this message because

Re: Possible to turn off/suppress version data in response to GET http://localhost:9200?

2013-12-19 Thread Josh Harrison
To clarify, when I go to http://localhost:9200, I want to get back { ok : true, status : 200, name : Stem Cell, tagline : You Know, for Search } Not { ok : true, status : 200, name : Stem Cell, version : { number : 0.90.5, build_hash :

Re: autocomplete mapping error

2013-12-19 Thread Joshua Corb
I have a feeling the issue is the application has a embedded version of elastic search. Is there a default path that elastic search will look for a configuration? Or a java variable I can add that will force it to look in a specific path? On Thu, Dec 19, 2013 at 3:04 PM, Lee Hinman

Re: autocomplete mapping error

2013-12-19 Thread Lee Hinman
On Thursday, December 19, 2013 4:40:21 PM UTC-7, Joshua Corb wrote: I have a feeling the issue is the application has a embedded version of elastic search. Is there a default path that elastic search will look for a configuration? Or a java variable I can add that will force it to look in a

Bulk UPD Not Listening?

2013-12-19 Thread Jay Flowers
Is there anything I need to do to get the UDP Bulk listener up and running? I do not see any data after sending in the instance nor do I see the port 9700 being used in a netstat -lu command. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To

Re: How can I merge the results of two aggregations?

2013-12-19 Thread kidkid
Hi sorry, it would be my mistake: Could you take a look at OrFilter: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-or-filter.html In your case I think you could use match all query use OrFilter let ES merge the result. On Thursday, December 19, 2013

Facet within the specified size

2013-12-19 Thread Prince
Facets is very useful to get the count of the items, as a whole. But my problem is, I want the count for the query, I am searching inside the size limit I am specifying. Look at the query, I am making: curl -X GET 'http://localhost:9200/posts/post/_search?from=0size=10pretty' -d '{ query: {