Re: ReleaseTodo update

2013-05-13 Thread Steve Rowe
Good catch, Jan - feel free to add this to the ReleaseTodo wiki page yourself. - Steve On May 12, 2013, at 7:18 PM, Jan Høydahl wrote: > Hi, > > I discovered that the "doc" redirect still redirects to 4_1_0 javadocs. > I changed .htaccess so it now points to 4_3_0 > https://svn.apache.org/rep

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

2013-05-14 Thread Steve Rowe
My fault - I added dependencies to the new replicator module POM, but didn't run run validate-maven-dependencies. I'll figure it out and fix it. Steve On May 14, 2013, at 11:46 AM, Robert Muir wrote: > I think i know. the naming of these license files does not have the > normal correlation th

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

2013-05-14 Thread Steve Rowe
e Ivy download process renames this dependency to servlet-api (I'm not sure exactly how or why this is done…), and there is no mapping facility for the checksum files. Steve On May 14, 2013, at 12:32 PM, Steve Rowe wrote: > My fault - I added dependencies to the new replicator module

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5661 - Still Failing!

2013-05-15 Thread Steve Rowe
Shai, that .sha1 file was not leftover - I just added it. After you removed it, I now get the following from 'ant validate-maven-dependencies': - -validate-maven-dependencies: [licenses] MISSING sha1 checksum file for: /Users/sarowe/.m2/repository/org/eclipse/jetty/orbit/javax.servlet/3.0.

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5661 - Still Failing!

2013-05-15 Thread Steve Rowe
; removes any license files that > without a matching .jar and then "check-svn-working-copy" reports a dirty > checkout. > > > Why is this file required by maven? > > At any rate, I don't understand what's going on either. Whatever fixes this, > I

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5661 - Still Failing!

2013-05-15 Thread Steve Rowe
; So the question is I guess, how does the maven dependency check passes for > Solr? > > Shai > > > On Wed, May 15, 2013 at 11:08 AM, Steve Rowe wrote: > Shai, > > As I mentioned in another email thread, the Ant+Ivy setup for the replicator > module renames remo

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5661 - Still Failing!

2013-05-15 Thread Steve Rowe
the same to validate-maven-dependencies? > > Shai > > > On Wed, May 15, 2013 at 11:33 AM, Steve Rowe wrote: > Looks like the Solr build is just ignoring the servlet jar for the purposes > of license/checksum validation - from solr/common-build.xml: > > - > d

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5661 - Still Failing!

2013-05-15 Thread Steve Rowe
a few hours. Steve On May 15, 2013, at 5:12 AM, Shai Erera wrote: > Right, I now remember it was for jetty, because there are many jetty jars, > but only one license. > Maybe just add the same ignore from solr to lucene/build.xml? > > Shai > > > On Wed, May 15, 2

Re: svn commit: r1483459 - /lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py

2013-05-16 Thread Steve Rowe
Thanks Mike! I had arrived at the same fix, but didnt' commit because the smoke tester was also complaining (after running for 30 minutes) about Solr's NOTICE.txt not having a verbatim copy of Lucene's NOTICE.txt - this is as a result of my changing the text in Lucene's NOTICE.txt about servlet

Re: svn commit: r1483459 - /lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py

2013-05-16 Thread Steve Rowe
BUILD SUCCESSFUL on branch_4x for me - hopefully these javax.servlet issues are all cleared up now. - Steve On May 16, 2013, at 2:34 PM, Steve Rowe wrote: > Thanks Mike! > > I had arrived at the same fix, but didnt' commit because the smoke tester was > also complaining (aft

Edit permission for Lucene and Solr wikis' ContributorsGroup pages

2013-05-16 Thread Steve Rowe
FYI: After consultation with the PMC, I've moved all committers from ContributorsGroup to AdminGroup, the idea being that all committers should be able to add people to ContributorsGroup. This change affected just three people: Christian Moen, Shalin Mangar (who's now on the PMC anyway), and Sh

Re: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 459 - Still Failing!

2013-05-17 Thread Steve Rowe
I can't reproduce on OS X 10.8.3, using either Apple Java 1.6.0_45 or Oracle Java 1.7.0_13. Steve On May 17, 2013, at 7:11 AM, Shai Erera wrote: > That's an odd failure ... anyone has an idea why the connection was refused? > > ReplicatorTestCase.newHttpServer starts a server on port 0 and th

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #855: POMs out of sync

2013-05-19 Thread Steve Rowe
Thanks Uwe! On May 19, 2013, at 3:02 PM, Uwe Schindler wrote: > Upgrade is done. I also updated the wiki. OpenJDK6 is on 6_b32 (no idea which > update level this is) and OpenJDK7 is on 7u21. I also upgraded ports of > Python 2.7 and Python 3.2. > > The failed builds were out of my control, as

Re: [JENKINS] Lucene-Solr-SmokeRelease-4.3 - Build # 4 - Failure

