| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
356 (8.686s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: 0.90.0.RC2 - Failed to execute org.elasticsearch.action.search.SearchRequest - ElasticSearch - [mail # user]
|
|
...The default thread_pool settings did change from RC1 to RC2. See:https://github.com/elasticsearch/elasticsearch/issues/2858You might want to change the thread_pool settings for search thread...
|
|
|
Author: Martijn v Groningen,
2013-04-15, 12:39
|
|
|
Re: svn commit: r1467946 - in /lucene/dev/trunk/lucene/grouping/src: java/org/apache/lucene/search/grouping/ java/org/apache/lucene/search/grouping/function/ java/org/apache/lucene/search/grouping/term/ test/org/apache/lucene/search/grouping/ - Lucene - [mail # dev]
|
|
...Btw my main reason for this was to make the grouping a code (esp. the tests) a bit more readable... On 15 April 2013 14:12, Martijn v Groningen wrote: Met vriendelijke g...
|
|
|
Author: Martijn v Groningen,
2013-04-15, 12:14
|
|
|
Re: svn commit: r1467946 - in /lucene/dev/trunk/lucene/grouping/src: java/org/apache/lucene/search/grouping/ java/org/apache/lucene/search/grouping/function/ java/org/apache/lucene/search/grouping/term/ test/org/apache/lucene/search/grouping/ - Lucene - [mail # dev]
|
|
...Ok, I didn't think these kind of changes would be a point of discussion since trunk is Java 7. I open for a discussion if someone doesn't agree with this change. On 15 April 2013 14:0...
|
|
|
Author: Martijn v Groningen,
2013-04-15, 12:12
|
|
|
Re: More Like This API - ElasticSearch - [mail # user]
|
|
...What you are describing is correct. The `mlt_fields` is used get the fieldsand their associated values from the mlt document and create a mlt query.For each field value combination (for exam...
|
|
|
Author: Martijn v Groningen,
2013-04-15, 07:44
|
|
|
Re: delete/update nested documents with elasticsearch Java API - ElasticSearch - [mail # user]
|
|
...Hi Andrei,I think the following should work:"script" : "for (int i = 0; i < ctx._source.users.size();i++){if(ctx._source.users[i]._id == id){ctx._source.users.remove(i);i--;}}"I added: 'i...
|
|
|
Author: Martijn v Groningen,
2013-04-11, 19:46
|
|
|
Re: loading field caused out of memory failure - ElasticSearch - [mail # user]
|
|
...The warming api is similar to Solr's warmup query.The warming api's documentation page describes how your can use it:http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/On...
|
|
|
Author: Martijn v Groningen,
2013-04-11, 14:53
|
|
|
Re: loading field caused out of memory failure - ElasticSearch - [mail # user]
|
|
...Yes, the impact of performing a search request on a new facet field ifthere is not enough memory is big. You have ran out of Java heap space. Youneed to increase it and you can do this via t...
|
|
|
Author: Martijn v Groningen,
2013-04-11, 13:07
|
|
|
Re: delete/update nested documents with elasticsearch Java API - ElasticSearch - [mail # user]
|
|
...It is a bit tricky, but you can remove elements from your users nestedfield by using a for loop as script with the update api.Something like this should work:curl -s -XPOST 'localhost:9200/t...
|
|
|
Author: Martijn v Groningen,
2013-04-10, 10:52
|
|
|
Re: Termsstats / stats facets giving ClassCastException[org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData cannot be cast to org.elasticsearch.index.fielddata.IndexNumericFieldData] - ElasticSearch - [mail # user]
|
|
...In the last stacktrace you shared, you are using the "_id" field which is astring and not an number. The stats facet only works for number basedfields (int, long, short etc). The error retur...
|
|
|
Author: Martijn v Groningen,
2013-04-10, 08:56
|
|
|
Re: Welcome Shalin Shekhar Mangar to the PMC - Lucene - [mail # dev]
|
|
...Congrats Shalin! On 6 April 2013 00:54, Shawn Heisey wrote: Met vriendelijke groet, Martijn van Groningen...
|
|
|
Author: Martijn v Groningen,
2013-04-06, 13:17
|
|
|
|