Re: remove "via"

2012-06-05 Thread Tommaso Teofili
2012/6/6 Robert Muir > Hello, > > Currently we do this in CHANGES.txt: > > LUCENE-: > Fixed a horrible nasty bug. (Joe Contributor via John Doe Committer) > > I propose we remove "via " from CHANGES.txt. I don't > think any users care about who committed changes and I think it > de-emphasize

[jira] [Commented] (SOLR-3513) specifying 2147483647 for rows parameter causes AIOOBE

2012-06-05 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289983#comment-13289983 ] Tommaso Teofili commented on SOLR-3513: --- good catch, tested also on trunk, specifying

Re: remove "via"

2012-06-05 Thread Dawid Weiss
+1. On Wed, Jun 6, 2012 at 1:27 AM, Steven A Rowe wrote: > +1 > > Steve > > -Original Message- > From: Robert Muir [mailto:rcm...@gmail.com] > Sent: Tuesday, June 05, 2012 6:40 PM > To: dev@lucene.apache.org > Subject: remove "via" > > Hello, > > Currently we do this in CHANGES.txt: > > L

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 765 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/765/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore Error Message: Server at http://localhost:60875/example/core0 returned non ok status:500, message:Serve

[jira] [Updated] (SOLR-2599) FieldCopy Update Processor

2012-06-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2599: --- Attachment: SOLR-2599-hoss.patch Jan: inspired by your patch and tests, i hacked up a new version that incorp

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 447 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/447/ 2 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.test Error Message: expected:<494> but was:<0> Stack Trace: java.lang.AssertionError: expected:<494> but was:<0> at __random

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 762 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/762/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testDistributed Error Message: Server at http://localhost:41493/example/core0 returned non ok status:500, message:Ser

[jira] [Updated] (SOLR-3513) specifying 2147483647 for rows parameter causes AIOOBE

2012-06-05 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Sokolov updated SOLR-3513: --- Description: A request such as: /select?version=2.2&q=*%3A*&fq=*%3A*&start=1&rows=2147483647&fl=uri

[jira] [Created] (SOLR-3513) specifying 2147483647 for rows parameter causes AIOOBE

2012-06-05 Thread Mike Sokolov (JIRA)
Mike Sokolov created SOLR-3513: -- Summary: specifying 2147483647 for rows parameter causes AIOOBE Key: SOLR-3513 URL: https://issues.apache.org/jira/browse/SOLR-3513 Project: Solr Issue Type: Bug

RE: remove "via"

2012-06-05 Thread Steven A Rowe
+1 Steve -Original Message- From: Robert Muir [mailto:rcm...@gmail.com] Sent: Tuesday, June 05, 2012 6:40 PM To: dev@lucene.apache.org Subject: remove "via" Hello, Currently we do this in CHANGES.txt: LUCENE-: Fixed a horrible nasty bug. (Joe Contributor via John Doe Committer)

[jira] [Resolved] (LUCENE-4103) AnalyzerQueryNodeProcessor throws a class cast exception with the RegexpQueryNode

2012-06-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4103. - Resolution: Fixed Fix Version/s: 5.0 Thanks Daniel! > AnalyzerQueryNodeP

Re: remove "via"

2012-06-05 Thread Robert Muir
On Wed, Jun 6, 2012 at 12:57 AM, Chris Hostetter wrote: > > It seems (on second glance) that you are actually arguing that that the > person who runs "svn commit" should get zero credit in CHANGES.txt -- > unless they actually contributed to the development of the patch. > Yes... I think it shoul

[jira] [Updated] (LUCENE-4114) Large docID / docvalue size combination produces arithmetic overflow

2012-06-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4114: --- Attachment: LUCENE-4114.patch Thanks Walt, nice find! I attached patch w/ 3 places

Re: remove "via"

2012-06-05 Thread Chris Hostetter
: LUCENE-: : Fixed a horrible nasty bug. (Joe Contributor via John Doe Committer) : : I propose we remove "via " from CHANGES.txt. I don't FWIW: as first glance i thought you were suggesting that we should only use "(Joe Contributor, John Doe Committer)" ... which i would disagree with b