2013-05-20 Thread Steve Rowe
Uwe, No, I didn't commit LUCENE-5007 on the 4.3 branch. I skimmed the errors and IIRC it looked like " 2>&1" is part of a file name that Python can't find, which makes sense. Not sure why this is only a problem on Jenkins, though. Maybe the newer version of Python you upgraded to changed fil

Re: [JENKINS] Lucene-Solr-SmokeRelease-4.3 - Build # 4 - Failure

2013-05-21 Thread Steve Rowe
gpg was not still installed. I just now installed it. Steve On May 21, 2013, at 6:34 AM, Michael McCandless wrote: > On Mon, May 20, 2013 at 4:07 PM, Steve Rowe wrote: >> Uwe, >> >> No, I didn't commit LUCENE-5007 on the 4.3 branch. >> >> I skimmed

Commit Tag Bot -> ASF svngit2jira?

2013-05-21 Thread Steve Rowe
Mark Miller's Commit Tag Bot seems to be having trouble running consistently - for example, it's been offline for the last 9 days, AFAICT. I noticed the following recently added web page on the ASF site: . From that page: - Many projects use JIRA for

Re: Commit Tag Bot -> ASF svngit2jira?

2013-05-21 Thread Steve Rowe
focus on the commitbot though, so it's probably a better long > term plan to migrate. > > - Mark > > On May 21, 2013, at 3:31 PM, Steve Rowe wrote: > >> Mark Miller's Commit Tag Bot seems to be having trouble running consistently >> - for example, it

Re: ReleaseTodo update

2013-05-22 Thread Steve Rowe
he.org/core/api/ ... now works. If that was avoided on > purpose for some reason, let me know and I'll remove it again. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > 13. mai 2013 kl. 21:20 skrev Steve Rowe : > >&

Re: svn commit: r1485672 - in /lucene/dev/trunk/lucene: licenses/ replicator/ replicator/src/test/org/apache/lucene/replicator/http/

2013-05-23 Thread Steve Rowe
I'll take a look at the maven stuff. AFAIK, maven has no transitive=false capabilities. You have to instead explicitly exclude each transitive dependency. Steve On May 23, 2013, at 8:58 AM, Robert Muir wrote: > Can someone help with the maven? > > This wasnt clear to me: I don't see slf4j-a

Re: svn commit: r1485672 - in /lucene/dev/trunk/lucene: licenses/ replicator/ replicator/src/test/org/apache/lucene/replicator/http/

2013-05-23 Thread Steve Rowe
013, at 9:52 AM, Robert Muir wrote: > On Thu, May 23, 2013 at 9:46 AM, Steve Rowe wrote: >> I'll take a look at the maven stuff. >> >> AFAIK, maven has no transitive=false capabilities. You have to instead >> explicitly exclude each transitive dependency. > >

Re: svn commit: r1485672 - in /lucene/dev/trunk/lucene: licenses/ replicator/ replicator/src/test/org/apache/lucene/replicator/http/

2013-05-23 Thread Steve Rowe
:jar:1.7:compile (version managed from 1.6) Steve On May 23, 2013, at 9:58 AM, Steve Rowe wrote: > 'mvn dependency:tree' says: > > - > [INFO] --- maven-dependency-plugin:2.6:tree (default-cli) @ lucene-replicator > --- > [INFO] org.apache.lucene:lucene-replicator:

Re: svn commit: r1485672 - in /lucene/dev/trunk/lucene: licenses/ replicator/ replicator/src/test/org/apache/lucene/replicator/http/

2013-05-23 Thread Steve Rowe
t one i found... feel free to change it. > > i want to investigate use of httpclient in this module anyway: maybe it can > just use URLConnection or something simpler. > > Then i could remove a couple more jars :) > > On Thu, May 23, 2013 at 10:26 AM, Steve Rowe wrote: &g

Re: Permissions do edit Wiki

2013-05-24 Thread Steve Rowe
Per, I've added your wiki account name "Per Steffensen" to the Solr wiki ContributorsGroup page, so you should now be able to edit the wiki. Steve On May 24, 2013, at 1:30 PM, Per Steffensen wrote: > Hi > > Can I please get permissions to edit Wiki. At least > http://wiki.apache.org/solr/So

[ANNOUNCE] For Lucene/Solr committers: JetBrains WebStorm license available

2013-06-06 Thread Steve Rowe
On behalf of the Lucene/Solr project, Shai Erera asked JetBrains for a license to its WebStorm IDE[1], which they generously granted. All Lucene/Solr committers have read/write access to the following Subversion repository directory, which contains a file named JetBrains.WebStorm.license.txt:

Re: Welcome Han Jiang as a new Lucene/Solr committer

