Re: [Lucene.Net] fw: resolving github mirror issues

2011-05-03 Thread Michael Herndon
https://github.com/apache/lucene.net https://github.com/apache/lucene.netgithub mirror is now up to date. On Mon, May 2, 2011 at 8:05 PM, Michael Herndon mhern...@wickedsoftware.net wrote: Apache's git mirror is now aimed at the incubation repo. Now just waiting to see the github mirror

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 7674 - Still Failing

2011-05-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7674/ No tests ran. Build Log (for compile errors): [...truncated 3742 lines...] [javac]

[jira] [Created] (SOLR-2486) org.apache.solr.common.SolrException: Service Unavailable

2011-05-03 Thread Jayesh K Rajpurohit (JIRA)
org.apache.solr.common.SolrException: Service Unavailable - Key: SOLR-2486 URL: https://issues.apache.org/jira/browse/SOLR-2486 Project: Solr Issue Type: Bug Components:

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 7675 - Still Failing

2011-05-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/7675/ No tests ran. Build Log (for compile errors): [...truncated 3741 lines...] [javac]

[jira] [Commented] (SOLR-2486) org.apache.solr.common.SolrException: Service Unavailable

2011-05-03 Thread Jayesh K Rajpurohit (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028078#comment-13028078 ] Jayesh K Rajpurohit commented on SOLR-2486: --- Can you suggest some configuration

RE: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 7675 - Still Failing

2011-05-03 Thread Uwe Schindler
Fixed interface @Override - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Apache Jenkins Server [mailto:hud...@hudson.apache.org] Sent: Tuesday, May 03, 2011 8:44 AM To: dev@lucene.apache.org Subject:

[jira] [Commented] (LUCENE-3058) FST should allow more than one output for the same input

2011-05-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028104#comment-13028104 ] Dawid Weiss commented on LUCENE-3058: - Looks good to me. One note: possible NPE here

[jira] [Commented] (LUCENE-3058) FST should allow more than one output for the same input

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028105#comment-13028105 ] Uwe Schindler commented on LUCENE-3058: --- bq. null passes all instanceofs

[jira] [Commented] (LUCENE-3058) FST should allow more than one output for the same input

2011-05-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028108#comment-13028108 ] Dawid Weiss commented on LUCENE-3058: - Handslap! And this is why you should always

[jira] [Issue Comment Edited] (LUCENE-3058) FST should allow more than one output for the same input

2011-05-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028104#comment-13028104 ] Dawid Weiss edited comment on LUCENE-3058 at 5/3/11 8:35 AM: -

[jira] [Commented] (LUCENE-3058) FST should allow more than one output for the same input

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028109#comment-13028109 ] Uwe Schindler commented on LUCENE-3058: --- :-) It always confuses me, too. But if you

Re: MergePolicy Thresholds

2011-05-03 Thread Shai Erera
Hi I looked into porting it to 3x, and prepared the attached patch. It only contains the new TieredMP and Test, as well as the necessary changes to LuceneTestCase and IndexWriter. I guess you can start with it (even just the MP and IW changes) to test it on your indexes. Mike, I saw that there

[jira] [Commented] (LUCENE-3054) SorterTemplate.quickSort stack overflows on broken comparators that produce only few disticnt values in large arrays

2011-05-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028125#comment-13028125 ] Michael McCandless commented on LUCENE-3054: Patch looks good! I like the

Re: MergePolicy Thresholds

2011-05-03 Thread Michael McCandless
Looks good Shai! Comments below too: On Tue, May 3, 2011 at 5:29 AM, Shai Erera ser...@gmail.com wrote: Hi I looked into porting it to 3x, and prepared the attached patch. It only contains the new TieredMP and Test, as well as the necessary changes to LuceneTestCase and IndexWriter. I guess

Re: MergePolicy Thresholds

2011-05-03 Thread Shai Erera
Mike, if you want, I can back-port it, as I've already started this when preparing the patch. I noticed that you added a throws IOE to IW.setInfoStream -- is it ok on 3x too? It'll be a backwards change. Maybe we should iterate on the issue? I can reopen. Shai On Tue, May 3, 2011 at 12:36 PM,

Re: MergePolicy Thresholds

2011-05-03 Thread Michael McCandless
That'd be great, thanks :) Yes, let's iterate on the issue! But: it should still be open, I hope (I didn't mean to close it yet, since it's not back ported)... Mike http://blog.mikemccandless.com On Tue, May 3, 2011 at 5:51 AM, Shai Erera ser...@gmail.com wrote: Mike, if you want, I can

[jira] [Created] (SOLR-2487) Do not include slf4j-jdk14 jar in WAR

2011-05-03 Thread JIRA
Do not include slf4j-jdk14 jar in WAR - Key: SOLR-2487 URL: https://issues.apache.org/jira/browse/SOLR-2487 Project: Solr Issue Type: Improvement Components: Build Affects Versions: 3.2, 4.0

[jira] [Created] (SOLR-2488) README.TXT mixes Unix and Windows path styles

2011-05-03 Thread JIRA
README.TXT mixes Unix and Windows path styles - Key: SOLR-2488 URL: https://issues.apache.org/jira/browse/SOLR-2488 Project: Solr Issue Type: Improvement Components: documentation

[jira] [Created] (SOLR-2489) Remove old lucene.apache.org/solr/who page

2011-05-03 Thread JIRA
Remove old lucene.apache.org/solr/who page -- Key: SOLR-2489 URL: https://issues.apache.org/jira/browse/SOLR-2489 Project: Solr Issue Type: Bug Affects Versions: 3.1, 3.2 Reporter: Jan

[JENKINS-MAVEN] Lucene-Solr-Maven-3.x #111: POMs out of sync

2011-05-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/hudson/job/Lucene-Solr-Maven-3.x/111/ No tests ran. Build Log (for compile errors): [...truncated 13339 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[jira] [Updated] (LUCENE-1076) Allow MergePolicy to select non-contiguous merges

2011-05-03 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1076: --- Attachment: LUCENE-1076-3x.patch Patch against 3x. This is not ready to commit yet, as many tests

[jira] [Updated] (SOLR-2488) README.TXT mixes Unix and Windows path styles

2011-05-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-2488: -- Attachment: SOLR-2488.patch Proposed changes README.TXT mixes Unix and Windows path styles

Re: (LUCENE-3058) FST should allow more than one output for the same input

2011-05-03 Thread Dawid Weiss
I usually do an explicit check for nulls and that's why I allowed myself to bring the issue up. It's similar to operator priorities -- I just like to have explicit brackets instead of relying on my degenerating memory... As for sorting, I don't like to rely on the default hashCode/equals exactly

[jira] [Commented] (LUCENE-3055) LUCENE-2372, LUCENE-2389 made it impossible to subclass core analyzers

2011-05-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028189#comment-13028189 ] Robert Muir commented on LUCENE-3055: - {quote} Also, if reusableTokenStream is the

[jira] [Resolved] (SOLR-2488) README.TXT mixes Unix and Windows path styles

2011-05-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-2488. Resolution: Fixed Committed. Thanks Jan! README.TXT mixes Unix and Windows path styles

[jira] [Updated] (LUCENE-3064) add checks to MockTokenizer to enforce proper consumption

2011-05-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3064: Attachment: LUCENE-3064.patch updated patch with fixes for contrib, though highlighter still

[jira] [Resolved] (LUCENE-3054) SorterTemplate.quickSort stack overflows on broken comparators that produce only few disticnt values in large arrays

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-3054. --- Resolution: Fixed Committed trunk revision: 1099041 Merged 3.x revision: 1099045 Merged 3.1

[jira] [Commented] (SOLR-2191) Change SolrException cstrs that take Throwable to default to alreadyLogged=false

2011-05-03 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028240#comment-13028240 ] David Smiley commented on SOLR-2191: Ehh... I kind of like the notion but wether it is

[jira] [Commented] (SOLR-2487) Do not include slf4j-jdk14 jar in WAR

2011-05-03 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028243#comment-13028243 ] David Smiley commented on SOLR-2487: I like it Jan! JDK14 logging sucks, any way. Do

[jira] [Commented] (SOLR-2191) Change SolrException cstrs that take Throwable to default to alreadyLogged=false

2011-05-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028246#comment-13028246 ] Yonik Seeley commented on SOLR-2191: bq. In code I write, I tend to almost never log

[jira] [Commented] (SOLR-236) Field collapsing

2011-05-03 Thread Stephen Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028252#comment-13028252 ] Stephen Weiss commented on SOLR-236: Yes, I've had this too:

[jira] [Commented] (SOLR-236) Field collapsing

2011-05-03 Thread Yuriy Akopov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028256#comment-13028256 ] Yuriy Akopov commented on SOLR-236: --- Thanks, Stephen. So it isn't just me doing something

Re: MergePolicy Thresholds

2011-05-03 Thread Michael McCandless
Thanks Shai! I'm way behind on my 3.x backports -- I'll try to do this soon. Mike http://blog.mikemccandless.com On Tue, May 3, 2011 at 8:10 AM, Shai Erera ser...@gmail.com wrote: I uploaded a patch to LUCENE-1076. Tom, apparently the patch I've attached before cannot be used, because there

[jira] [Resolved] (LUCENE-3028) IW.getReader() returns inconsistent reader on RT Branch

2011-05-03 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3028. - Resolution: Fixed fixed in RT IW.getReader() returns inconsistent reader on RT Branch

[jira] [Commented] (SOLR-2487) Do not include slf4j-jdk14 jar in WAR

2011-05-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028283#comment-13028283 ] Hoss Man commented on SOLR-2487: bq. It would be sufficient to have the jdk-logging binding

Re: modularization discussion

2011-05-03 Thread Michael McCandless
Isn't our end goal here a bunch of well factored search modules? Ie, fast forward a year or two and I think we should have modules like these: * Faceting * Highlighting * Suggest (good patch is on LUCENE-2995) * Schema * Query impls * Query parsers * Analyzers (good progress

Re: modularization discussion

2011-05-03 Thread Michael McCandless
On the namespace, since Yonik seems concerned about it, and others aren't (I think?), why don't we leave everything factored out of Solr under the under org.apache.solr namespace? Anyone object to that approach? My only concern is that this sends the message that the module depends on Solr

[jira] [Commented] (SOLR-2487) Do not include slf4j-jdk14 jar in WAR

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028316#comment-13028316 ] Uwe Schindler commented on SOLR-2487: - +1 +1 +1 +1 ... Do not include slf4j-jdk14 jar

Re: modularization discussion

2011-05-03 Thread Mark Miller
On May 3, 2011, at 12:49 PM, Michael McCandless wrote: Isn't this the future we are working towards? No, not really. Others perhaps, but not me. I'm on board with some modules. I do think there are tradeoffs when considering them and considering Lucene and Solr. I'm happy to take everything

[jira] [Commented] (LUCENE-3023) Land DWPT on trunk

2011-05-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028327#comment-13028327 ] Michael McCandless commented on LUCENE-3023: This cutover to concurrent

Re: modularization discussion

2011-05-03 Thread Ryan McKinley
On Tue, May 3, 2011 at 1:11 PM, Mark Miller markrmil...@gmail.com wrote: On May 3, 2011, at 12:49 PM, Michael McCandless wrote: Isn't this the future we are working towards? No, not really. Others perhaps, but not me. I'm on board with some modules. I do think there are tradeoffs when

[jira] [Created] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Michael McCandless (JIRA)
NumericField should be stored in binary format in index (matching Solr's format) Key: LUCENE-3065 URL: https://issues.apache.org/jira/browse/LUCENE-3065 Project: Lucene

Re: modularization discussion

2011-05-03 Thread Mark Miller
On May 3, 2011, at 1:29 PM, Shai Erera wrote: I don't like that approach. Two years from now, if indeed your vision becomes the reality (obviously, not everyone think like you), what would o.a.solr mean? Who will remember that 'suggest' (just picking an example) came from Solr? Who'd

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028354#comment-13028354 ] Uwe Schindler commented on LUCENE-3065: --- Ideally this could be done with the

RE: MergePolicy Thresholds

2011-05-03 Thread Burton-West, Tom
Thanks Shai and Mike! I'll keep an eye on LUCENE-1076. Tom -Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: Tuesday, May 03, 2011 11:15 AM To: dev@lucene.apache.org Subject: Re: MergePolicy Thresholds Thanks Shai! I'm way behind on my 3.x backports

[Lucene.Net] [jira] [Created] (LUCENENET-413) Medium trust security issue

2011-05-03 Thread Digy (JIRA)
Medium trust security issue - Key: LUCENENET-413 URL: https://issues.apache.org/jira/browse/LUCENENET-413 Project: Lucene.Net Issue Type: Improvement Affects Versions: Lucene.Net 2.9.4 Environment:

[Lucene.Net] [jira] [Updated] (LUCENENET-413) Medium trust security issue

2011-05-03 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-413: --- Attachment: MediumTrust.2.9.4g.patch MediumTrust.2.9.4.patch Medium trust security

[jira] [Updated] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3065: --- Attachment: LUCENE-3065.patch Patch against 3.x. I moved the to/from byte[]

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028395#comment-13028395 ] Uwe Schindler commented on LUCENE-3065: --- {quote} Spookily, nothing failed in

[jira] [Created] (SOLR-2490) PropertiesRequestHandler; encode line.separator

2011-05-03 Thread Stefan Matheis (steffkes) (JIRA)
PropertiesRequestHandler; encode line.separator --- Key: SOLR-2490 URL: https://issues.apache.org/jira/browse/SOLR-2490 Project: Solr Issue Type: Improvement Components: web gui

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028398#comment-13028398 ] Michael McCandless commented on LUCENE-3065: {quote} Thats easy to

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028399#comment-13028399 ] Ryan McKinley commented on LUCENE-3065: --- bq. Is there some reason...? Solr did its

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028404#comment-13028404 ] Michael McCandless commented on LUCENE-3065: Uwe: I agree, I'll use BytesRef

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-05-03 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028402#comment-13028402 ] Stefan Matheis (steffkes) commented on SOLR-2399: - bq. Thanks for doing all

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-05-03 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028406#comment-13028406 ] Stefan Matheis (steffkes) commented on SOLR-2399: - {quote}Rather then use:

[jira] [Created] (SOLR-2491) spellcheck.maxCollationTries breaks when using FieldCollapsing

2011-05-03 Thread James Dyer (JIRA)
spellcheck.maxCollationTries breaks when using FieldCollapsing -- Key: SOLR-2491 URL: https://issues.apache.org/jira/browse/SOLR-2491 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028408#comment-13028408 ] Ryan McKinley commented on LUCENE-3065: --- bq. If so, can you take a crack at it?

[jira] [Updated] (SOLR-2491) spellcheck.maxCollationTries breaks when using FieldCollapsing

2011-05-03 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-2491: - Attachment: SOLR-2491.patch This patch fixes the problem includes a unit test. This patch simply

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028412#comment-13028412 ] Yonik Seeley commented on LUCENE-3065: -- bq. I'll take a crack at it... but I don't

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028416#comment-13028416 ] Uwe Schindler commented on LUCENE-3065: --- Mike: One thing about the bitmask and the

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-05-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028417#comment-13028417 ] Otis Gospodnetic commented on SOLR-2399: Stefan - I only looked at the screenshot

[jira] [Updated] (LUCENE-3066) NullPointerException when calling sizeInBytes and setHasVectors concurrently.

2011-05-03 Thread Adrian Nistor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Nistor updated LUCENE-3066: -- Attachment: Test.java NullPointerException when calling sizeInBytes and setHasVectors

[jira] [Created] (LUCENE-3066) NullPointerException when calling sizeInBytes and setHasVectors concurrently.

2011-05-03 Thread Adrian Nistor (JIRA)
NullPointerException when calling sizeInBytes and setHasVectors concurrently. - Key: LUCENE-3066 URL: https://issues.apache.org/jira/browse/LUCENE-3066 Project: Lucene - Java

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-05-03 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028419#comment-13028419 ] Stefan Matheis (steffkes) commented on SOLR-2399: - bq. Stefan - I only

[jira] [Created] (SOLR-2492) DIH does not commit if only Deletes are processed

2011-05-03 Thread James Dyer (JIRA)
DIH does not commit if only Deletes are processed - Key: SOLR-2492 URL: https://issues.apache.org/jira/browse/SOLR-2492 Project: Solr Issue Type: Bug Components: contrib -

[jira] [Updated] (SOLR-2492) DIH does not commit if only Deletes are processed

2011-05-03 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-2492: - Attachment: SOLR-2492.patch This patch increments the # deleted documents once for each call to

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-05-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028429#comment-13028429 ] Otis Gospodnetic commented on SOLR-2399: Right, so if you look at the names of

[jira] [Commented] (SOLR-2399) Solr Admin Interface, reworked

2011-05-03 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028439#comment-13028439 ] Stefan Matheis (steffkes) commented on SOLR-2399: - bq. Right, so if you

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028454#comment-13028454 ] Uwe Schindler commented on LUCENE-3065: --- There is still a problem - first the good

[jira] [Updated] (SOLR-2399) Solr Admin Interface, reworked

2011-05-03 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-2399: Attachment: SOLR-2399.patch Solr Admin Interface, reworked

[jira] [Issue Comment Edited] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028454#comment-13028454 ] Uwe Schindler edited comment on LUCENE-3065 at 5/3/11 10:01 PM:

[jira] [Commented] (LUCENE-3066) NullPointerException when calling sizeInBytes and setHasVectors concurrently.

2011-05-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028480#comment-13028480 ] Michael McCandless commented on LUCENE-3066: SegmentInfo is not actually

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028483#comment-13028483 ] Michael McCandless commented on LUCENE-3065: Ugh!

[jira] [Closed] (LUCENE-3066) NullPointerException when calling sizeInBytes and setHasVectors concurrently.

2011-05-03 Thread Adrian Nistor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Nistor closed LUCENE-3066. - Resolution: Not A Problem NullPointerException when calling sizeInBytes and setHasVectors

[jira] [Commented] (LUCENE-3066) NullPointerException when calling sizeInBytes and setHasVectors concurrently.

2011-05-03 Thread Adrian Nistor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028496#comment-13028496 ] Adrian Nistor commented on LUCENE-3066: --- Hi Michael, Thanks for the super fast

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028526#comment-13028526 ] Chris Male commented on LUCENE-3065: The Field/Fieldable/AbstractField problem is

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028540#comment-13028540 ] Yonik Seeley commented on LUCENE-3065: -- bq. I then deprecated all the Fieldable

[jira] [Created] (LUCENE-3067) Lucene test cases do not properly close input and output instances

2011-05-03 Thread Robert Ragno (JIRA)
Lucene test cases do not properly close input and output instances -- Key: LUCENE-3067 URL: https://issues.apache.org/jira/browse/LUCENE-3067 Project: Lucene - Java Issue Type:

[jira] [Commented] (LUCENE-3067) Lucene test cases do not properly close input and output instances

2011-05-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028545#comment-13028545 ] Robert Muir commented on LUCENE-3067: - Hi Robert, can you provide more information on

[jira] [Commented] (LUCENE-3065) NumericField should be stored in binary format in index (matching Solr's format)

2011-05-03 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13028570#comment-13028570 ] Chris Male commented on LUCENE-3065: Yeah there is an element of truth to that except

[jira] [Created] (SOLR-2493) SolrQueryParser constantly parse luceneMatchVersion in solrconfig. Large performance hit.

2011-05-03 Thread Stephane Bailliez (JIRA)
SolrQueryParser constantly parse luceneMatchVersion in solrconfig. Large performance hit. - Key: SOLR-2493 URL: https://issues.apache.org/jira/browse/SOLR-2493

RE: I was accepted in GSoC!!!

2011-05-03 Thread Vinicius Barros
Hi Uwe, Sorry, I only saw your email today, busy lately with college homeworks. I was planning to submit patches to Lucene (through JIRA/email?). Do you have something else in mind? Regards, Vinicius Barros --- Em dom, 1/5/11, Uwe Schindler u...@thetaphi.de escreveu: De: Uwe Schindler