Build failed in Hudson: Solr-trunk #1063

2010-02-18 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/1063/changes Changes: [yonik] SOLR-1777: fix sortMissingLast, sortMissingFirst [hossman] SOLR-1695: Added an earlier check for multiple values being used in the uniqueKey field - prior to this the only check was done in the

Solr nightly build failure

2010-02-18 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 88 source files to /tmp/apache-solr-nightly/build/solrj

[jira] Created: (SOLR-1778) java.io.IOException: read past EOF

2010-02-18 Thread Yonik Seeley (JIRA)
java.io.IOException: read past EOF -- Key: SOLR-1778 URL: https://issues.apache.org/jira/browse/SOLR-1778 Project: Solr Issue Type: Bug Affects Versions: 1.4 Reporter: Yonik Seeley

[jira] Assigned: (SOLR-1778) java.io.IOException: read past EOF

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-1778: -- Assignee: Yonik Seeley java.io.IOException: read past EOF --

[jira] Commented: (SOLR-1778) java.io.IOException: read past EOF

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835209#action_12835209 ] Yonik Seeley commented on SOLR-1778: This is a lucene bug: LUCENE-2270

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

2010-02-18 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835230#action_12835230 ] Peter Karich commented on SOLR-236: --- We are facing OutOfMemory problems too. We are using

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

2010-02-18 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835258#action_12835258 ] Peter Karich commented on SOLR-236: --- Trying the latest patch from 1th Feb 2010 compiles

[jira] Issue Comment Edited: (SOLR-236) Field collapsing

2010-02-18 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835258#action_12835258 ] Peter Karich edited comment on SOLR-236 at 2/18/10 4:06 PM:

[jira] Issue Comment Edited: (SOLR-236) Field collapsing

2010-02-18 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835258#action_12835258 ] Peter Karich edited comment on SOLR-236 at 2/18/10 4:06 PM:

[jira] Issue Comment Edited: (SOLR-236) Field collapsing

2010-02-18 Thread Peter Karich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835258#action_12835258 ] Peter Karich edited comment on SOLR-236 at 2/18/10 4:07 PM:

[jira] Reopened: (SOLR-1695) Missleading error message when adding docs with missing/multiple value(s) for uniqueKey field

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reopened SOLR-1695: reopening - this broke the build. Missleading error message when adding docs with missing/multiple

[jira] Commented: (SOLR-1687) add param for limiting start and rows params

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835288#action_12835288 ] Yonik Seeley commented on SOLR-1687: There are a lot of params that people may want to

Re: poly fields in fieldcache

2010-02-18 Thread Grant Ingersoll
For sorting or just in general? Sorting currently is not supported for PointType, etc. (although it probably could be if someone wanted to define it, although I'm not a 100% sure what it would mean in all cases). In reality, Poly Fields are just semantic sugar around other fields, at least

Re: poly fields in fieldcache

2010-02-18 Thread patrick o'leary
Cool, we want to examine certain fields of a docset which currently is a multivalued field, obviously only the first value gets loaded into field cache. But if a poly field that can be loaded into FC, then that will work, we can extend FC to return an Field[] and make that cache aware. Sorting

[jira] Commented: (SOLR-1695) Missleading error message when adding docs with missing/multiple value(s) for uniqueKey field

2010-02-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835334#action_12835334 ] Hoss Man commented on SOLR-1695: Doh! Note to self: don't just run the tests, remember to

[jira] Created: (SOLR-1779) DistanceUtils.parsePoint doesn't handle dimensions 2 properly

2010-02-18 Thread Grant Ingersoll (JIRA)
DistanceUtils.parsePoint doesn't handle dimensions 2 properly --- Key: SOLR-1779 URL: https://issues.apache.org/jira/browse/SOLR-1779 Project: Solr Issue Type: Bug

[jira] Commented: (SOLR-1695) Missleading error message when adding docs with missing/multiple value(s) for uniqueKey field

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835343#action_12835343 ] Yonik Seeley commented on SOLR-1695: bq. the ConvertedLegacyTest failure confuses me

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835347#action_12835347 ] Yonik Seeley commented on SOLR-1568: I'm not a fan of optional units... I think we

[jira] Commented: (SOLR-1695) Missleading error message when adding docs with missing/multiple value(s) for uniqueKey field

2010-02-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835364#action_12835364 ] Hoss Man commented on SOLR-1695: Hmmm ok so the reason the legacy test passed prior to

Re: svn commit: r911534 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2010-02-18 Thread Chris Hostetter
: + idex = end; typo? ... it's causing a compile error. -Hoss

[jira] Commented: (SOLR-1695) Missleading error message when adding docs with missing/multiple value(s) for uniqueKey field

2010-02-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835373#action_12835373 ] Hoss Man commented on SOLR-1695: bq. schema.xml does not require the id field, and the

[jira] Commented: (SOLR-1695) Missleading error message when adding docs with missing/multiple value(s) for uniqueKey field

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835381#action_12835381 ] Yonik Seeley commented on SOLR-1695: bq. ...it doesn't require id but it does declare id

Re: svn commit: r911534 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2010-02-18 Thread Grant Ingersoll
Haste makes waste. I'll check in a test for all this stuff too in the near future, but that test is too intertwined with other changes at the moment. On Feb 18, 2010, at 2:56 PM, Chris Hostetter wrote: : + idex = end; typo? ... it's causing a compile error. -Hoss

[jira] Resolved: (SOLR-1695) Missleading error message when adding docs with missing/multiple value(s) for uniqueKey field

2010-02-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1695. Resolution: Fixed Committed revision 911595. rolledback the changes to DocumentBuilder and improved the

[jira] Created: (SOLR-1780) existence of exactly one value for uniqueKey field is not checked when overwrite=false or allowDups=true

2010-02-18 Thread Hoss Man (JIRA)
existence of exactly one value for uniqueKey field is not checked when overwrite=false or allowDups=true Key: SOLR-1780 URL:

[jira] Commented: (SOLR-1777) fields with sortMissingLast don't sort correctly

2010-02-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835424#action_12835424 ] Hoss Man commented on SOLR-1777: Yonik: just to be verify: was this bug was introduced in

[jira] Commented: (SOLR-1777) fields with sortMissingLast don't sort correctly

2010-02-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835451#action_12835451 ] Yonik Seeley commented on SOLR-1777: bq. Yonik: just to be verify: was this bug was

[jira] Updated: (SOLR-1724) Real Basic Core Management with Zookeeper

2010-02-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1724: --- Attachment: SOLR-1724.patch * No-commit * NodeCoresManagerTest.testInstallCores works *

[jira] Commented: (SOLR-1724) Real Basic Core Management with Zookeeper

2010-02-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835490#action_12835490 ] Jason Rutherglen commented on SOLR-1724: I need to figure out how integrate this

[jira] Updated: (SOLR-1724) Real Basic Core Management with Zookeeper

2010-02-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1724: --- Attachment: SOLR-1724.patch Updated to HEAD Real Basic Core Management with Zookeeper

[jira] Commented: (SOLR-1724) Real Basic Core Management with Zookeeper

2010-02-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835513#action_12835513 ] Jason Rutherglen commented on SOLR-1724: I need to add the deletion policy before I

[jira] Updated: (SOLR-1724) Real Basic Core Management with Zookeeper

2010-02-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1724: --- Attachment: SOLR-1724.patch Added a way to hold a given number of host or cores files around