[jira] [Commented] (SOLR-1982) Leading wildcard queries work for all fields if ReversedWildcardFilterFactory is used for any field

2013-02-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575112#comment-13575112 ] David Smiley commented on SOLR-1982: I should note that this syntax may seem more

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b76) - Build # 4218 - Failure!

2013-02-09 Thread Uwe Schindler
Hi, I found out what is causing this bug, it is a JDK 8 bug, a fix already exists but it is not yet in version b76 of JDK 8. A nice explanation can be found in this eclipse issue: https://bugs.eclipse.org/bugs/show_bug.cgi?format=multipleid=399801 In short - JDK 8 has a new crazy feature (that

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 203 - Still Failing!

2013-02-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/203/ Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 9311 lines...] [junit4:junit4] ERROR: JVM J0 ended with an exception, command line:

[jira] [Created] (LUCENE-4764) Faster but more RAM/Disk consuming DocValuesFormat for facets

2013-02-09 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-4764: -- Summary: Faster but more RAM/Disk consuming DocValuesFormat for facets Key: LUCENE-4764 URL: https://issues.apache.org/jira/browse/LUCENE-4764 Project:

[jira] [Assigned] (LUCENE-4764) Faster but more RAM/Disk consuming DocValuesFormat for facets

2013-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-4764: -- Assignee: Michael McCandless Faster but more RAM/Disk consuming

[jira] [Updated] (LUCENE-4764) Faster but more RAM/Disk consuming DocValuesFormat for facets

2013-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4764: --- Attachment: LUCENE-4764.patch Initial dirty patch (lots of nocommits still): I

[jira] [Commented] (LUCENE-4764) Faster but more RAM/Disk consuming DocValuesFormat for facets

2013-02-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575162#comment-13575162 ] Robert Muir commented on LUCENE-4764: - should it really write a byte[]? i wonder how

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b76) - Build # 4218 - Failure!

2013-02-09 Thread Robert Muir
They put all that work into their sophisticated backwards compatibility layer, and it still didnt work :) On Sat, Feb 9, 2013 at 4:18 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, I found out what is causing this bug, it is a JDK 8 bug, a fix already exists but it is not yet in version b76

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 203 - Still Failing!

2013-02-09 Thread Mark Miller
Dunno what this is - output looks like it suspects jvm crash - seems to keep happening. - Mark On Feb 9, 2013, at 6:33 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/203/ Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC

RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 203 - Still Failing!

2013-02-09 Thread Uwe Schindler
This is a known problem and appears on all mac os x systems quite often (it is definitely *not* a VirtualBox issue, Robert got it quite often on his box, too): [junit4:junit4] JVM J0: stderr (verbatim) [junit4:junit4] java(392,0x147471000) malloc: *** error for object 0x1474dff00: pointer

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 203 - Still Failing!

2013-02-09 Thread Dawid Weiss
Dunno what this is - output looks like it suspects jvm crash - seems to keep happening. There is no way to tell what happened from the runner's level so the status is pretty generic. The JVM process was terminated, that's all the runner knows. But if you click on the full test output here:

[jira] [Commented] (SOLR-4421) On CoreContainer shutdown, all SolrCores should publish their state as DOWN

2013-02-09 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575173#comment-13575173 ] Commit Tag Bot commented on SOLR-4421: -- [branch_4x commit] Mark Robert Miller

[jira] [Created] (SOLR-4422) SolrJ DocumentObjectBinder class loses Map.Entry order when repopulating dynamic field values, such as @Field(dynamic_field_values*).

2013-02-09 Thread Mark S (JIRA)
Mark S created SOLR-4422: Summary: SolrJ DocumentObjectBinder class loses Map.Entry order when repopulating dynamic field values, such as @Field(dynamic_field_values*). Key: SOLR-4422 URL:

[jira] [Updated] (SOLR-4422) SolrJ DocumentObjectBinder class loses Map.Entry order when repopulating dynamic field values, such as @Field(dynamic_field_values*).

