| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
963 (0.208s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: test failures when running under IBM J9 - Lucene - [mail # dev]
|
|
...CC me directly if you can, Mike -- I have been terribly busy and wouldn't want to miss questions that relate directly to what I can answer. :) The question is what starts these Timer ...
|
|
|
Author: Dawid Weiss,
2013-01-30, 07:43
|
|
|
[LUCENE-4650] Test framework should be more robust under OOM conditions - Lucene - [issue]
|
|
...When tests OOM (or run out of their permgen space) things to wild (hung runner, etc.)....
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4650
Author: Dawid Weiss,
2013-01-24, 06:34
|
|
|
[LUCENE-4606] The test framework should report forked JVM PIDs at the start of test logs - Lucene - [issue]
|
|
...A follow-up to LUCENE-4603...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4606
Author: Dawid Weiss,
2013-01-24, 06:34
|
|
|
[LUCENE-4603] The test framework should report forked JVM PIDs upon heartbeats - Lucene - [issue]
|
|
...This would help in getting a stack trace of a hung JVM before the timeout and/or in killing the offending JVM.RR issue:https://github.com/carrotsearch/randomizedtesting/issues/135...
|
|
|
http://issues.apache.org/jira/browse/LUCENE-4603
Author: Dawid Weiss,
2013-01-24, 06:33
|
|
|
Eclipse and assumption-ignored tests - Lucene - [mail # dev]
|
|
...https://bugs.eclipse.org/bugs/show_bug.cgi?id=359944 Seems like 4.3 M6 will finally bring a visual distinction of assumption-ignored tests! Dawid From: Date: Mon, J...
|
|
|
Author: Dawid Weiss,
2013-01-21, 07:51
|
|
|
Re: Japanese analyzer - Lucene - [mail # user]
|
|
...Jerome, Some of the tokens are removed because their part of speech tags are in the stoptags file? That's my guess at least -- you can always try to copy/paste Japanese analyzer and ch...
|
|
|
Author: Dawid Weiss,
2013-01-18, 13:51
|
|
|
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
|
|
|
|