[jira] Resolved: (SOLR-2340) print out version infos in JavaBinCodec when throwing exception

2011-01-30 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-2340. -- Resolution: Fixed committed r1065465(trunk), r1065467(3x). > print out version infos in JavaBin

[jira] Created: (SOLR-2340) print out version infos in JavaBinCodec when throwing exception

2011-01-30 Thread Koji Sekiguchi (JIRA)
print out version infos in JavaBinCodec when throwing exception --- Key: SOLR-2340 URL: https://issues.apache.org/jira/browse/SOLR-2340 Project: Solr Issue Type: Improvement

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 4335 - Failure

2011-01-30 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4335/ 1 tests failed. REGRESSION: org.apache.solr.TestGroupingSearch.testRandomGrouping Error Message: mismatch: 'UJLJ'!='JUCX' @ grouped/foo_s/groups/[3]/doclist/docs/[0]/id Stack Trace: junit.framework.AssertionFailedErr

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 4315 - Failure

2011-01-30 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/4315/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability Error Message: No live SolrServers available to handle this request Stack Trace: org.apache.solr.client.solrj.SolrServerExce

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 4328 - Failure

2011-01-30 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4328/ 1 tests failed. REGRESSION: org.apache.solr.TestGroupingSearch.testRandomGrouping Error Message: mismatch: 'VCKZ'!='EPNQ' @ grouped/small_s/groups/[0]/doclist/docs/[0]/id Stack Trace: junit.framework.AssertionFailedE