2013-06-08 Thread Steve Rowe
Welcome Han! On Jun 8, 2013 7:14 AM, "Han Jiang" wrote: > Thanks Adrien, and all our Lucene/Solr members! > > I'm a first-year master student in Peking University, China. I major in > Computer Science and currently work at Search Engine and Web Mining Group > in > our school. Since last term, I'

Re: Exposing merge throttling in Solr

2013-06-08 Thread Steve Rowe
Otis, Solr has had IO throttling since 4.1: Steve On Jun 8, 2013, at 11:08 PM, Otis Gospodnetic wrote: > Hi, > > Lucene has segment merge throttling, but I think that's not exposed in > Solr anywhere, is it? > > Should I open a JIRA? > > O

Re: [VOTE] Lucene Solr 4.3.1 RC1

2013-06-10 Thread Steve Rowe
+1, smoke tester passes for me. - Steve On Jun 10, 2013, at 3:16 AM, Shalin Shekhar Mangar wrote: > http://people.apache.org/~shalin/staging_area/lucene-solr-4.3.1-RC1-rev1491148/ > > Smoke tester is happy for me (osx). > > Here's my +1! > > -- > Regards, > Shalin Shekhar Mangar.

Re: JIRA "spatial" component for Solr

2013-06-17 Thread Steve Rowe
+1 On Jun 17, 2013, at 10:34 AM, "Smiley, David W." wrote: > For tracking purposes, I'd like to add a JIRA component named "spatial", and > then subsequently bulk-edit issues which I believe pertain to spatial in > Solr. By doing so, I want to more easily be aware of spatial issues in Solr >

Re: 4.3.1 Release notes: review requested

2013-06-17 Thread Steve Rowe
+1 - they look good to me. - Steve On Jun 17, 2013, at 3:23 PM, Shalin Shekhar Mangar wrote: > The Lucene release notes are at: > https://wiki.apache.org/lucene-java/ReleaseNote431 > > I mentioned the DPWT deadlock issue but maybe it is not serious enough to > alarm users? > > The Solr relea

Re: IndexWriter commit user data takes a map

2013-06-19 Thread Steve Rowe
Hi Varun, LUCENE-4575 did not change IW's user data to a Map. That was done in LUCENE-1654. Steve On Jun 19, 2013, at 6:57 AM, Varun Thacker wrote: > I was just curious as to why IW.setCommitData uses a map ? > > Looking back at LUCENE-1382 when committing user data was introduced it took

Re: [lucene 4.3.1] solr webapp is put to null directory on maven build

2013-06-19 Thread Steve Rowe
Thanks for reporting, Dmitry, I'll take a look. - Steve On Jun 19, 2013, at 10:06 AM, Dmitry Kan wrote: > After adding: > > target > > the war file is put into the target subdir. > > > On a side note: > > running solr with maven jetty plugin seem to work, which required two > artifacts (co

Re: What to do with lucene.ao/core/old_versioned_docs ?

2013-06-20 Thread Steve Rowe
I think we should keep javadocs around for versions people are using, and judging from recent user questions, 3.X still qualifies. > - revert the old_versioned_docs extra folder and add the included javadocs as > extpath like we do since 3.6.0 +1 Some of the Forrest site documentation will be

Re: What to do with lucene.ao/core/old_versioned_docs ?

2013-06-20 Thread Steve Rowe
n > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original Message- >> From: Steve Rowe [mailto:sar...@gmail.com] >> Sent: Thursday, June 20, 2013 6:26 PM >> To: dev@lucene.apache.org >> Subject: Re: What to do with lucene.ao/core/old

Re: JIRA "spatial" component for Solr

2013-06-20 Thread Steve Rowe
>> Yeah, I think it's a no brainer to just create it - I'm surprised it's >> not there yet. >> >> - Mark >> >> On Jun 17, 2013, at 10:44 AM, Steve Rowe wrote: >> >>> +1 >>> >>> On Jun 17, 2013, at 10

Re: svn commit: r1497223 - /lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_test_framework_library.xml

2013-06-27 Thread Steve Rowe
Thanks Uwe! On Jun 27, 2013 2:53 AM, wrote: > Author: uschindler > Date: Thu Jun 27 06:53:25 2013 > New Revision: 1497223 > > URL: http://svn.apache.org/r1497223 > Log: > fix eol-style > > Modified: > > lucene/dev/trunk/dev-tools/idea/.idea/libraries/Solr_test_framework_library.xml > (props cha

Re: The commit-tag-bot...

2013-06-27 Thread Steve Rowe
Hey Mark, Thanks for fixing! One (trivial) thing I noticed about recent (non-commit-bot) commit notification emails: the included subversion revision link is shorter/eleganter, e.g. , than the format the (heavy) commit tag bot uses, e.g.

Re: The commit-tag-bot...

2013-06-28 Thread Steve Rowe
28, 2013, at 11:30 AM, Mark Miller wrote: > >> Well JIRA locked out the new user pretty right away…sweet… >> >> Also cannot log him in even if I solve the required captcha - that or I just >> can't solve captchas for the life of me. >> >> Will see if I

Re: change verbose [junit4:junit4] to just [junit4] and save horizontal space?

2013-06-28 Thread Steve Rowe
+1 - I think the Jenkins regexps can handle either (and can certainly be changed if not) On Jun 28, 2013, at 11:55 PM, Robert Muir wrote: > i feel like this is a no-brainer, but there might be some regexps for jenkins > that could break or something else i'm not aware of: > > Index: lucene/co

Re: svn commit: r1457343 - /lucene/dev/trunk/lucene/benchmark/conf/english-porter-comparison.alg

2013-03-16 Thread Steve Rowe
Thanks Adrien! - Steve On Mar 16, 2013, at 7:39 PM, jpou...@apache.org wrote: > Author: jpountz > Date: Sat Mar 16 23:39:39 2013 > New Revision: 1457343 > > URL: http://svn.apache.org/r1457343 > Log: > Add svn:eol-style. > > Modified: >lucene/dev/trunk/lucene/benchmark/conf/english-porter-c

Re: [JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3819 - Failure

2013-03-17 Thread Steve Rowe
I committed a fix for this. On Mar 17, 2013, at 2:59 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3819/ > > 1 tests failed. > REGRESSION: > org.apache.lucene.benchmark.byTask.TestPerfTasksParse.testParseExamples > > Error Message: > C

Welcome Tommaso Teofili to the PMC

2013-03-17 Thread Steve Rowe
I'm pleased to announce that Tommaso Teofili has accepted the PMC's invitation to join. Welcome Tommaso! - Steve - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache

Re: [JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1078 - Failure

2013-03-17 Thread Steve Rowe
This was caused by the new LimitTokenPositionFilter, which triggers failures when it doesn't consume all of its wrapped stream's tokens, just like LimitTokenCountFilter. I committed a fix to trunk and branch_4x. Steve On Mar 17, 2013, at 7:06 PM, Apache Jenkins Server wrote: > Build: https:

Re: Lucene/Solr 4.2.1

2013-03-17 Thread Steve Rowe
On Mar 17, 2013, at 3:17 PM, Uwe Schindler wrote: > I think the branch should already be setup for 4.2.1, maybe you only need to > raise version numbers. I'll do this. Steve - To unsubscribe, e-mail: dev-unsubscr...@lucene.apa

Re: Lucene/Solr 4.2.1

2013-03-17 Thread Steve Rowe
Done, also added 4.2.1 sections in CHANGES.txt files on trunk and branch_4x. I'll backport my issues now: * SOLR-4537: Clean up schema information REST API. * SOLR-4567: copyField source glob matching explicit field(s) stopped working in Solr 4.2. Steve On Mar 17, 2013, at 7:51 PM,

Welcome David Smiley to the PMC

2013-03-18 Thread Steve Rowe
I'm pleased to announce that David Smiley has accepted the PMC's invitation to join. Welcome David! - Steve - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Welcome Shawn Heisey as Lucene/Solr committer

2013-03-18 Thread Steve Rowe
I'm pleased to announce that Shawn Heisey has accepted the PMC's invitation to become a committer. Shawn, it's tradition that you introduce yourself with a brief bio. Once your account has been created - could take a few days - you'll be able to add yourself to committers section of the Who W

Re: Lucene/Solr 4.2.1 - Last call for issue back porting.

2013-03-19 Thread Steve Rowe
I'm setting up 4.2 branch Jobs on ASF Jenkins now. - Steve On Mar 19, 2013, at 3:14 PM, Yonik Seeley wrote: > I'm looking at https://issues.apache.org/jira/browse/SOLR-4589 > which seems to be a pretty serious performance bug. > > -Yonik > http://lucidworks.com > > > On Tue, Mar 19, 2013 at 3

Re: How to Run Solr Within Intellij IDEA

2013-03-20 Thread Steve Rowe
Hi kamaci, See the README.txt file in the top-level directory of the project, and also solr/README.txt, which tells you how to run Solr. Ant+Ivy is the official build system, so you should get comfortable using it. See also . I use IntelliJ, and I m

Re: How to Run Solr Within Intellij IDEA

2013-03-20 Thread Steve Rowe
ould we create a BUILD.txt for solr or perhaps remove the reference from > SYSTEM_REQUIREMENTS.txt? > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > 20. mars 2013 kl. 23:55 skrev Steve Rowe : > &

Re: How to Run Solr Within Intellij IDEA

2013-03-20 Thread Steve Rowe
-the distribution directory.* > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > 21. mars 2013 kl. 00:05 skrev Steve Rowe : > >> solr/README.txt has a little bit of info, maybe just enough, si

Apache account created

2013-03-21 Thread Steve Rowe
Hi Shawn, FYI, ASF infrastructure just created an account for you and granted you membership to LDAP groups 'lucene' and 'committers' - the 'lucene' group allows you to commit to the Lucene and Solr websites, and to svn.apache.org/repos/asf/lucene/dev/. So you should now start checking out usi

[ANNOUNCE] Wiki editing change

2013-03-24 Thread Steve Rowe
The wiki at http://wiki.apache.org/lucene-java/ has come under attack by spammers more frequently of late, so the PMC has decided to lock it down in an attempt to reduce the work involved in tracking and removing spam. From now on, only people who appear on http://wiki.apache.org/lucene-java/Co

[ANNOUNCE] Solr wiki editing change

2013-03-24 Thread Steve Rowe
The wiki at http://wiki.apache.org/solr/ has come under attack by spammers more frequently of late, so the PMC has decided to lock it down in an attempt to reduce the work involved in tracking and removing spam. From now on, only people who appear on http://wiki.apache.org/solr/ContributorsGrou

Re: [ANNOUNCE] Solr wiki editing change

2013-03-24 Thread Steve Rowe
I added OtisGospodnetic to zee AdminGroup. On Mar 24, 2013, at 11:51 PM, Otis Gospodnetic wrote: > OtisGospodnetic would like to be able to edit zee Wiki. > > Thanks, > Otis > > > > > On Sun, Mar 24, 2013 at 11:18 PM, Steve Rowe wrote: > The wiki at http://

Re: svn commit: r1460519 [2/3] - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/response/ core/src/java/org/apache/solr/rest/ core/src/java/org/apache/

2013-03-24 Thread Steve Rowe
Robert, It's used to serialize similarity factories. See getNamedPropertyValues() just below. There are tests for similarity factory classes of the form "solr.", e.g. TestSweetSpotSimilarityFactory, which uses solr/core/src/test-files/solr/collection1/conf/schema-sweetspot.xml, which declar

Re: svn commit: r1460519 [2/3] - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/response/ core/src/java/org/apache/solr/rest/ core/src/java/org/apache/

2013-03-24 Thread Steve Rowe
3, at 1:08 AM, Steve Rowe wrote: > Robert, > > It's used to serialize similarity factories. See getNamedPropertyValues() > just below. > > There are tests for similarity factory classes of the form > "solr.", e.g. TestSweetSpotSimilarityFactory, which &g

Re: Request for getting added to wiki Contributors

2013-03-24 Thread Steve Rowe
Added to solr ContributorsGroup. Let me know if it doesn't work. - Steve On Mar 25, 2013, at 1:26 AM, Anshum Gupta wrote: > Hi, > > I'd like to get added to the ContributorsGroup. My username is 'Anshum Gupta'. > > -- > > Anshum Gupta > http://www.anshumgupta.net -

Re: [ANNOUNCE] Solr wiki editing change

2013-03-24 Thread Steve Rowe
Done. - Steve On Mar 25, 2013, at 2:04 AM, Toke Eskildsen wrote: > Steve Rowe [sar...@gmail.com]: >> From now on, only people who appear on >> http://wiki.apache.org/solr/ContributorsGroup will be able to >> create/modify/delete wiki pages. > > TokeEskildsen wo

Re: svn commit: r1460519 [2/3] - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/response/ core/src/java/org/apache/solr/rest/ core/src/java/org/apache/

2013-03-25 Thread Steve Rowe
On Mar 25, 2013, at 3:51 AM, Robert Muir wrote: > But this 'normalize' is wrongt: like map org.apache.lucene.xxx, or > other packages of org.apache.solr.xxx to solr.xxx. No, it maps o.a.(l|s).what.ev.er.xxx to solr.xxx. Here's the code again: - private static String normalizeSPIname(String

Re: [ANNOUNCE] Solr wiki editing change

2013-03-25 Thread Steve Rowe
On Mar 25, 2013, at 10:54 AM, Christian Moen wrote: > Could you kindly add ChristianMoen? Added to the Lucene and Solr ContributorsGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mai

Re: [ANNOUNCE] Wiki editing change

2013-03-25 Thread Steve Rowe
On Mar 25, 2013, at 1:58 PM, Erik Hatcher wrote: > Please add me: ErikHatcher Added to solr and lucene AdminGroup. On Mar 25, 2013, at 2:02 PM, "Uwe Schindler" wrote: > I am on the AdminGroup of Lucene, but not in Solr. Can we make this > consistent? I think I am in both projects allowed to co

Re: [ANNOUNCE] Wiki editing change

2013-03-25 Thread Steve Rowe
On Mar 25, 2013, at 2:46 PM, Ryan McKinley wrote: > please add me too: > ryantxu Added to solr and lucene AdminGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.

Re: svn commit: r1460519 [2/3] - in /lucene/dev/trunk/solr: ./ core/src/java/org/apache/solr/core/ core/src/java/org/apache/solr/response/ core/src/java/org/apache/solr/rest/ core/src/java/org/apache/

2013-03-25 Thread Steve Rowe
Robert, Would you mind responding in some form other than haiku? What's wrong to do? What should be done? Steve On Mar 25, 2013, at 1:28 PM, Robert Muir wrote: > Right... This is wrong to do though. > > On Mar 25, 2013 6:00 AM, "Steve Rowe" wrote: > > On Ma

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
Smoke tester (from branch_4x r1461125) says: RuntimeError: JAR file "/Users/sarowe/temp/smokeTestTmpDir/unpack/lucene-4.2.1/analysis/common/lucene-analyzers-common-4.2.1.jar" is missing "Created-By: 1.6" inside its META-INF/MANIFES.MF On Mar 26, 2013, at 9:25 AM, Mark Miller wrote: > http://p

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
tware Foundation Implementation-Title: org.apache.lucene Implementation-Version: 4.2.1 1460908 - mark - 2013-03-25 21:05:08 Implementation-Vendor: The Apache Software Foundation X-Compile-Source-JDK: 1.6 X-Compile-Target-JDK: 1.6 - On Mar 26, 2013, at 9:37 AM, Steve Rowe wrote: > Smok

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
: The Apache Software Foundation > > X-Compile-Source-JDK: 1.6 > > X-Compile-Target-JDK: 1.6 > > > > - Mark > > On Mar 26, 2013, at 9:40 AM, Steve Rowe wrote: > >> Here's MANIFEST.MF contents: >> >> - >> Manifest-Version: 1.0 >>

Re: [VOTE] Lucene/Solr 4.2.1 RC2

2013-03-26 Thread Steve Rowe
And now with the correct URL, smoking SUCCESS! +1 to release RC2 Steve On Mar 26, 2013, at 9:55 AM, Steve Rowe wrote: > Crap, you're right, I did use the old URL. Sorry for the noise. - Steve > > On Mar 26, 2013, at 9:53 AM, Mark Miller wrote: > >> Hmm…I think

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #812: POMs out of sync

2013-03-26 Thread Steve Rowe
From the log: - -validate-maven-dependencies: […] [licenses] MISSING sha1 checksum file for: /home/hudson/.m2/repository/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.0.8/randomizedtesting-runner-2.0.8.jar [licenses] Scanned 2 JAR file(s) for licenses (in 0.01s.), 1 error(s)

Re: Want to contribute to lucene as developer

2013-03-27 Thread Steve Rowe
Hi Rohit, Welcome! Check out , in particular the bottom section "Getting your feet wet: where to begin?". Steve On Mar 27, 2013, at 7:10 AM, Rohit Kumar wrote: > Hi > > I am a java developer looking forward to contributing to lucene. It wo

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

2013-03-27 Thread Steve Rowe
From the Jenkins log (I really need to fix the regex that's supposed to pull this out and put it into the notification email…): - [echo] Building solr-test-framework... […] -validate-maven-dependencies […] [licenses] MISSING sha1 checksum file for: /home/hudson/.m2/repository/org/slf4j

Re: [Solr Wiki] Update of "OussamaJilal" by OussamaJilal

2013-03-28 Thread Steve Rowe
Uwe, why do you this this is a spammer? They asked to be added to ContributorsGroup, I added them, then they created a home page, with AFAICT no spam at all. On Mar 28, 2013, at 1:37 PM, "Uwe Schindler" wrote: > How comes that this spammer was able to edit/add this new page? > > - > Uwe

Welcome Adrien Grand to the PMC

2013-03-28 Thread Steve Rowe
I'm pleased to announce that Adrien Grand has accepted the PMC's invitation to join. Welcome Adrien! - Steve - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: [ANNOUNCE] Solr wiki editing change

2013-03-28 Thread Steve Rowe
On Mar 29, 2013, at 1:03 AM, Shalin Shekhar Mangar wrote: > Please add ShalinMangar to the group. Thanks! Added to solr ContributorsGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-

Re: [ANNOUNCE] Solr wiki editing change

2013-03-30 Thread Steve Rowe
On Mar 30, 2013, at 8:57 PM, Aaron Daubman wrote: > Please add AaronDaubman to the ContributorsGroup. Added to solr ContributorsGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

Re: [ANNOUNCE] Solr wiki editing change

2013-03-30 Thread Steve Rowe
On Mar 31, 2013, at 12:43 AM, Trey Grainger wrote: > Please add TreyGrainger to the the contributors group. Thanks! Added to Solr ContributorsGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional com

Re: [JENKINS] Lucene-Solr-SmokeRelease-4.2.1 - Build # 11 - Still Failing

2013-03-31 Thread Steve Rowe
Good point. I'll take down all the 4.2.1 jobs. Steve On Mar 31, 2013, at 6:15 PM, Robert Muir wrote: > Maybe the fact we now have this 4.2.1-SmokeRelease job (didnt the vote pass?) > created a situation where two smoke-testing jobs (e.g. 5.x and 4.2.1 or > something) were running concurrentl

Re: [JENKINS] Lucene-Solr-SmokeRelease-4.2.1 - Build # 11 - Still Failing

2013-03-31 Thread Steve Rowe
I think there's only one executor on the lucene slave, though, so no concurrent jobs. On Mar 31, 2013, at 6:15 PM, Robert Muir wrote: > Maybe the fact we now have this 4.2.1-SmokeRelease job (didnt the vote pass?) > created a situation where two smoke-testing jobs (e.g. 5.x and 4.2.1 or > som

Re: [ANNOUNCE] Solr wiki editing change

2013-04-01 Thread Steve Rowe
On Apr 1, 2013, at 3:04 PM, Robert Muir wrote: > same here: I'm RobertMuir on both wikis. Added to solr and lucene AdminGroup. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...

4.2.1 -> Maven?

2013-04-02 Thread Steve Rowe
Hi Mark, I can see that 4.2.1 is on nearly 80% of the Apache mirrors at this point, but is not yet on Maven Central. Do you plan on handling publishing to Maven? If not, or if you'd rather somebody else did it, I can do it. Steve On Apr 2, 2013, at 10:36 AM, markrmil...@apache.org wrote: > A

Re: 4.2.1 -> Maven?

2013-04-02 Thread Steve Rowe
rrow. A lack of sleep > mixed with an exercise restart has been catching up to me. Take care of yourself :). Thanks for making the release! > On Apr 2, 2013, at 8:48 PM, Steve Rowe wrote: >> >> I can see that 4.2.1 is on nearly 80% of the Apache mirrors at this point, >> b

Re: 4.2.1 -> Maven?

2013-04-02 Thread Steve Rowe
On Apr 2, 2013, at 9:19 PM, Steve Rowe wrote: > Sure, I'll get started on Maven publishing. This is done. Should be on Maven Central in a couple of hours or so. Steve - To unsubscribe, e-mail: dev-

Welcome Shalin Shekhar Mangar to the PMC

2013-04-04 Thread Steve Rowe
I'm pleased to announce that Shalin Shekhar Mangar has accepted the PMC's invitation to join. Welcome Shalin! - Steve - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.a

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_17) - Build # 2718 - Failure!

2013-04-04 Thread Steve Rowe
This reproduces 100% for me on trunk under OS X - I made an issue: https://issues.apache.org/jira/browse/LUCENE-4908 Steve On Apr 4, 2013, at 4:49 PM, Policeman Jenkins Server wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2718/ > Java: 64bit/jdk1.7.0_17 -XX:+UsePara

Re: 4.3

2013-04-17 Thread Steve Rowe
On Apr 17, 2013, at 10:32 AM, Yonik Seeley wrote: > On Wed, Apr 17, 2013 at 5:16 AM, Simon Willnauer > wrote: >> I started a release branch for Lucene / Solr 4.3 >> https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_3/ >> I will update the 4.x branch now and build the first RC >

Re: 4.3

2013-04-19 Thread Steve Rowe
Hi Simon, On Apr 17, 2013, at 2:43 PM, Simon Willnauer wrote: > the warning has been given 6 days ago. I am just answering the rough tone > that I was facing when I say I created a release branch that's all. And > honestly this bugs me a lot and makes me think a bit about this "community" > of

Re: [VOTE] Lucene/Solr 4.3 RC1

2013-04-19 Thread Steve Rowe
+1 - somke tester passes for me. On Apr 19, 2013, at 2:18 AM, Simon Willnauer wrote: > http://people.apache.org/~simonw/staging_area/lucene-solr-4.3.0-RC1-rev1469340/ > > Thanks everybody for the hard work! > > Smoke tester says: SUCCESS! > Integration into ES is successful! > > there is my +1

Re: 4.3

2013-04-19 Thread Steve Rowe
On Apr 19, 2013, at 2:43 PM, Simon Willnauer wrote: > Steve, > > I didn't put a "we're releasing now bomb" in, I said: > > "I started a release branch for Lucene / Solr 4.3 > https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_3/ > I will update the 4.x branch now and build the fi

Re: 4.3

2013-04-19 Thread Steve Rowe
On Apr 19, 2013, at 3:03 PM, Simon Willnauer wrote: > On Fri, Apr 19, 2013 at 8:56 PM, Steve Rowe wrote: > >> On Apr 19, 2013, at 2:43 PM, Simon Willnauer >> wrote: >> > I didn't expect that this would go >> > through without any respin. I'd ju

Re: 4.3

2013-04-19 Thread Steve Rowe
(I accidentally sent this only to Simon - resending now to the dev list) On Apr 19, 2013, at 3:38 PM, Simon Willnauer wrote: > On Fri, Apr 19, 2013 at 9:29 PM, Steve Rowe wrote: >> On Apr 19, 2013, at 3:03 PM, Simon Willnauer >> wrote: >>> On Fri, Apr 19, 2013 at 8:

Re: [VOTE] Lucene/Solr 4.3 RC1

2013-04-19 Thread Steve Rowe
On Apr 19, 2013, at 6:44 PM, Michael McCandless wrote: > On Fri, Apr 19, 2013 at 6:36 PM, Chris Hostetter > wrote: >> >> : OK I think a WARNING in smokeTester makes sense ... >> : >> : But as Hoss said ... figuring out the release branch from smokeTester >> : ... isn't easy. Hmm. >> >> At a c

Re: "[VOTE] Lucene/Solr 4.3 Take 2 (RC2)"

2013-04-19 Thread Steve Rowe
+1 - smoke tester passes for me. I also ran a script checking that the svn revision in all to-be-released {j,w}ar manifests is the same as that in the base release URL: 1470054. Steve On Apr 20, 2013, at 1:17 AM, Simon Willnauer wrote: > > Here is the RC: > http://people.apache.org/~simonw

Re: [VOTE] Lucene/Solr 4.3 RC1

2013-04-20 Thread Steve Rowe
On Apr 19, 2013, at 6:16 PM, Uwe Schindler wrote: > I think, maybe Smoketester should compare the revision from the URL in the RC > vote with the one recorded in the JAR files? Everything else makes no sense > as the: > a) The SVN server always replies with the latest committed version on the >

