Re: official GIT repository / switch to GIT?

2010-04-17 Thread Earwin Burrfoot
These are broken, by the way. We need to kick someone to merge entries for lucene&solr and point them to a new svn url. On Sun, Apr 18, 2010 at 04:10, John Wang wrote: > Hi Thomas: >      There is a git mirror already: http://github.com/apache/lucene >      All of apache projects are: http://git.

Re: official GIT repository / switch to GIT?

2010-04-17 Thread John Wang
Hi Thomas: There is a git mirror already: http://github.com/apache/lucene All of apache projects are: http://git.apache.org/ You are free to use git. Apache is running a git-svn server somewhere, although the repository itself is not git, but you can use it as one. Hope this help

RE: official GIT repository / switch to GIT?

2010-04-17 Thread Uwe Schindler
Hi, In my opinion: Definitely NOT! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Thomas Koch [mailto:tho...@koch.ro] > Sent: Saturday, April 17, 2010 9:21 AM > To: solr-dev; java-dev@lucene.apache.org

Re: official GIT repository / switch to GIT?

2010-04-17 Thread Robert Muir
On Sat, Apr 17, 2010 at 3:20 AM, Thomas Koch wrote: > Hi, > > at least since august 2009 nobody has dared to ask this question, so let's > start a flamewar: > Don't you think, it's time for lucene and solr to switch to GIT? > Since, you asked: No. > And I wonder, if there are really people usi

[jira] Commented: (LUCENE-2393) Utility to output total term frequency and df from a lucene index

2010-04-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858157#action_12858157 ] Michael McCandless commented on LUCENE-2393: Patch looks good Tom -- thanks fo

Re: Fix to contrib/misc/HighFreqTerms.java

2010-04-17 Thread Michael McCandless
Ahh you're right! Though, really, we should not be converting to String (flex terms in general are an arbitrary byte[], not necessarily utf8). We should just use a BytesRef directly in the key. Can you open an issue for this Tom? Thanks! Mike On Fri, Apr 16, 2010 at 2:41 PM, Burton-West, Tom

[jira] Resolved: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2399. - Resolution: Fixed > Add support for ICU's Normalizer2 > - > >

[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858152#action_12858152 ] Robert Muir commented on LUCENE-2399: - Committed revision 935186. Will later discuss

[jira] Assigned: (LUCENE-1343) A replacement for ISOLatin1AccentFilter that does a more thorough job of removing diacritical marks or non-spacing modifiers.

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-1343: --- Assignee: Robert Muir > A replacement for ISOLatin1AccentFilter that does a more thorough jo

[jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: Attachment: LUCENE-2399.patch I made the filter non-final, and only incrementToken final instead.

Re: official GIT repository / switch to GIT?

2010-04-17 Thread Andrzej Bialecki
On 2010-04-17 12:57, Earwin Burrfoot wrote: > Why can't people just use svn or mercurial as a client for subversion > repository? > What is the benefit of migrating repository itself? I think CVS and SVN mentality is too deeply ingrained in the ASF culture ... To Thomas - use git-svn and the probl

[jira] Commented: (LUCENE-1343) A replacement for ISOLatin1AccentFilter that does a more thorough job of removing diacritical marks or non-spacing modifiers.

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858144#action_12858144 ] Robert Muir commented on LUCENE-1343: - OK! I think we have a good solution here!. We

[jira] Resolved: (LUCENE-1215) Support of Unicode Collation

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-1215. - Resolution: Duplicate I am marking this resolved as a duplicate of LUCENE-2399. The new ICU Nor

[jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: Attachment: LUCENE-2399.patch I added some additional javadocs to try to explain the default behav

[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858130#action_12858130 ] Robert Muir commented on LUCENE-2399: - bq. I know, you were running the test without a

Re: official GIT repository / switch to GIT?

2010-04-17 Thread Earwin Burrfoot
Why can't people just use svn or mercurial as a client for subversion repository? What is the benefit of migrating repository itself? On Sat, Apr 17, 2010 at 11:20, Thomas Koch wrote: > Hi, > > at least since august 2009 nobody has dared to ask this question, so let's > start a flamewar: > Don't

Re: official GIT repository / switch to GIT?

2010-04-17 Thread Grant Ingersoll
It's not up to Lucene and Solr, as it is an Apache Infrastructure thing. It is also unclear as to provenance w/ GIT. So, even for all of GITs benefits, it's a non-starter at this point Foundation wise, so no need for a flamewar at all. For the record, yes, I deal with dozens of patches at a ti

[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858108#action_12858108 ] Uwe Schindler commented on LUCENE-2399: --- I know, you were running the test without a

[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858104#action_12858104 ] Uwe Schindler commented on LUCENE-2399: --- Hurra! You used the StringBuilder as buffer

official GIT repository / switch to GIT?

2010-04-17 Thread Thomas Koch
Hi, at least since august 2009 nobody has dared to ask this question, so let's start a flamewar: Don't you think, it's time for lucene and solr to switch to GIT? And now seriously: I did the last packaging of SOLR 1.4 for Debian and I intend to continue doing so. Since I'm doing the packaging i