Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 356 (0.315s).
Loading phrases to help you
refine your search...
Re: Missing result when it terms contained dash - ElasticSearch - [mail # user]
...The `terms` filter that contains "lorem-aws" doesn't analyze at query time.So you search for `lorem-aws`During indexing the field `source` is analyzed, so the tokens that end upin the index ...
   Author: Martijn v Groningen, 2013-04-04, 10:45
Re: Nesting more than one level of child parent - ElasticSearch - [mail # user]
...@Jaap Makes sense, I'll update the docs.On 3 April 2013 20:41, Jaap Taal  wrote:> In the case of books an characters, I could suggest to nest characters in> book documents, but I'...
   Author: Martijn v Groningen, 2013-04-03, 19:22
Re: query on multiple nested objects - ElasticSearch - [mail # user]
...ES doesn't know that. I misread your question / example. The book.titlepart should also be put into a nested query:curl -XGET 'localhost:9200/_search' -d '   "query" : {  ...
   Author: Martijn v Groningen, 2013-04-03, 17:47
Re: Explicitly allocating shards to nodes - ElasticSearch - [mail # user]
...I think you need to use it in the request it self like this:curl -XPOST 'localhost:9200/_cluster/reroute' -d '{"commands":[{"allocate": {"index":"x30","shard":0,"node":"node1","allow_primary...
   Author: Martijn v Groningen, 2013-04-03, 14:04
Re: Nested type - ElasticSearch - [mail # user]
...1. Yes, you can have multiple level on nested inner objects. If you add anew layer of nested object level, just make sure you update the mappingbefore you add docs that have inner objects on...
   Author: Martijn v Groningen, 2013-04-03, 14:02
Re: Nesting more than one level of child parent - ElasticSearch - [mail # user]
...If you're indexing mulit-level parent child documents you need to use the`routing` query string option in addition to the `parent` query stringoption. The `routing` will always contain the i...
   Author: Martijn v Groningen, 2013-04-03, 10:01
Re: query on multiple nested objects - ElasticSearch - [mail # user]
...Yes, this is possible by using a match query for your title query and anested query that wraps a match query for the deal names. Both the nestedand match query need to combined with a bool q...
   Author: Martijn v Groningen, 2013-04-03, 09:54
Re: Explicitly allocating shards to nodes - ElasticSearch - [mail # user]
...Hi,The `allow_primary` needs to be set to `true`, it defaults to `false`:http://www.elasticsearch.org/guide/reference/api/admin-cluster-reroute/On 3 April 2013 00:47, Garth  wrote:> ...
   Author: Martijn v Groningen, 2013-04-03, 09:48
Re: Welcome Adrien Grand to the PMC - Lucene - [mail # dev]
...Welcome Adrien :)  On 29 March 2013 08:49, Dawid Weiss  wrote:     Met vriendelijke groet,  Martijn van Groningen...
   Author: Martijn v Groningen, 2013-03-29, 08:16
Re: New nested_filter for sorting an object based on an array of nested objects - ElasticSearch - [mail # user]
...Yes, in the 0.90 GA release (expected in the coming weeks). It is notplanned to be included in a 0.20.x release.On 28 March 2013 13:29, David  wrote:> Do you plan to include it in a ...
   Author: Martijn v Groningen, 2013-03-28, 12:46
Sort:
project
ElasticSearch (127)
Solr (110)
Lucene (108)
ManifoldCF (7)
Tika (4)
type
mail # user (253)
mail # dev (103)
date
last 7 days (0)
last 30 days (12)
last 90 days (51)
last 6 months (133)
last 9 months (356)
author
Chris Hostetter (8058)
Yonik Seeley (6097)
Michael McCandless (5881)
Erick Erickson (5676)
Grant Ingersoll (5468)
Otis Gospodnetic (5025)
Erik Hatcher (4378)
Mark Miller (3967)
Ted Dunning (3761)
Robert Muir (3760)
Uwe Schindler (3322)
Markus Jelsma (2741)
Sean Owen (2733)
Lance Norskog (2533)
Karl Wright (2223)
Martijn v Groningen