[jira] Updated: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Drew Farris (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Drew Farris updated LUCENE-2901: Attachment: LUCENE-2901.patch Revised patch that implements: {code} if (keywordSet.contains(word)

[jira] Resolved: (LUCENE-1253) LengthFilter and other TokenFilters that skip tokens ignore relative positionIncrement

2011-01-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1253. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) Committed trunk

[jira] Resolved: (LUCENE-2900) make applying deletes optional when pulling a new NRT reader

2011-01-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2900. Resolution: Fixed > make applying deletes optional when pulling a new NRT reader >

[jira] Commented: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988626#action_12988626 ] Simon Willnauer commented on LUCENE-2901: - {quote} if (keywordSet.contains(word))

[jira] Commented: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988625#action_12988625 ] Robert Muir commented on LUCENE-2901: - Honestly I didnt know the filter did what drew

[jira] Commented: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988624#action_12988624 ] Simon Willnauer commented on LUCENE-2901: - bq. Simon, i think the key point here i

[jira] Updated: (LUCENE-1253) LengthFilter and other TokenFilters that skip tokens ignore relative positionIncrement

2011-01-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1253: -- Attachment: LUCENE-1253-trunk.patch Merged patch for trunk, Robert can you review, I am totall

[jira] Commented: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988622#action_12988622 ] Robert Muir commented on LUCENE-2901: - Simon, i think the key point here is that the c

[jira] Commented: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988621#action_12988621 ] Simon Willnauer commented on LUCENE-2901: - bq. If a token is already marked as a k

[jira] Updated: (LUCENE-2900) make applying deletes optional when pulling a new NRT reader

2011-01-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2900: --- Attachment: LUCENE-2900.patch Simple patch. I'll commit shortly. > make applying d

[jira] Updated: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2901: Fix Version/s: 4.0 3.1 > KeywordMarkerFilter resets keyword attribute state to

[jira] Assigned: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2901: --- Assignee: Robert Muir > KeywordMarkerFilter resets keyword attribute state to false for toke

[jira] Commented: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988618#action_12988618 ] Robert Muir commented on LUCENE-2901: - Hi Drew, I agree this is a bug. I think it sho

[jira] Updated: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Drew Farris (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Drew Farris updated LUCENE-2901: Attachment: LUCENE-2901.patch > KeywordMarkerFilter resets keyword attribute state to false for to

[jira] Created: (LUCENE-2901) KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt

2011-01-30 Thread Drew Farris (JIRA)
KeywordMarkerFilter resets keyword attribute state to false for tokens not in protwords.txt --- Key: LUCENE-2901 URL: https://issues.apache.org/jira/browse/LUCENE-2901

[jira] Created: (LUCENE-2900) make applying deletes optional when pulling a new NRT reader

2011-01-30 Thread Michael McCandless (JIRA)
make applying deletes optional when pulling a new NRT reader Key: LUCENE-2900 URL: https://issues.apache.org/jira/browse/LUCENE-2900 Project: Lucene - Java Issue Type: Improvement

[jira] Commented: (LUCENE-2898) CMS merge throttling is not aggressive enough

2011-01-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988614#action_12988614 ] Michael McCandless commented on LUCENE-2898: bq. If however MP returns N + 1 m

[jira] Commented: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2011-01-30 Thread Arnaud (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988613#action_12988613 ] Arnaud commented on SOLR-1913: -- Okay, you are right, after spending some time on the code, I've

[jira] Updated: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2011-01-30 Thread Arnaud (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnaud updated SOLR-1913: - Comment: was deleted (was: A comment with security level 'jira-users' was removed.) > QParserPlugin plugin for Se

[jira] Commented: (LUCENE-1253) LengthFilter and other TokenFilters that skip tokens ignore relative positionIncrement

2011-01-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988612#action_12988612 ] Uwe Schindler commented on LUCENE-1253: --- Committed 3.x revision: 1065324 Now portin

[jira] Commented: (LUCENE-1253) LengthFilter and other TokenFilters that skip tokens ignore relative positionIncrement

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988609#action_12988609 ] Robert Muir commented on LUCENE-1253: - +1, this looks really good. I looked for other

[jira] Updated: (LUCENE-1253) LengthFilter and other TokenFilters that skip tokens ignore relative positionIncrement

2011-01-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1253: -- Attachment: LUCENE-1253-3x.patch After discussion with Robert, we optimized the code of increm

Re: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 4314 - Failure

2011-01-30 Thread Yonik Seeley
Now this is odd - another failure in grouping. It's either luck or some other unrelated recent changes messed something up. -Yonik http://lucidimagination.com On Sun, Jan 30, 2011 at 11:07 AM, Apache Hudson Server wrote: > Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-tru

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 4314 - Failure

2011-01-30 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4314/ 1 tests failed. REGRESSION: org.apache.solr.TestGroupingSearch.testRandomGrouping Error Message: mismatch: 'BGOV'!='RANS' @ grouped/foo_s/groups/[4]/doclist/docs/[12]/id Stack Trace: junit.framework.AssertionFailedEr

[jira] Updated: (LUCENE-1253) LengthFilter and other TokenFilters that skip tokens ignore relative positionIncrement

2011-01-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1253: -- Attachment: LUCENE-1253-3x.patch Patch for the two broekn TokenFilters and refactoring of Stop

[jira] Created: (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2011-01-30 Thread Grant Ingersoll (JIRA)
Add OpenNLP Analysis capabilities as a module - Key: LUCENE-2899 URL: https://issues.apache.org/jira/browse/LUCENE-2899 Project: Lucene - Java Issue Type: New Feature Components: Analysis

[jira] Commented: (LUCENE-2898) CMS merge throttling is not aggressive enough

2011-01-30 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988595#action_12988595 ] Shai Erera commented on LUCENE-2898: So if the user allows for N max-merges in CMS, an

Re: svn commit: r924409 - in /lucene/solr/trunk/contrib/velocity: build.xml src/test/java/ src/test/org/ src/test/org/apache/ src/test/org/apache/solr/ src/test/org/apache/solr/velocity/ src/test/org/

2011-01-30 Thread Robert Muir
Erik, did you intend to add the Apache License header to this file? On Wed, Mar 17, 2010 at 2:33 PM, wrote: > Author: ehatcher > Date: Wed Mar 17 18:33:09 2010 > New Revision: 924409 > > URL: http://svn.apache.org/viewvc?rev=924409&view=rev > Log: > Adding overdue unit test and adjusting build f

Re: svn commit: r817643 - /lucene/solr/trunk/src/test/org/apache/solr/analysis/TestMultiWordSynonyms.java

2011-01-30 Thread Robert Muir
Shalin, did you intend to add the Apache License to this file? On Tue, Sep 22, 2009 at 9:02 AM, wrote: > Author: shalin > Date: Tue Sep 22 13:02:39 2009 > New Revision: 817643 > > URL: http://svn.apache.org/viewvc?rev=817643&view=rev > Log: > Added test for multi word synonyms > > Added: >     >

[jira] Commented: (SOLR-1316) Create autosuggest component

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988591#action_12988591 ] Robert Muir commented on SOLR-1316: --- Also, some files in solr.util, too: {noformat} [rat:r

[jira] Commented: (SOLR-1316) Create autosuggest component

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988590#action_12988590 ] Robert Muir commented on SOLR-1316: --- Andrzej, could you review the files added by this com

[jira] Commented: (SOLR-1875) per-segment single valued string faceting

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988588#action_12988588 ] Robert Muir commented on SOLR-1875: --- Yonik: did you intend to add Apache license to this f

Re: svn commit: r925620 - in /lucene/solr/branches/newtrunk/solr/src/java/org/apache/solr/core: RAMDirectoryFactory.java RefCntRamDirectory.java

2011-01-30 Thread Robert Muir
Mark, did you intend to add Apache License to this file? On Sat, Mar 20, 2010 at 10:57 AM, wrote: > Author: markrmiller > Date: Sat Mar 20 14:57:28 2010 > New Revision: 925620 > > URL: http://svn.apache.org/viewvc?rev=925620&view=rev > Log: > Change to RefCntRamDirectory rather than RamDirectory

Re: svn commit: r898055 - in /lucene/java/trunk/contrib/benchmark: build.xml src/java/org/apache/lucene/benchmark/byTask/feeds/LongToEnglishContentSource.java src/java/org/apache/lucene/benchmark/byTa

2011-01-30 Thread Robert Muir
Grant, did you intend to add the Apache license header to these files? On Mon, Jan 11, 2010 at 3:29 PM, wrote: > Author: gsingers > Date: Mon Jan 11 20:29:40 2010 > New Revision: 898055 > > URL: http://svn.apache.org/viewvc?rev=898055&view=rev > Log: > Add support for LongToEnglish doc/query mak

[jira] Resolved: (LUCENE-2896) in advance(), don't try to skip if there is evidence it will fail

2011-01-30 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2896. - Resolution: Fixed Committed revision 1065261, 1065262 (3x) > in advance(), don't try to skip if

[HUDSON-MAVEN] Lucene-Solr-Maven-trunk #6: POMs out of sync

2011-01-30 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-Maven-trunk/6/ 2 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: Error executing query Stack Trace: org.apache.solr.client.solrj.SolrServerException: Error executing query at org

[jira] Issue Comment Edited: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2011-01-30 Thread Arnaud (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988573#action_12988573 ] Arnaud edited comment on SOLR-1913 at 1/30/11 7:43 AM: --- Hi Israel, I'

[jira] Commented: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2011-01-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988575#action_12988575 ] Uwe Schindler commented on SOLR-1913: - Without compiling the plugin from source and fixi

[jira] Commented: (LUCENE-2898) CMS merge throttling is not aggressive enough

2011-01-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988574#action_12988574 ] Michael McCandless commented on LUCENE-2898: bq. So now the code will wait unt

[jira] Issue Comment Edited: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2011-01-30 Thread Arnaud (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988573#action_12988573 ] Arnaud edited comment on SOLR-1913 at 1/30/11 7:06 AM: --- Hi, I've just

[jira] Commented: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2011-01-30 Thread Arnaud (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988573#action_12988573 ] Arnaud commented on SOLR-1913: -- Hi, I've just tried your plugin with the latest nightly build

[HUDSON] Solr-trunk - Build # 1395 - Failure

2011-01-30 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Solr-trunk/1395/ No tests ran. Build Log (for compile errors): [...truncated 126 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail