Re: Corss-index parent/child relationship

2014-06-26 Thread Matt Weber
See PR #3278. Hopefully it will get merged into one of the next releases. https://github.com/elasticsearch/elasticsearch/pull/3278 Thanks, Matt Weber On Thu, Jun 26, 2014 at 12:10 AM, Thomas thomas.bo...@gmail.com wrote: Hi, Unfortunately this is not supported by elasticsearch

Re: Corss-index parent/child relationship

2014-06-26 Thread Matt Weber
I have not tested routing but I did put that functionality in so it should work fine. Let me know if you have any issues! Thanks, Matt Weber On Thu, Jun 26, 2014 at 7:20 PM, Drew Kutcharian d...@venarc.com wrote: Thanks Matt, that feature is exactly what we need. One thing I couldn’t

Elasticsearch 1.3 Transform Scripts

2014-07-24 Thread Matt Weber
will be the default, but you can write native transform scripts as well [2]. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-transform.html#mapping-transform [2] https://github.com/imotov/elasticsearch-native-script-example/pull/7 Thanks, Matt Weber -- You received

Re: Elasticsearch 1.3 Transform Scripts

2014-07-24 Thread Matt Weber
job! Thanks, Matt Weber On Thu, Jul 24, 2014 at 7:01 PM, Nikolas Everett nik9...@gmail.com wrote: I wanted to do conditional copy_to and Andrian suggested implementing scripted transforms instead. Much more flexible. They mesh well with the shift to groovy too because groovy is much more

Re: n:m lookup filter

2014-07-25 Thread Matt Weber
It's currently blocked until we can figure out a way to prevent a bad query from triggering an OOM error. The goal (as far as I've been told) is to get this in, but no ETA. I need to update the PR to the latest master as there have been significant changes as well. Thanks, Matt Weber On Jul 25

Re: Java Serialization of Exceptions

2014-03-21 Thread Matt Weber
If this is a concern, why not have your client's use the REST api so they don't need to worry about matching their java version with the java version of the search cluster? Thanks, Matt Weber On Fri, Mar 21, 2014 at 12:07 PM, kimchy kim...@gmail.com wrote: Not trivializing the bug at all

Re: Solr SearchComponent-like functionality?

2014-04-18 Thread Matt Weber
/en/elasticsearch/reference/current/query-dsl-function-score-query.html [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html#_native_java_scripts Thanks, Matt Weber On Thu, Apr 17, 2014 at 11:54 PM, Srinivasan Ramaswamy ursva...@gmail.comwrote: I would

Re: Solr SearchComponent-like functionality?

2014-04-18 Thread Matt Weber
and make the script return as quick as possible. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-match-all-query.html [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-rescore.html Thanks, Matt Weber On Fri, Apr 18, 2014

Re: Query and Filter

2014-04-18 Thread Matt Weber
at http://www.elasticsearch.org/blog/all-about-elasticsearch-filter-bitsets/. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html#string [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-bool-filter.html Thanks, Matt

Re: Query and Filter

2014-04-18 Thread Matt Weber
that 'where.processId'? On Friday, April 18, 2014 4:07:31 PM UTC-4, Matt Weber wrote: Chances are your appId and processId fields are analyzed so it is breaking up the id's. Update your mapping of these fields so it is not analyzed [1]. Also, you should not use an and filter to combine term

Re: ElasticSearch vs Solr integration with Tomcat6

2014-05-09 Thread Matt Weber
I would be best to manage elasticsearch outside of tomcat and use the java or rest api to communicate with ES from within your app. If you absolutely must run ES within tomcat, have a look at the wares transport[1]. [1] https://github.com/elasticsearch/elasticsearch-transport-wares Thanks, Matt

Re: Trigram-accelerated regex searches

2014-05-22 Thread Matt Weber
to reverse your query string as the wildcard query is not analyzed. [1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-reverse-tokenfilter.html#analysis-reverse-tokenfilter Thanks, Matt Weber On Thu, May 22, 2014 at 11:09 AM, Erik Rose grinche...@gmail.com wrote: Martijn

Re: Plain filter and constant_score

2013-12-30 Thread Matt Weber
be using a filtered query [1] or as you discovered a constant score query if you only want to execute a filter. BTW, in elasticsearch 1.0, this outer filter has been renamed to post_filter to avoid some of the confusion. Thanks, Matt Weber On Mon, Dec 30, 2013 at 2:53 PM, Han JU ju.han.fe

Re: How to configure and implement Synonyms with multi words.

2014-01-09 Thread Matt Weber
He is a little example of query time multi-word synonyms: https://gist.github.com/mattweber/7374591 Hope this helps. Thanks, Matt Weber On Thu, Jan 9, 2014 at 12:56 AM, Jayesh Bhoyar jsbonline2...@gmail.comwrote: Also I have another scenario where my index is having words like software

Re: Filter and Query same taking some time

2014-01-09 Thread Matt Weber
Use a filtered query, not an outer filter. You only want to use that outer filter when you are faceting and don't want the filter to change the facet counts. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-filtered-query.html Thanks, Matt Weber On Thu, Jan 9

Re: 1.0.0RC1 broken changes

2014-01-15 Thread Matt Weber
Use the master docs http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/index.html Looks like your call should be: /_nodes/4oL7COyQTNiQPa4xZ76Pfg/stats?all=trueplugin=true Thanks, Matt Weber On Wed, Jan 15, 2014 at 12:31 PM, Roy Russo royru...@gmail.com wrote: Hello

Re: How to join 2 indexes at query time

2014-02-26 Thread Matt Weber
How about using parent/child functionality? https://gist.github.com/mattweber/96f3515fc4453a5cb0db Thanks, Matt Weber On Wed, Feb 26, 2014 at 7:45 PM, Jayesh Bhoyar jsbonline2...@gmail.comwrote: Hi Binh, Thanks for the answer. Is there any case if I index this data into same index

Re: reduce-style aggregators

2014-08-09 Thread Matt Weber
You will be able to do this soon. See: https://github.com/elasticsearch/elasticsearch/pull/7075 Thanks, Matt Weber On Aug 9, 2014 10:44 AM, James Cook djamesc...@gmail.com wrote: There seems to be some reluctance by ES team to provide scrip table aggregators, or perhaps it's on a roadmap

Re: Accuracy issue of aggregation results

2014-09-16 Thread Matt Weber
://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_shard_size [2] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_minimum_document_count Thanks, Matt Weber On Tue, Sep 16

2.0 ETA

2015-04-20 Thread Matt Weber
Is there an ETA for 2.0? -- Thanks, Matt Weber -- 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 elasticsearch+unsubscr...@googlegroups.com. To view

Re: 2.0 ETA

2015-04-20 Thread Matt Weber
as much information as you hoped, we are all looking forward to this release and items on this checklist are very high priorities! On Mon, Apr 20, 2015 at 10:55 PM, Matt Weber m...@mattweber.org wrote: Is there an ETA for 2.0? -- Thanks, Matt Weber -- You received this message because you