Re: [VOTE] Lucene/Solr 4.3 RC1

2013-04-20 Thread Steve Rowe
Cool, 'svnrevision -c' is recursive and provides a single result, unlike svn info when run recursively. On Apr 20, 2013, at 3:29 AM, "Uwe Schindler" wrote: > "svnversion -c" > Prints the last changed version after the ":", e.g. compare these outputs: > > C:\Users\Uwe Schindler\Projects\lucene\

Re: [VOTE] Lucene/Solr 4.3 RC1

2013-04-21 Thread Steve Rowe
On Apr 20, 2013, at 7:03 AM, Michael McCandless wrote: > On Sat, Apr 20, 2013 at 2:43 AM, Steve Rowe wrote: >> I think another smoke test might be useful: compare the claimed svn revision >> against the revision in the manifest of each archive to be released, e.g. >> fro

Re: "[VOTE] Lucene/Solr 4.3 Take 2 (RC2)"

2013-04-21 Thread Steve Rowe
Karol has uncovered a bug introduced by LUCENE-4810 , included in Lucene/Solr 4.3.0. The problem is an interaction between the Morfologik stemmer, which can produce multiple stems per input term, all but the first having a position increment of

Re: "[VOTE] Lucene/Solr 4.3 Take 2 (RC2)"

