[jira] Updated: (SOLR-1694) DocFrequencyValueSource

2010-08-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1694: Attachment: SOLR-1694-DocFrequencyValueSource.patch updated patch with a new name joindf

[jira] Reopened: (SOLR-1694) DocFrequencyValueSource

2010-08-20 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reopened SOLR-1694: - Assignee: Ryan McKinley I lied... this is not a duplicate of SOLR-1932 That implementaion

Build failed in Hudson: Lucene-trunk #1265

2010-08-20 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Lucene-trunk/1265/ -- [...truncated 13371 lines...] [javadoc] https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/misc/src/java/org/apache/lucene/store/DirectIOLinuxDirectory.java:44: warning -

Build failed in Hudson: Solr-3.x #81

2010-08-20 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Solr-3.x/81/changes Changes: [gsingers] LUCENE-2608: Add accuracy per method to Lucene/Solr spell checking [rmuir] remove @override on interface (java6-only) -- [...truncated 5420 lines...] compile-test:

RE: Build failed in Hudson: Lucene-trunk #1265

2010-08-20 Thread Uwe Schindler
Thats interesting: [junit] Testsuite: org.apache.lucene.search.TestCachingWrapperFilter [junit] Testcase: testEnforceDeletions(org.apache.lucene.search.TestCachingWrapperFilter): FAILED [junit] expected:2 but was:3 [junit] junit.framework.AssertionFailedError: expected:2 but

RE: Build failed in Hudson: Solr-3.x #81

2010-08-20 Thread Uwe Schindler
Fixed. Grant: can you configure your Eclipse to not add @Override on interfaces. This is only supported in Java 6. We should generally not add this annotation for interfaces, as in my opinion its simply wrong (even its supported in Java 6). - Uwe Schindler H.-H.-Meier-Allee 63, D-28213

RE: Build failed in Hudson: Lucene-trunk #1265

2010-08-20 Thread Uwe Schindler
Maybe this failure is because we had a very good working GC that removed the hit from the WeakHashMap. The test is not safe. To really test it correct, the code should keep a reference to the cache contents here. So all tests using hitCount and miscount package private fields can easy fail when

[jira] Commented: (LUCENE-2514) Change Term to use bytes

2010-08-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900661#action_12900661 ] Michael McCandless commented on LUCENE-2514: Patch looks good Robert! I like

[jira] Commented: (LUCENE-2514) Change Term to use bytes

2010-08-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900663#action_12900663 ] Uwe Schindler commented on LUCENE-2514: --- Yah, the factory makes it easy for new

[jira] Issue Comment Edited: (LUCENE-2514) Change Term to use bytes

2010-08-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900663#action_12900663 ] Uwe Schindler edited comment on LUCENE-2514 at 8/20/10 7:00 AM:

Re: [Hudson] New Hudson master now running

2010-08-20 Thread Grant Ingersoll
Wow, Ted Husted is a Lucene moderator? That must be the old jakarta days. Talk about way back. On Aug 19, 2010, at 2:07 PM, Chris Hostetter wrote: : That was my question :-) Who is the moderator? Per joe on #asfinfra it's ehatcher and husted. (We should probably file a request to

[jira] Commented: (LUCENE-2514) Change Term to use bytes

2010-08-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900673#action_12900673 ] Robert Muir commented on LUCENE-2514: - bq. I like the

[jira] Commented: (SOLR-1630) StringIndexOutOfBoundsException in SpellCheckComponent

2010-08-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900687#action_12900687 ] Grant Ingersoll commented on SOLR-1630: --- I'm fine w/ the fix, but it should be noted

[jira] Resolved: (SOLR-1630) StringIndexOutOfBoundsException in SpellCheckComponent

2010-08-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1630. --- Resolution: Fixed Trunk: Committed revision 987509. 3.x: Committed revision 987511.

[jira] Commented: (SOLR-1804) Upgrade Carrot2 to 3.2.0

2010-08-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900700#action_12900700 ] Grant Ingersoll commented on SOLR-1804: --- Also, why is the Guava lib in solr/lib as