Re: remove "via"

2012-06-05 Thread Michael McCandless
+1 Mike McCandless http://blog.mikemccandless.com On Tue, Jun 5, 2012 at 6:40 PM, Robert Muir wrote: > Hello, > > Currently we do this in CHANGES.txt: > > LUCENE-: >  Fixed a horrible nasty bug. (Joe Contributor via John Doe Committer) > > I propose we remove "via " from CHANGES.txt. I don

remove "via"

2012-06-05 Thread Robert Muir
Hello, Currently we do this in CHANGES.txt: LUCENE-: Fixed a horrible nasty bug. (Joe Contributor via John Doe Committer) I propose we remove "via " from CHANGES.txt. I don't think any users care about who committed changes and I think it de-emphasizes the actual contributor. If we need to

[jira] [Commented] (LUCENE-4114) Large docID / docvalue size combination produces arithmetic overflow

2012-06-05 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289775#comment-13289775 ] Jack Krupansky commented on LUCENE-4114: Sorry, the latter case is probably okay

[jira] [Commented] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289774#comment-13289774 ] Dawid Weiss commented on LUCENE-4111: - I take the liberty to commit this one in. If a

[jira] [Updated] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4111: Attachment: LUCENE-4111.patch Suggested patch to cut on the recursion/backtracking depth. It is st

[jira] [Commented] (LUCENE-4114) Large docID / docvalue size combination produces arithmetic overflow

2012-06-05 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289772#comment-13289772 ] Jack Krupansky commented on LUCENE-4114: There may be a similar bug at line 345:

[jira] [Commented] (SOLR-1680) Provide an API to specify custom Collectors

2012-06-05 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289762#comment-13289762 ] Tomás Fernández Löbbe commented on SOLR-1680: - Why not use a Factory that could

[jira] [Updated] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4115: Attachment: LUCENE-4111.patch Suggested patch. Note jar resync in 'ant resolve' for any submodule.

[jira] [Commented] (LUCENE-4114) Large docID / docvalue size combination produces arithmetic overflow