2013-04-21 Thread Steve Rowe
alter Underwood wrote: > Don't use a stemmer with edge ngrams. > > Edge ngrams are a tool for matching the surface word. Stemmers are a tool for > matching the root. Those are logically incompatible transforms. > > wunder > > On Apr 21, 2013, at 5:21 PM, Steve Rowe wrot

Re: "[VOTE] Lucene/Solr 4.3 Take 2 (RC2)"

2013-04-21 Thread Steve Rowe
I've reopened LUCENE-4810 and attached a patch with a test and fix for this problem. - Steve On Apr 22, 2013, at 1:09 AM, Steve Rowe wrote: > Actually, Walter, I misspoke: Morfologik is a lemmatizer: it produces surface > forms. Not really so incompatible, I think. > >

Re: "[VOTE] Lucene/Solr 4.3 Take 2 (RC2)"

2013-04-22 Thread Steve Rowe
ansky > wrote: > > Is this a fix to 4.3 (RC3?) or for a 4.3.1? > > > > -- Jack Krupansky > > > > -Original Message- From: Steve Rowe > > Sent: Monday, April 22, 2013 2:07 AM > > > > To: dev@lucene.apache.org > > Subject: Re: &

Re: "[VOTE] Lucene/Solr 4.3 Take 2 (RC2)"

2013-04-22 Thread Steve Rowe
On Apr 22, 2013, at 9:52 AM, Simon Willnauer wrote: > On Mon, Apr 22, 2013 at 3:42 PM, Steve Rowe wrote: >> I just committed the edge-ngrams fix on the 4.3 release branch. >> >> I will not -1 RC2 for this, but if we're respinning anyway for SOLR-4746, >> incl

Re: [JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3917 - Failure

2013-04-22 Thread Steve Rowe
TestCloudManagedSchemaAddField is part of SOLR-3251, which I committed to trunk earlier today. This test starts up one collection with 8 replicas, then adds 25 new fields. After each add field request, which is sent to a random replica, all replicas' schemas are queried via the schema REST API

<    1   2   3   4   5   6   7   8   9   10   >