Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 1150 (0.257s).
Loading phrases to help you
refine your search...
Re: Suggesters: circumfix suggestions - Lucene - [mail # user]
...I know of at least one company (ehm, can't tell by name) that does this for matching physical locations against user queries (n yo => new york, etc.). Granted, this is a very closed domai...
   Author: Dawid Weiss, 2013-01-16, 22:56
One more issue to squeeze for 4.1 - Lucene - [mail # dev]
...I committed this one to the trunk: https://issues.apache.org/jira/browse/SOLR-4288  and allowed myself to put 4.1 on the fix for on the issue. This is a trivial patch, improved logging....
   Author: Dawid Weiss, 2013-01-16, 08:26
[LUCENE-3986] Support running tests with a simple, non-asserting (and possibly shared) Random - Lucene - [issue]
...Robert asked for it. Calling random() (and its methods) can obscure memory visibility issues (because random() is thread local, context-sensitive, etc.). An option (or randomly selected mode...
http://issues.apache.org/jira/browse/LUCENE-3986    Author: Dawid Weiss, 2013-01-15, 19:53
Re: A minor optimization for Fixed/OpenBitSet? - Lucene - [mail # dev]
...I doubt it'll be faster, not with array bounds checking and the typical Java overhead. Feel free to benchmark using Caliper, for example:  http://code.google.com/p/caliper/  Dawid ...
   Author: Dawid Weiss, 2013-01-13, 15:39
[LUCENE-4624] Compare Lucene memory estimator with terracota's - Lucene - [issue]
...Alex Snaps informed me that there's a sizeof estimator in terracota –http://svn.terracotta.org/svn/ehcache/trunk/ehcache/ehcache-core/src/main/java/net/sf/ehcache/pool/sizeof/looks int...
http://issues.apache.org/jira/browse/LUCENE-4624    Author: Dawid Weiss, 2013-01-09, 12:48
Re: Suggestion words in FuzzyQuery - Lucene - [mail # dev]
...Yeah... it's just asking for maximizing the probability of the correction over the entire sequence, huh? :)  Dawid  ...
   Author: Dawid Weiss, 2013-01-08, 16:53
Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 58 - Failure! - Lucene - [mail # dev]
...I think what Uwe meant to say is that it's not a technical error but a logical one: why would you want to expose an internal (package private) class in a public JavaDoc if nobody should be a...
   Author: Dawid Weiss, 2013-01-07, 12:08
Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 45 - Still Failing! - Lucene - [mail # dev]
...I meant the Java VM, it probably uses stdlibc malloc; the paper about it is here: http://phk.freebsd.dk/pubs/malloc.pdf  D.  On Mon, Jan 7, 2013 at 11:04 AM, Uwe Schindler  wr...
   Author: Dawid Weiss, 2013-01-07, 10:13
Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 45 - Still Failing! - Lucene - [mail # dev]
...[junit4:junit4] >>> JVM J0: stderr (verbatim) ---- [junit4:junit4] java(999,0x13760c000) malloc: *** error for object 0x1375faef1: pointer being freed was not allocated [junit4:juni...
   Author: Dawid Weiss, 2013-01-07, 07:47
Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 44 - Failure! - Lucene - [mail # dev]
...JVM error:  __commpage_gettimeofday  D.  On Sun, Jan 6, 2013 at 9:10 PM, Policeman Jenkins Server  wrote:  ...
   Author: Dawid Weiss, 2013-01-06, 20:23
Sort:
project
Lucene (964)
Mahout (132)
Solr (41)
Nutch (10)
PyLucene (3)
type
mail # dev (915)
issue (119)
mail # user (115)
mail # general (1)
date
last 7 days (2)
last 30 days (14)
last 90 days (56)
last 6 months (158)
last 9 months (1121)
author
Chris Hostetter (8071)
Yonik Seeley (6098)
Michael McCandless (5892)
Erick Erickson (5705)
Grant Ingersoll (5468)
Otis Gospodnetic (5030)
Erik Hatcher (4379)
Mark Miller (3974)
Ted Dunning (3778)
Robert Muir (3774)
Uwe Schindler (3325)
Markus Jelsma (2742)
Sean Owen (2736)
Lance Norskog (2534)
Karl Wright (2227)
Dawid Weiss