| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
129974 (0.09s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: documentation-lint warning - Lucene - [mail # dev]
|
|
...On Thu, May 16, 2013 at 7:55 PM, Robert Muir wrote: The reason why there were 2 anchors named "version" is that javadoc added such an anchor for the protected field called "versi...
|
|
|
Author: Adrien Grand,
2013-05-17, 05:39
|
|
|
Edit permission for Lucene and Solr wikis' ContributorsGroup pages - Lucene - [mail # dev]
|
|
...FYI: After consultation with the PMC, I've moved all committers from ContributorsGroup to AdminGroup, the idea being that all committers should be able to add people to ContributorsGroup. &n...
|
|
|
Author: Steve Rowe,
2013-05-16, 22:19
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
|
|
...Yeah, I probably misunderstood something along the way, apologies. When you look at the code I linked to things are pretty simple: 1) collect values of static fields from the test suit...
|
|
|
Author: Dawid Weiss,
2013-05-16, 21:29
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
|
|
... Now i'm completley confused. i said... "the Logger used by SolrRequestParsers is not static, so the mem estimator would count that as ram used by the object itself." ...
|
|
|
Author: Chris Hostetter,
2013-05-16, 21:19
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
|
|
...No, it wouldn't. We collect static fields from the suite class and then traverse the object graph from these (but don't count static fields again). https://github.com/carrotsearch/rand...
|
|
|
Author: Dawid Weiss,
2013-05-16, 21:05
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
|
|
...But clearly there is a diff between statics in the tests, and statics in classes of objects held onto by the test -- otherwise we should have started seeing way more "clean up yo...
|
|
|
Author: Chris Hostetter,
2013-05-16, 20:56
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1621 - Still Failing - Lucene - [mail # dev]
|
|
...The estimation actually includes static fields -- if it didn't you could easily overflow memory simply by allocating static byte[] buffers or something else. Object-level fields are garbage ...
|
|
|
Author: Dawid Weiss,
2013-05-16, 20:48
|
|
|
Implementing a reader over Accumulo and FieldNorms type? - Lucene - [mail # dev]
|
|
...I'm experimenting with an IndexReader design over Accumulo and am wondering what valid DocValues types are for norms in the FieldInfo constructor. The actual fieldNorms method returns ...
|
|
|
Author: Ed Kohlwey,
2013-05-16, 20:08
|
|
|
Re: svn commit: r1483459 - /lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py - Lucene - [mail # dev]
|
|
...BUILD SUCCESSFUL on branch_4x for me - hopefully these javax.servlet issues are all cleared up now. - Steve On May 16, 2013, at 2:34 PM, Steve Rowe wrote: ...
|
|
|
Author: Steve Rowe,
2013-05-16, 19:31
|
|
|
Re: CorruptIndexException when opening Index during first commit - Lucene - [mail # user]
|
|
...Thanks for the response, Mike. If I understand correctly, the problem was incorrectly identifying a large corrupted index as a non-existant index? It seems like you'd really want...
|
|
|
Author: Geoff Cooney,
2013-05-16, 18:59
|
|
|
|