Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 379 (0.38s).
Loading phrases to help you
refine your search...
Re: stop words filter not working - ElasticSearch - [mail # user]
...> So the analyzer seems not to ignore the case of the stopword even if> ignore_case is set to true. So I set a lowercase filter in FRONT of the> stopword filter and this did the tri...
   Author: Martijn v Groningen, 2013-01-29, 22:03
Re: Open Elasticsearch lucene files with Luke - ElasticSearch - [mail # user]
...Is the Lucene version of Luke the same as the Elasticsearch version?Elasticsearch 0.20.2 uses Lucene version 3.6.2.MartijnOn 29 January 2013 10:45, Ophir Michaeli  wrote:> I closed a...
   Author: Martijn v Groningen, 2013-01-29, 15:06
Re: stop words filter not working - ElasticSearch - [mail # user]
...I think the reason you see other companies that have these stopwordsis not because you had a match on the stop filter, but because the`fuzzy_like_this` query has a low `min_similarity`. I su...
   Author: Martijn v Groningen, 2013-01-29, 15:01
Re: stop words filter not working - ElasticSearch - [mail # user]
...Hi Hannes,You're not specifying a field for both the `query_string` and`fuzzy_like_this` queries. The behaviour is then to use the `_all`field.I think if you specify the `names` field then i...
   Author: Martijn v Groningen, 2013-01-29, 12:13
Re: stop words filter not working - ElasticSearch - [mail # user]
...Hi Hannes,How does the query look like?MartijnOn 28 January 2013 20:31, Haensel  wrote:> Hi,>> I have the following problem: I have a list of company names but want to> excl...
   Author: Martijn v Groningen, 2013-01-29, 08:41
Re: Facet counting on non unique tag collection - ElasticSearch - [mail # user]
...> however , in my case I don't even have counts. I tried changing my layout a> bit as well but it didn't help:> curl -XPOST 'http://localhost:9200/test/mice/' -d '{>    ...
   Author: Martijn v Groningen, 2013-01-28, 16:37
Re: Facet counting on non unique tag collection - ElasticSearch - [mail # user]
...Hi,It the term facets return the number of document that have matched aparticular term, so 2 is correct in this case.I guess in your case (and correct me if I'm wrong) you want to treateach ...
   Author: Martijn v Groningen, 2013-01-28, 15:47
Re: has_parent query and routing - ElasticSearch - [mail # user]
...If there was an impl that allowed child docs and parent docs to be ondifferent shards the performance would be very slow. (Imagine what sort ofinformation would needed to be send over the wi...
   Author: Martijn v Groningen, 2013-01-18, 16:07
Re: [VOTE] Release 4.1 - Lucene - [mail # dev]
...+1! The smoke test ran successful.  On 17 January 2013 17:38, Steve Rowe  wrote:    Met vriendelijke groet,  Martijn van Groningen  ...
   Author: Martijn v Groningen, 2013-01-17, 22:00
Re: BlockJoin and RawTermFilter (lucene 4.0.0) - Lucene - [mail # user]
...I don't recall that the RawTermFilter was required. The following code should also work in 4.x: Filter parentsFilter = new CachingWrapperFilter(new QueryWrapperFilter(new TermQuery(new Term(...
   Author: Martijn v Groningen, 2013-01-17, 14:39
Sort:
project
ElasticSearch (147)
Lucene (111)
Solr (110)
ManifoldCF (7)
Tika (4)
type
mail # user (273)
mail # dev (106)
date
last 7 days (3)
last 30 days (23)
last 90 days (69)
last 6 months (120)
last 9 months (379)
author
Chris Hostetter (8126)
Yonik Seeley (6111)
Michael McCandless (5935)
Erick Erickson (5810)
Grant Ingersoll (5522)
Otis Gospodnetic (5105)
Erik Hatcher (4382)
Mark Miller (4012)
Ted Dunning (3831)
Robert Muir (3795)
Uwe Schindler (3359)
Sean Owen (2763)
Markus Jelsma (2762)
Lance Norskog (2548)
Karl Wright (2272)
Martijn v Groningen