2012-06-05 Thread Walt Elder (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289751#comment-13289751 ] Walt Elder commented on LUCENE-4114: Followup: I built my own version of lucene-core

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 440 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/440/ 1 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.test Error Message: Backup success not detected: 0022,19 KBC:\Jenkins\workspace\Lucene-Solr-trunk-Windows-Java6-64\solr\build\solr-

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289744#comment-13289744 ] Dawid Weiss commented on LUCENE-4115: - Yep (and you only need to call ant eclipse if

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 750 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/750/ 3 tests failed. REGRESSION: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta2.testCompositePk_DeltaImport_replace_delete Error Message: Exception during query Stack Trace: java.lang.RuntimeExcept

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289715#comment-13289715 ] Jack Krupansky commented on LUCENE-4115: Sounds good. Just to be sure I followed

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java7-64 - Build # 176 - Failure!

2012-06-05 Thread Michael McCandless
I committed a fix! Mike McCandless http://blog.mikemccandless.com On Tue, Jun 5, 2012 at 4:51 PM, wrote: > Build: > http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java7-64/176/ > > 1 tests failed. > REGRESSION:  org.apache.lucene.search.TestNRTManager.testNRTManager > > Error

[JENKINS] Lucene-Solr-trunk-Linux-Java7-64 - Build # 176 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java7-64/176/ 1 tests failed. REGRESSION: org.apache.lucene.search.TestNRTManager.testNRTManager Error Message: Thread threw an uncaught exception, thread: Thread[Thread-307,5,] Stack Trace: java.lang.RuntimeException: Threa

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289702#comment-13289702 ] Dawid Weiss commented on LUCENE-4115: - If you invoke 'ant clean test' this will fetch

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289700#comment-13289700 ] Steven Rowe commented on LUCENE-4115: - bq. In other words, anything that caused jars

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289697#comment-13289697 ] Jack Krupansky commented on LUCENE-4115: The other case I was interested in is if

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289692#comment-13289692 ] Dawid Weiss commented on LUCENE-4115: - This doesn't matter, it'll sort topologically

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289685#comment-13289685 ] Steven Rowe commented on LUCENE-4115: - {quote} ant eclipse [depends on] resolve, clea

[jira] [Updated] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4115: Description: I think we should add the following target deps: ant clean [depends on] clean-jars a

[jira] [Created] (SOLR-3512) Create API for managing nodes within SolrCloud

2012-06-05 Thread Andy Laird (JIRA)
Andy Laird created SOLR-3512: Summary: Create API for managing nodes within SolrCloud Key: SOLR-3512 URL: https://issues.apache.org/jira/browse/SOLR-3512 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289677#comment-13289677 ] Steven Rowe commented on LUCENE-4115: - +1 bq. (possibly ant idea too?) I think ant

[jira] [Commented] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289676#comment-13289676 ] Dawid Weiss commented on LUCENE-4111: - It isn't broken, these patterns will send any

[jira] [Created] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

2012-06-05 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-4115: --- Summary: JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve. Key: LUCENE-4115 URL: https://issues.apache.org/jira/browse/LUCENE-4115 P

Re: [jira] [Resolved] (LUCENE-4112) Upgrade ant dependency to 1.8.2

2012-06-05 Thread Dawid Weiss
I agree this should be done automatically. I filed an issue here: https://issues.apache.org/jira/browse/LUCENE-4115 D. On Tue, Jun 5, 2012 at 4:42 PM, Jack Krupansky wrote: > Don't forget to remind people to do "ant clean-jars resolve" when they see > the "[licenses] MISSING sha1 checksum file"

[jira] [Commented] (LUCENE-3108) Land DocValues on trunk

2012-06-05 Thread Aliaksandr Zhuhrou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289667#comment-13289667 ] Aliaksandr Zhuhrou commented on LUCENE-3108: Thank you. The thing that make m

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 438 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/438/ 1 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.test Error Message: expected:<498> but was:<0> Stack Trace: java.lang.AssertionError: expected:<498> but was:<0> at __random

[jira] [Updated] (LUCENE-4114) Large docID / docvalue size combination produces arithmetic overflow

2012-06-05 Thread Walt Elder (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Walt Elder updated LUCENE-4114: --- Description: My test case has run across an arithmetic bug in FixedStraightBytesImpl - specifically

[jira] [Created] (LUCENE-4114) Large docID / docvalue size combination produces arithmetic overflow

2012-06-05 Thread Walt (JIRA)
Walt created LUCENE-4114: Summary: Large docID / docvalue size combination produces arithmetic overflow Key: LUCENE-4114 URL: https://issues.apache.org/jira/browse/LUCENE-4114 Project: Lucene - Java

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 746 - Still Failing!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/746/ All tests passed Build Log: [...truncated 24422 lines...] check-analyzers-morfologik-uptodate: jar-analyzers-morfologik: module-jars-to-solr: [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-tr

Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2776 - Failure

2012-06-05 Thread Michael McCandless
I committed a fix. Mike McCandless http://blog.mikemccandless.com On Tue, Jun 5, 2012 at 1:27 PM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2776/ > > 1 tests failed. > REGRESSION:  org.apache.lucene.search.TestSearcherManager.testSea

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14591 - Failure

2012-06-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14591/ All tests passed Build Log: [...truncated 24511 lines...] check-analyzers-morfologik-uptodate: jar-analyzers-morfologik: module-jars-to-solr: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-t

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 745 - Still Failing!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/745/ All tests passed Build Log: [...truncated 24413 lines...] check-analyzers-morfologik-uptodate: jar-analyzers-morfologik: module-jars-to-solr: [mkdir] Created dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-tr

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 744 - Failure!

2012-06-05 Thread Michael McCandless
Hmm I'll dig ... Mike McCandless http://blog.mikemccandless.com On Tue, Jun 5, 2012 at 2:11 PM, wrote: > Build: > http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/744/ > > 1 tests failed. > REGRESSION:  org.apache.lucene.search.TestSearcherManager.testSearcherManager >

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 744 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/744/ 1 tests failed. REGRESSION: org.apache.lucene.search.TestSearcherManager.testSearcherManager Error Message: Thread threw an uncaught exception, thread: Thread[Thread-683,5,] Stack Trace: java.lang.RuntimeExcept

[jira] [Resolved] (SOLR-3095) update processor chain should check for "enable" attribute on all processors

2012-06-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3095. Resolution: Fixed Assignee: Hoss Man Committed revision 1346500. -trunk Committed revision 1346504. -

[jira] [Resolved] (SOLR-2993) Integrate WordBreakSpellChecker with Solr

2012-06-05 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-2993. -- Resolution: Fixed Committed fixes...Trunk: r1346489, branch_4x: r1346499 > Integrate Wo

[jira] [Comment Edited] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-06-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289581#comment-13289581 ] Steven Rowe edited comment on LUCENE-4092 at 6/5/12 5:56 PM: -

[jira] [Commented] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-06-05 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289581#comment-13289581 ] Steven Rowe commented on LUCENE-4092: - {quote} BuildLogRegexContent, the content pars

[jira] [Updated] (SOLR-2993) Integrate WordBreakSpellChecker with Solr

2012-06-05 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-2993: - Attachment: SOLR-2993-fixes.patch Here is a patch that re-activates the previously-failing tests and fixes

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 742 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/742/ 1 tests failed. REGRESSION: org.apache.lucene.search.TestSearcherManager.testSearcherManager Error Message: Thread threw an uncaught exception, thread: Thread[Thread-622,5,] Stack Trace: java.lang.RuntimeExcept

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2776 - Failure

2012-06-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2776/ 1 tests failed. REGRESSION: org.apache.lucene.search.TestSearcherManager.testSearcherManager Error Message: Thread threw an uncaught exception, thread: Thread[Thread-555,5,] Stack Trace: java.lang.RuntimeException: Th

[jira] [Updated] (SOLR-3508) improve json update format

2012-06-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-3508: --- Attachment: SOLR-3508_versions.patch Here's a patch that allows the specification of _version_ along w

[jira] [Commented] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2012-06-05 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289498#comment-13289498 ] Koji Sekiguchi commented on LUCENE-3440: Hi sebastian, I committed LUCENE-4113 i

[jira] [Resolved] (LUCENE-4113) FastVectorHighlighter: FieldTermStack.TermInfo should provide term-weight

2012-06-05 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-4113. Resolution: Fixed Committed in trunk and 4x. > FastVectorHighlighter: Fie

[jira] [Commented] (SOLR-3508) improve json update format

2012-06-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289476#comment-13289476 ] Yonik Seeley commented on SOLR-3508: While I'm in here mucking with the delete syntax,

[jira] [Commented] (SOLR-3508) improve json update format

2012-06-05 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289475#comment-13289475 ] Jack Krupansky commented on SOLR-3508: -- To be clear, the intent is that the value of a

[jira] [Assigned] (LUCENE-4113) FastVectorHighlighter: FieldTermStack.TermInfo should provide term-weight

2012-06-05 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned LUCENE-4113: -- Assignee: Koji Sekiguchi > FastVectorHighlighter: FieldTermStack.TermInfo should p

Re: [jira] [Resolved] (LUCENE-4112) Upgrade ant dependency to 1.8.2

2012-06-05 Thread Jack Krupansky
Don't forget to remind people to do "ant clean-jars resolve" when they see the "[licenses] MISSING sha1 checksum file" messages. Why can't that step be done automatically? -- Jack Krupansky -Original Message- From: Dawid Weiss (JIRA) Sent: Tuesday, June 05, 2012 8:33 AM To: dev@lucen

[jira] [Commented] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2012-06-05 Thread sebastian L. (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289459#comment-13289459 ] sebastian L. commented on LUCENE-3440: -- Hi Koji, I was just wondering about https:

[jira] [Updated] (LUCENE-4108) Add replaceTaxonomy to DirectoryTaxonomyWriter

2012-06-05 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4108: --- Attachment: LUCENE-4108.patch Patch against trunk. Adds replaceTaxonomy to DirTaxoWriter as well as

RE: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 14586 - Still Failing

2012-06-05 Thread Steven A Rowe
I added another regex to the non-Maven Jenkins jobs' "Editable Email Notification"/"Default Content" configuration to capture missing sha1 files from 'ant validate': ${BUILD_LOG_REGEX,regex="[ \\t]\\[licenses\\] MISSING sha1",linesBefore=2,linesAfter=1} Steve -Original Message- From:

[jira] [Comment Edited] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2012-06-05 Thread sebastian L. (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289448#comment-13289448 ] sebastian L. edited comment on LUCENE-3440 at 6/5/12 2:21 PM: -

[jira] [Commented] (LUCENE-3440) FastVectorHighlighter: IDF-weighted terms for ordered fragments

2012-06-05 Thread sebastian L. (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289448#comment-13289448 ] sebastian L. commented on LUCENE-3440: -- Hi Koji, bq. I committed LUCENE-4107 in tru

[jira] [Updated] (LUCENE-4113) FastVectorHighlighter: FieldTermStack.TermInfo should provide term-weight

2012-06-05 Thread sebastian L. (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-4113: - Description: This patch contains: * FieldTermStack.TermInfo has now a field TermInfo.weight (f

[jira] [Updated] (LUCENE-4113) FastVectorHighlighter: FieldTermStack.TermInfo should provide term-weight

2012-06-05 Thread sebastian L. (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sebastian L. updated LUCENE-4113: - Attachment: LUCENE-4113.patch > FastVectorHighlighter: FieldTermStack.TermInfo should provid

[jira] [Created] (LUCENE-4113) FastVectorHighlighter: FieldTermStack.TermInfo should provide term-weight

2012-06-05 Thread sebastian L. (JIRA)
sebastian L. created LUCENE-4113: Summary: FastVectorHighlighter: FieldTermStack.TermInfo should provide term-weight Key: LUCENE-4113 URL: https://issues.apache.org/jira/browse/LUCENE-4113 Project: Lu

[jira] [Updated] (SOLR-3508) improve json update format

2012-06-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-3508: --- Attachment: SOLR-3508.patch Here's a patch implementing the syntax in the description.

[jira] [Commented] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289410#comment-13289410 ] Simon Willnauer commented on LUCENE-4111: - this is fucking nuts. I think we shoul

[jira] [Commented] (LUCENE-3108) Land DocValues on trunk

2012-06-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289401#comment-13289401 ] Simon Willnauer commented on LUCENE-3108: - {quote}Hi, Simon. Can doc values be op

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 734 - Still Failing!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/734/ No tests ran. Build Log: [...truncated 322 lines...] [...truncated 322 lines...] [...truncated 322 lines...] [...truncated 322 lines...] -

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14586 - Still Failing

2012-06-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14586/ No tests ran. Build Log: [...truncated 325 lines...] [...truncated 325 lines...] [...truncated 325 lines...] [...truncated 325 lines...] [...truncated 325 lines...] -

[jira] [Commented] (SOLR-3511) Refactor overseer to use a distributed "work"queue

2012-06-05 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289384#comment-13289384 ] Sami Siren commented on SOLR-3511: -- bq. but should we leverage this for collection creatio

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 432 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/432/ No tests ran. Build Log: [...truncated 293 lines...] [...truncated 293 lines...] [...truncated 293 lines...] [...truncated 293 lines...]

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14585 - Still Failing

2012-06-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14585/ No tests ran. Build Log: [...truncated 325 lines...] [...truncated 325 lines...] [...truncated 325 lines...] [...truncated 325 lines...] [...truncated 325 lines...] -

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 733 - Still Failing!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/733/ No tests ran. Build Log: [...truncated 322 lines...] [...truncated 322 lines...] [...truncated 322 lines...] [...truncated 322 lines...] -

[jira] [Commented] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289381#comment-13289381 ] Dawid Weiss commented on LUCENE-4111: - Oh, forgot to say -- limiting the size of the

[jira] [Commented] (SOLR-3511) Refactor overseer to use a distributed "work"queue

2012-06-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289380#comment-13289380 ] Mark Miller commented on SOLR-3511: --- I have not had a chance to look at this yet - but sh

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14584 - Failure

2012-06-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14584/ No tests ran. Build Log: [...truncated 330 lines...] [...truncated 330 lines...] [...truncated 330 lines...] [...truncated 330 lines...] [...truncated 330 lines...] -

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2774 - Failure

2012-06-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/2774/ No tests ran. Build Log: [...truncated 336 lines...] [...truncated 336 lines...] [...truncated 336 lines...] [...truncated 336 lines...] [...truncated 336 lines...]

[jira] [Commented] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289375#comment-13289375 ] Dawid Weiss commented on LUCENE-4111: - This seed: CD6C0ED0996D1439 corresponds to thi

[JENKINS] Lucene-Solr-trunk-Linux-Java7-64 - Build # 172 - Still Failing!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java7-64/172/ No tests ran. Build Log: [...truncated 334 lines...] [...truncated 334 lines...] [...truncated 334 lines...] [...truncated 334 lines...] -

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 732 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/732/ No tests ran. Build Log: [...truncated 335 lines...] [...truncated 335 lines...] [...truncated 335 lines...] [...truncated 335 lines...] -

[jira] [Resolved] (LUCENE-4112) Upgrade ant dependency to 1.8.2

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-4112. - Resolution: Fixed > Upgrade ant dependency to 1.8.2 > --- > >

[jira] [Assigned] (LUCENE-4112) Upgrade ant dependency to 1.8.2

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-4112: --- Assignee: Dawid Weiss > Upgrade ant dependency to 1.8.2 > --

[jira] [Updated] (SOLR-3511) Refactor overseer to use a distributed "work"queue

2012-06-05 Thread Sami Siren (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren updated SOLR-3511: - Attachment: SOLR-3511.patch Work in progress, uses DistributedQueue from zk recipes. All tests pass, lot o

[jira] [Updated] (LUCENE-4112) Upgrade ant dependency to 1.8.2

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4112: Attachment: LUCENE-4112.patch > Upgrade ant dependency to 1.8.2 >

[jira] [Created] (LUCENE-4112) Upgrade ant dependency to 1.8.2

2012-06-05 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-4112: --- Summary: Upgrade ant dependency to 1.8.2 Key: LUCENE-4112 URL: https://issues.apache.org/jira/browse/LUCENE-4112 Project: Lucene - Java Issue Type: Task

[jira] [Created] (SOLR-3511) Refactor overseer to use a distributed "work"queue

2012-06-05 Thread Sami Siren (JIRA)
Sami Siren created SOLR-3511: Summary: Refactor overseer to use a distributed "work"queue Key: SOLR-3511 URL: https://issues.apache.org/jira/browse/SOLR-3511 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-3108) Land DocValues on trunk

2012-06-05 Thread Aliaksandr Zhuhrou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289361#comment-13289361 ] Aliaksandr Zhuhrou commented on LUCENE-3108: Hi, Simon. Can doc values be opt

[jira] [Commented] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289340#comment-13289340 ] Dawid Weiss commented on LUCENE-4111: - I will check what this is even though it's Rob

[JENKINS] Lucene-Solr-trunk-Linux-Java7-64 - Build # 171 - Failure!

2012-06-05 Thread jenkins
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java7-64/171/ 4 tests failed. REGRESSION: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta2.testCompositePk_DeltaImport_replace_delete Error Message: Exception during query Stack Trace: java.lang.RuntimeExcept

[jira] [Commented] (SOLR-3510) Please add QueryResponse.getFacetRange(String)

2012-06-05 Thread Willis Blackburn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289330#comment-13289330 ] Willis Blackburn commented on SOLR-3510: I have to say I'm perplexed by RangeFacet.

[jira] [Commented] (SOLR-3510) Please add QueryResponse.getFacetRange(String)

2012-06-05 Thread Willis Blackburn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289327#comment-13289327 ] Willis Blackburn commented on SOLR-3510: Actually you'd probably want getNumericFac

[jira] [Commented] (LUCENE-4111) More spinning/endless loop problems with random regex in org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings

2012-06-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289321#comment-13289321 ] Uwe Schindler commented on LUCENE-4111: --- Another seed, that hung on Windows, Java 7

  1   2   >