Re: Elasticsearch on Cloudlinux Crashes

2015-01-24 Thread Mark Walkom
Then you should be using the RPM install, right? What version? What java version? Are there any logs at all? On 25 January 2015 at 07:48, Max B awizarddar...@gmail.com wrote: CentOS, so RHEL. On Friday, January 23, 2015 at 5:26:49 PM UTC-5, Mark Walkom wrote: ​Cloudlinux isn't a support

Re: Parent child documents query

2015-01-24 Thread bvnrwork
For example: Have three below documents , FakeDoc,Doc1Doc2 Now how to write a query that qualifies Doc1 and also gets the all documents which has same parentid as Doc1 That is Doc1 and Doc2 in this case FakeDoc{ F1 } Doc1 { _parent:F1 } Doc2 { _parent:F2 } On Friday, 23

Re: Elasticsearch on Cloudlinux Crashes

2015-01-24 Thread Max B
CentOS, so RHEL. On Friday, January 23, 2015 at 5:26:49 PM UTC-5, Mark Walkom wrote: ​Cloudlinux isn't a support platform I'm afraid. Do you know​ what OS it's based on, RHEL, Debian, BSD? On 24 January 2015 at 06:32, Max B awizar...@gmail.com javascript: wrote: Hey all, I use

Re: Bulk importing CSVs with different headers

2015-01-24 Thread Ron
The same issue exists with the Logstash plugin. You have to define the field names in the Logstash config file. Almost worse, each time you update field names, you have to restart logstash. On Friday, January 23, 2015 at 5:23:49 PM UTC-5, Mark Walkom wrote: You could use Logstash for this

Re: Bulk importing CSVs with different headers

2015-01-24 Thread Ron
Yup.. I'm one of the guys posting in that Issue log.. On Sunday, January 25, 2015 at 12:26:04 AM UTC-5, David Pilato wrote: I think you are looking for this? https://github.com/elasticsearch/logstash/issues/2088 -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le

How to perform search on the qualified docs resulted from a query

2015-01-24 Thread bvnrwork
Hi, can some one help me on this. have scenario where have Query1 which qualifies some documents and now I want to take _parent id of qualified documents and search on _parentid field to get the qualified documents and all others documents with same parent id .These two searches I want to

Re: Bulk importing CSVs with different headers

2015-01-24 Thread David Pilato
I think you are looking for this? https://github.com/elasticsearch/logstash/issues/2088 -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 25 janv. 2015 à 03:40, Ron rulko...@gmail.com a écrit : The same issue exists with the Logstash plugin. You have to define the field

Re: How to perform search on the qualified docs resulted from a query

2015-01-24 Thread David Pilato
If you are using Parent / Child feature, you should look at has_parent, has_child filters. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-has-child-filter.html#query-dsl-has-child-filter In that case, you don't need to get back parent id yourself. If you are

Re: Beginning Question: Memory consumption while idle

2015-01-24 Thread austin lee
Reading some more and running vmmap to confirm, looks to be memory mapped file store which is the default for win 64 systems. On Saturday, January 24, 2015 at 6:33:31 AM UTC-8, austin lee wrote: I'm doing some initial POC with es building a single index into elastic search. Here is my setup

Re: how to pass 2 different timestamp in RangeFilterBuilder for elasticsearch

2015-01-24 Thread Subhadip Bagui
Sorry, my question is how to pass 2 different Joda DateTime in RangeFilter. I'm trying to get an aggregated search result from es for every 5 min interval from current time till midnight to plot in graph. One way I think is to convert the DateTime in millis and pass it as long in

Re: Beginning Question: Memory consumption while idle

2015-01-24 Thread Nikolas Everett
You are likely observing how java heap works. Use a tool like jstat to check how much the heap is in use to see real usage. Nutshell: java never returns memory to the OS. You tell it a min it can use and it allocates that on startup. You tell it a max and it won't allocate more. Memory mapping

Re: how to pass 2 different timestamp in RangeFilterBuilder for elasticsearch

2015-01-24 Thread David Pilato
Not sure I understand but this is working: QueryBuilder qb = filteredQuery( matchAllQuery(), rangeFilter(dateOfBirth).from(DateTime.parse(1940)).to(DateTime.parse(1950)) ); from and to use JODA DateTime here. -- David Pilato | Technical Advocate | Elasticsearch.com @dadoonet

Re: Dynamic hierarchy / Taxonomy

2015-01-24 Thread Adrien Grand
The way that you should model your data typically depends on the kind of queries that you need to run. Maybe you can tell us more about queries? On Thu, Jan 22, 2015 at 1:08 PM, Vincent Spiewak vspie...@gmail.com wrote: Hi there ! I wonder what is the best way to index / query a dynamic

Re: Elasticsearch crahs with Java 8

2015-01-24 Thread Fabio
I have installed Java JDK 1.8.0_31. Elasticsearch runs. Thanks Fabio On Friday, January 23, 2015 at 9:18:57 PM UTC+1, Jörg Prante wrote: Check if you have more than one Elasticsearch jar on the classpath. Maybe you have installed two versions in the same folder, without removing the

Re: Better understanding Lucene/Shard overheads

2015-01-24 Thread Michael McCandless
On Fri, Jan 23, 2015 at 8:42 PM, Drew Kutcharian d...@venarc.com wrote: Thanks Mike. I’m still a bit unclear on these comments: IndexReader requires some RAM for each segment to hold structures like live docs, terms index, index data structures for doc values fields, and holds open a number

Looking beta testers and ideas for our new iOS App ElasticOcean

2015-01-24 Thread Andrei Popov
Hello everyone, I’m quite new to this group and ElasticSearch overall, but became really passionate about this advanced open source search and analytics engine lately. I think that a lot of interesting stuff can be achieved using this product and it offers many opportunities that were