[jira] Commented: (SOLR-1630) StringIndexOutOfBoundsException in SpellCheckComponent

2010-08-20 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900704#action_12900704 ] Robert Muir commented on SOLR-1630: --- {quote} I'm fine w/ the fix, but it should be noted

[jira] Updated: (SOLR-1804) Upgrade Carrot2 to 3.2.0

2010-08-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1804: -- Attachment: SOLR-1804.patch Brings this up to date, fixing some build issues. The Carrot test

[jira] Commented: (SOLR-1804) Upgrade Carrot2 to 3.2.0

2010-08-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900748#action_12900748 ] Grant Ingersoll commented on SOLR-1804: --- Also, Stazsek, please check yes for donating

[jira] Updated: (SOLR-1804) Upgrade Carrot2 to 3.2.0

2010-08-20 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislaw Osinski updated SOLR-1804: Attachment: (was: SOLR-1804-carrot2-3.4.0-dev-libs.zip) Upgrade Carrot2 to 3.2.0

[jira] Updated: (SOLR-1804) Upgrade Carrot2 to 3.2.0

2010-08-20 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislaw Osinski updated SOLR-1804: Attachment: SOLR-1804-carrot2-3.4.0-libs.zip Here are the libs with Carrot2 3.4.0 JAR. 1.

[jira] Updated: (SOLR-1682) Implement CollapseComponent

2010-08-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1682: --- Attachment: SOLR-1682.patch OK, here's another update: other little fixes + tests, and matches is

[jira] Commented: (SOLR-1682) Implement CollapseComponent

2010-08-20 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900842#action_12900842 ] James Dyer commented on SOLR-1682: -- In addition to matches for total # docs, do we have a

[jira] Commented: (SOLR-1682) Implement CollapseComponent

2010-08-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900846#action_12900846 ] Yonik Seeley commented on SOLR-1682: No, with the current algorithm we avoid keeping all

[jira] Commented: (SOLR-2058) Adds optional phrase slop to edismax pf2, pf3 and pf parameters with field~slop^boost syntax

2010-08-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900849#action_12900849 ] Yonik Seeley commented on SOLR-2058: MapInteger,MapString,Float is an interesting way to

[jira] Commented: (SOLR-1873) Commit Solr Cloud to trunk

2010-08-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900874#action_12900874 ] Mark Miller commented on SOLR-1873: --- I've got a new patch for trunk - its updated to trunk

[jira] Resolved: (SOLR-2048) response testing with JSON

2010-08-20 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-2048. Fix Version/s: 3.1 4.0 Resolution: Fixed response testing with JSON

[jira] Created: (SOLR-2060) Stream.url and Stream.file parameters inadequately tested - may have bugs in SolrJ API

2010-08-20 Thread Lance Norskog (JIRA)
Stream.url and Stream.file parameters inadequately tested - may have bugs in SolrJ API -- Key: SOLR-2060 URL: https://issues.apache.org/jira/browse/SOLR-2060

Build failed in Hudson: Lucene-trunk #1266

2010-08-20 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Lucene-trunk/1266/changes Changes: [yonik] javadoc [ryan] even more pom fixes -- [...truncated 3500 lines...] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec [junit] [junit]

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-20 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900966#action_12900966 ] Lance Norskog commented on SOLR-2026: - NP. All I would suggest is to make all of the

[jira] Commented: (SOLR-1860) improve stopwords list handling

2010-08-20 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900969#action_12900969 ] Lance Norskog commented on SOLR-1860: - This is a nice piece of work. One thing I've

Re: svn commit: r987690 - in /lucene/dev/trunk/solr: ./ src/common/org/apache/solr/common/params/ src/java/org/apache/solr/handler/component/ src/java/org/apache/solr/response/ src/java/org/apache/sol

2010-08-20 Thread Yonik Seeley
On Fri, Aug 20, 2010 at 11:51 PM, Koji Sekiguchi k...@r.email.ne.jp wrote:  Can't this be back ported to branch_3x? Are there something depend on flex? Some things have certainly been changed because of flex (field cache BytesRef), but it could be backported. But I imagine things are likely to