geo_polygon filter with hole?

2015-04-17 Thread Andrej Rosenheinrich
Short question about geo_polygon filter as I haven't found anything about it in the reference: can the geo_polygon filter handle polygons with holes? If yes, how are they defined? Thanks in advance! Andrej -- You received this message because you are subscribed to the Google Groups

puppet directory options

2015-04-09 Thread Andrej Rosenheinrich
Hi, I once again stumpled over a little problem with the puppet script. I am trying to install elasticsearch using puppet module 0.9.3. First, I am creating a data directory like this: file { /data/elasticsearch: ensure = directory, owner = elasticsearch, group =

Search for new documents only

2015-03-18 Thread Andrej Rosenheinrich
I do have the following use case: I want to search for documents with a query (e.g. a time range), but only for new documents, meaning I only want to return documents where _version is 1. Is there an elegant way to do this (_version is not searchable, I think) or do I have to return all

Re: Number of shards in 4 node Cluster

2015-03-18 Thread Andrej Rosenheinrich
Hi Mark, may I ask what the reason for this recommendation is? Thanks, Andrej Am Mittwoch, 18. März 2015 17:50:09 UTC+1 schrieb Mark Walkom: We recommend shards no larger than 50GB, but as you mention there is no exact limit. On 18 March 2015 at 04:09, Georgi Ivanov georgi@gmail.com

Re: char_filter for German

2015-02-04 Thread Andrej Rosenheinrich
Hello Jörg, could you maybe share the configuration for the german_normalize analyzer without stemming? I actually only need the umlaut expansion. And what do you mean by at the right places in words for snowball? Thanks! Andrej Am Sonntag, 30. November 2014 17:20:16 UTC+1 schrieb Jörg

Re: How to query with JSON when use Java API in ElasticSearch?

2014-09-15 Thread Andrej Rosenheinrich
Hi, there are QueryBuilder that can parse JSON, e.g. WrapperQueryBuilder http://javadoc.kyubu.de/elasticsearch/HEAD/org/elasticsearch/index/query/WrapperQueryBuilder.html wrapperQuery(java.lang.String source). This should do the job. Greets, Andrej PS: Still wondering why javadocs

Re: Elasticsearch cluster on AWS. Article.

2014-08-15 Thread Andrej Rosenheinrich
Nice collection, well presented, thanks! One note, you can probably restrict your permissions even further, instead of ReadOnly I use just the following 5 rules (may be even that is too much) : { Statement: [ { Effect: Allow, Action: [ ec2:DescribeAvailabilityZones,

Re: Elasticsearch cluster on AWS. Article.

2014-08-15 Thread Andrej Rosenheinrich
David, you are of course right with 2), but one thing to concider is that you pay for incoming and outgoing traffic between different availability zones. Am Freitag, 15. August 2014 14:32:54 UTC+2 schrieb David Severski: Thanks for collecting this information together! A couple points for

Re: leave content in mySQL and use ElasticSearch only for Index

2014-08-06 Thread Andrej Rosenheinrich
What I don't understand is why you generate an index and want to store it in elasticsearch. You could use the plugin as Jörg suggested, transfer you data to elasticsearch, set index:true for the fields you want and set store:false in the mapping. This way you get an index build by

rss river for 1.3

2014-08-05 Thread Andrej Rosenheinrich
Hi David, a probably easy to answer question: is the current stable release (rssriver-1.1.0) supposed to work with elasticsearch 1.3.1? Will there be a new release any time soon? Or a logstash input? ;) Thanks! Andrej https://github.com/dadoonet/rssriver/releases/tag/rssriver-1.1.0 -- You

Re: [ANN] Elasticsearch Twitter River plugin 2.2.0 released

2014-07-24 Thread Andrej Rosenheinrich
Hi David, does that mean in conclusion that there will be a rss input for logstash soon as replacement of the river? Same goes for wikipedia? Greets, Andrej Am Mittwoch, 23. Juli 2014 14:13:51 UTC+2 schrieb David Pilato: Rivers will be deprecated in favor of logstash inputs. Deprecated does

Re: puppet-elasticsearch options

2014-07-21 Thread Andrej Rosenheinrich
package installation. Since i don't stop it, it keeps running. Its advised to run a newer version of ES since 0.90.x will be EOL'd at some point. On Thursday, June 26, 2014 2:24:47 PM UTC+1, Andrej Rosenheinrich wrote: Hi Richard, thanks for your answer, it for sure helped! Still, I am

Re: puppet-elasticsearch options

2014-06-26 Thread Andrej Rosenheinrich
be set in the same config option variable. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-slowlog.html#index-slow-log for more information. If you have any further questions, let me know. Cheers On Thursday, June 19, 2014 9:53:10 AM UTC+1, Andrej

puppet-elasticsearch options

2014-06-19 Thread Andrej Rosenheinrich
Hi, i am playing around with puppet-easticsearch 0.4.0, works wells so far (thanks!), but I am missing a few options I havent seen in the documentation. As I couldnt figure it out immediately by reading the scripts, may be someone can help me fast on this: - there is an option to change the