2013-02-09 Thread Mark S (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark S updated SOLR-4422: - Description: The SolrJ DocumentObjectBinder class does not retain order when reading in dynamic field values

[jira] [Updated] (SOLR-4422) SolrJ DocumentObjectBinder class loses Map.Entry order when repopulating dynamic field values, such as @Field(dynamic_field_values*).

2013-02-09 Thread Mark S (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark S updated SOLR-4422: - Description: The SolrJ DocumentObjectBinder class does not retain order when reading in dynamic field values

[jira] [Commented] (LUCENE-4764) Faster but more RAM/Disk consuming DocValuesFormat for facets

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575189#comment-13575189 ] Shai Erera commented on LUCENE-4764: bq. i wonder how it would perform if it wrote

[jira] [Commented] (LUCENE-4764) Faster but more RAM/Disk consuming DocValuesFormat for facets

2013-02-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575192#comment-13575192 ] Robert Muir commented on LUCENE-4764: - {quote} The problem is that packed-ints is

[jira] [Commented] (LUCENE-4764) Faster but more RAM/Disk consuming DocValuesFormat for facets

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575199#comment-13575199 ] Shai Erera commented on LUCENE-4764: I think that it would actually be interesting to

[jira] [Commented] (SOLR-3755) shard splitting

2013-02-09 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575205#comment-13575205 ] Commit Tag Bot commented on SOLR-3755: -- [trunk commit] Shalin Shekhar Mangar

[jira] [Commented] (SOLR-3755) shard splitting

2013-02-09 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575207#comment-13575207 ] Commit Tag Bot commented on SOLR-3755: -- [branch_4x commit] Shalin Shekhar Mangar

[jira] [Created] (SOLR-4423) NPE in SolrParams.toSolrParams when an invalid datatype is used in an XML named list in solrconfig.xml

2013-02-09 Thread Jack Krupansky (JIRA)
Jack Krupansky created SOLR-4423: Summary: NPE in SolrParams.toSolrParams when an invalid datatype is used in an XML named list in solrconfig.xml Key: SOLR-4423 URL:

[jira] [Created] (SOLR-4424) Solr should complain if a parameter has no name in solrconfig.xml

2013-02-09 Thread Jack Krupansky (JIRA)
Jack Krupansky created SOLR-4424: Summary: Solr should complain if a parameter has no name in solrconfig.xml Key: SOLR-4424 URL: https://issues.apache.org/jira/browse/SOLR-4424 Project: Solr

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575216#comment-13575216 ] Shai Erera commented on LUCENE-4750: Mike, I'm migrating the patch to after the

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575219#comment-13575219 ] Shai Erera commented on LUCENE-4750: Oh, and if we do build the result BQ on the fly,

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575228#comment-13575228 ] Michael McCandless commented on LUCENE-4750: bq. Mike, I'm migrating the

[jira] [Created] (SOLR-4425) Provide a way to change state of multiple shards atomically

2013-02-09 Thread Anshum Gupta (JIRA)
Anshum Gupta created SOLR-4425: -- Summary: Provide a way to change state of multiple shards atomically Key: SOLR-4425 URL: https://issues.apache.org/jira/browse/SOLR-4425 Project: Solr Issue

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

2013-02-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/241/ 1 tests failed. REGRESSION: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent Stack Trace:

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575259#comment-13575259 ] Michael McCandless commented on LUCENE-4750: bq. If we do the 2nd, then we

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575260#comment-13575260 ] Shai Erera commented on LUCENE-4750: bq. I don't really like how toString shows impl

[jira] [Updated] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4750: --- Attachment: LUCENE-4750.patch Patch updated to trunk + handles all nocommit. I moved to create a BQ

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575289#comment-13575289 ] Michael McCandless commented on LUCENE-4750: +1, patch looks great, thanks

[JENKINS] Lucene-trunk-Linux-Java6-64-test-only - Build # 23668 - Failure!

2013-02-09 Thread builder
Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java6-64-test-only/23668/ All tests passed Build Log: [...truncated 1118 lines...] [junit4:junit4] ERROR: JVM J4 ended with an exception, command line: /opt/java/64/jdk1.6.0_33/jre/bin/java -Dtests.prefix=tests -Dtests.seed=FB9D0F2ECF69EFDC

Re: [JENKINS] Lucene-trunk-Linux-Java6-64-test-only - Build # 23668 - Failure!

2013-02-09 Thread Mark Miller
It's like in Mario when you find the hidden way to all the warp tubes. ShouldNotReachHere() has been breached. - Mark [junit4:junit4] JVM J4: stdout (verbatim) [junit4:junit4] # [junit4:junit4] # A fatal error has been detected by the Java Runtime Environment: [junit4:junit4] #

[jira] [Updated] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4750: --- Attachment: LUCENE-4750.patch Thanks Mike, I added another ctor which doesn't take a base query and

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575362#comment-13575362 ] Commit Tag Bot commented on LUCENE-4750: [trunk commit] Shai Erera

[jira] [Resolved] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-4750. Resolution: Fixed Fix Version/s: 5.0 4.2 Assignee: Shai Erera

[jira] [Commented] (LUCENE-4750) Convert DrillDown to DrillDownQuery

2013-02-09 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575368#comment-13575368 ] Commit Tag Bot commented on LUCENE-4750: [branch_4x commit] Shai Erera

[jira] [Created] (LUCENE-4765) Multi-valued docvalues field

2013-02-09 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4765: --- Summary: Multi-valued docvalues field Key: LUCENE-4765 URL: https://issues.apache.org/jira/browse/LUCENE-4765 Project: Lucene - Core Issue Type: New Feature

[jira] [Updated] (LUCENE-4765) Multi-valued docvalues field

2013-02-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4765: Attachment: LUCENE-4765.patch Here's a prototype patch just to explore the idea. I only

Tidy error on constant-values.html

2013-02-09 Thread Shai Erera
Hi When I run 'ant documentation-lint' on 4x, I get this error: Tidy was unable to process file D:\dev\lucene\lucene_4x\lucene\build\docs\core\constant-values.html, 48 returned. I run it w/ Oracle 1.7: java version 1.7.0_13 Java(TM) SE Runtime Environment (build 1.7.0_13-b20) Java HotSpot(TM)

[jira] [Commented] (LUCENE-4765) Multi-valued docvalues field

2013-02-09 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575379#comment-13575379 ] Shai Erera commented on LUCENE-4765: I briefly looked at the patch, looks good.