[jira] Created: (LUCENE-1391) Token type and flags values get lost when using ShingleMatrixFilter

2008-09-18 Thread Wouter Heijke (JIRA)
Token type and flags values get lost when using ShingleMatrixFilter --- Key: LUCENE-1391 URL: https://issues.apache.org/jira/browse/LUCENE-1391 Project: Lucene - Java Issue Type

[jira] Updated: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunnar Wagenknecht updated LUCENE-1344: --- Attachment: LUCENE-1344.patch This patch replaces the previous one and implements bu

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632156#action_12632156 ] Michael McCandless commented on LUCENE-1344: Thanks Gunnar; I'll try this toda

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632159#action_12632159 ] Gunnar Wagenknecht commented on LUCENE-1344: {{{ ant -Dversion=2.4.0 clean dis

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632178#action_12632178 ] Michael McCandless commented on LUCENE-1344: Gunnar, when I apply the patch an

[jira] Assigned: (LUCENE-1391) Token type and flags values get lost when using ShingleMatrixFilter

2008-09-18 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin reassigned LUCENE-1391: --- Assignee: Karl Wettin > Token type and flags values get lost when using ShingleMatrixFilter

[jira] Commented: (LUCENE-1391) Token type and flags values get lost when using ShingleMatrixFilter

2008-09-18 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632188#action_12632188 ] Karl Wettin commented on LUCENE-1391: - Hi Wouter, are you refering to unigram tokens?

[jira] Commented: (LUCENE-1391) Token type and flags values get lost when using ShingleMatrixFilter

2008-09-18 Thread Wouter Heijke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632191#action_12632191 ] Wouter Heijke commented on LUCENE-1391: --- Hi Karl, Yes the unigram tokens is what i'm

Re: 2.4 release branch

2008-09-18 Thread Grant Ingersoll
+1. On Sep 17, 2008, at 8:37 AM, Michael McCandless wrote: OK, as of just now we have 0 2.4 bugs -- so, let's get the 2.4 release going! If there are no objections, I will create the 2.4 branch tomorrow, and then that branch will be frozen (except for doc issues and important bug fixes) for ~

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-09-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632196#action_12632196 ] Grant Ingersoll commented on LUCENE-1387: - I think we can wait until after 2.4, wh

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-09-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632198#action_12632198 ] Grant Ingersoll commented on LUCENE-1387: - Logging: Lucene contribs handler their

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632201#action_12632201 ] Gunnar Wagenknecht commented on LUCENE-1344: I haven't tried this sequence but

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632210#action_12632210 ] Michael McCandless commented on LUCENE-1344: bq. I haven't tried this sequence

Re: Realtime Search for Social Networks Collaboration

2008-09-18 Thread Jason Rutherglen
Mike, The other issue that will occur that I addressed is the field caches. The underlying smaller IndexReaders will need to be exposed because of the field caching. Currently in ocean realtime search the individual readers are searched on using a MultiSearcher in order to search in parallel and

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632212#action_12632212 ] Mark Miller commented on LUCENE-1344: - I think there is an unresolved issue with this

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632220#action_12632220 ] Michael McCandless commented on LUCENE-1344: Hmm -- if I revert this part of t

[jira] Updated: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunnar Wagenknecht updated LUCENE-1344: --- Attachment: LUCENE-1344.patch Here is an updated patch which adds OSGi templates for

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632224#action_12632224 ] Gunnar Wagenknecht commented on LUCENE-1344: Ahh .. that makes sense. So it's

[jira] Updated: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunnar Wagenknecht updated LUCENE-1344: --- Attachment: LUCENE-1344.patch Here is the latest patch which reverts that. Now it co

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Gunnar Wagenknecht (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632257#action_12632257 ] Gunnar Wagenknecht commented on LUCENE-1344: Michael, I solved the issue with

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632264#action_12632264 ] Michael McCandless commented on LUCENE-1344: Super, I'll make that change loca

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632274#action_12632274 ] Michael McCandless commented on LUCENE-1344: OK I was able to generate the OSG

[jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632276#action_12632276 ] Michael McCandless commented on LUCENE-1344: One more confusion on my part. T

Re: 2.4 release branch

2008-09-18 Thread Otis Gospodnetic
Yes, no more 1.4 restriction! :) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Michael McCandless <[EMAIL PROTECTED]> > To: java-dev@lucene.apache.org > Sent: Wednesday, September 17, 2008 8:37:40 AM > Subject: 2.4 release branch > >

Re: 2.4 release branch

2008-09-18 Thread Michael McCandless
Whoa, not just yet :) After the *next* release (2.9) then no more 1.4 restriction. Mike Otis Gospodnetic wrote: Yes, no more 1.4 restriction! :) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Michael McCandless <[EMAIL PROTECTED]

2.4 branch

2008-09-18 Thread Michael McCandless
I just created the 2.4 branch (revision 696710) here: https://svn.apache.org/repos/asf/lucene/java/branches/lucene_2_4 Please don't commit anything to this branch unless it's a build or doc issue, or a serious bug fix. Other issues (especially new features) should only go into trunk from her

Re: [jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Chris Hostetter
: Eclipse-SourceBundle: org.apache.lucene.core;version="2.4.0.2008091812 : 01" : Bundle-Vendor: The Apache Software Foundation : (Note the newline inside the timestamp on the Eclipse-SourceBundle -- is that OK?). not only is it ok, it's mandatory... http://java.sun.com/j2se/1.3/docs/guide/jar

2.4 release candidate 1

2008-09-18 Thread Michael McCandless
Hi, I just created the first release candidate for 2.4, here: http://people.apache.org/~mikemccand/staging-area/lucene2.4rc1 Please download the release candidate, kick the tires and report back on any issues you encounter. The plan is to make only serious bug fixes or build/doc fixes, to 2

[jira] Updated: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda updated LUCENE-1390: --- Attachment: (was: ISOLatinAccentFilter.java) > add ISOLatinAccentFilter and deprecate ISOLatin1A

[jira] Updated: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda updated LUCENE-1390: --- Attachment: ISOLatinAccentFilter.java ISOLatinAccentFilter.java again, now with Unicode Latin Extend

[jira] Commented: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632339#action_12632339 ] Steven Rowe commented on LUCENE-1390: - Andi, What do you think of the idea of remakin

[jira] Updated: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée updated LUCENE-1344: Attachment: LUCENE-1344-r696747.patch I have fixed my patch so the maven jar does contain

[jira] Updated: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1390: - Priority: Minor (was: Major) Lucene Fields: [New, Patch Available] (was: [Patc

RE: 2.4 release candidate 1

2008-09-18 Thread Uwe Schindler
Just a small documentation bug (spelling) -- I do not want to a open a bug report about it: In API Docs for class OpenBitSet, the second paragraph contains a wrong spelling of BitSet: "java.util.bitet" - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [EMAIL P

RE: 2.4 release candidate 1

2008-09-18 Thread Uwe Schindler
And something other: ConstantScoreQuery contains the unused import: import java.util.BitSet; BitSet is not used any longer in core classes (only in filters itself for backward compatibility). - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [EMAIL PROTECTED]

Re: 2.4 release candidate 1

2008-09-18 Thread Grant Ingersoll
FYI, MIke, you might be interested in https://issues.apache.org/jira/browse/SOLR-776 for signing the Maven artifacts (what a PITA). I know Michael B. has a batch script, but this does it in a Ant friendly way and is available for all RMs. Cheers, Grant On Sep 18, 2008, at 2:29 PM, Michael

[jira] Updated: (LUCENE-1387) Add LocalLucene

2008-09-18 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-1387: -- Attachment: spatial.zip Here is a modified version of the grant with no LGPL dependencies and

new spatial contrib (locallucene)

2008-09-18 Thread Ryan McKinley
Hello I've been working on getting things in order for: https://issues.apache.org/jira/browse/LUCENE-1387 I think it is ready (at least almost ready) to commit. How should that happen? Can I request to commit rights on: http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/spatial than

Re: 2.4 release candidate 1

2008-09-18 Thread Michael McCandless
Super, I'll fix this -- thanks! Mike On Sep 18, 2008, at 4:39 PM, Uwe Schindler wrote: Just a small documentation bug (spelling) -- I do not want to a open a bug report about it: In API Docs for class OpenBitSet, the second paragraph contains a wrong spelling of BitSet: "java.util.bitet

Re: 2.4 release candidate 1

2008-09-18 Thread Michael McCandless
Yeah I was afraid of this :) I'll look at SOLR-776. Thanks for the pointer! Mike Grant Ingersoll wrote: FYI, MIke, you might be interested in https://issues.apache.org/jira/browse/SOLR-776 for signing the Maven artifacts (what a PITA). I know Michael B. has a batch script, but this does

Re: new spatial contrib (locallucene)

2008-09-18 Thread Michael McCandless
Ryan McKinley wrote: Hello I've been working on getting things in order for: https://issues.apache.org/jira/browse/LUCENE-1387 I think it is ready (at least almost ready) to commit. How should that happen? Can I request to commit rights on: http://svn.apache.org/repos/asf/lucene/java/tru

Re: 2.4 release candidate 1

2008-09-18 Thread Michael McCandless
And this one too -- thanks! Mike Uwe Schindler wrote: And something other: ConstantScoreQuery contains the unused import: import java.util.BitSet; BitSet is not used any longer in core classes (only in filters itself for backward compatibility). - Uwe Schindler H.-H.-Meier-Allee 63,

[jira] Created: (LUCENE-1392) Some small javadocs/extra import fixes

2008-09-18 Thread Michael McCandless (JIRA)
Some small javadocs/extra import fixes -- Key: LUCENE-1392 URL: https://issues.apache.org/jira/browse/LUCENE-1392 Project: Lucene - Java Issue Type: Improvement Affects Versions: 2.4 Report

[jira] Updated: (LUCENE-1392) Some small javadocs/extra import fixes

2008-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1392: --- Attachment: LUCENE-1392.patch > Some small javadocs/extra import fixes > ---

[jira] Commented: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632458#action_12632458 ] Andi Vajda commented on LUCENE-1390: I think that would be a whole lot of typing :)

Re: [jira] Commented: (LUCENE-1344) Make the Lucene jar an OSGi bundle

2008-09-18 Thread Michael McCandless
OK good to know, thanks. Mike Chris Hostetter wrote: : Eclipse-SourceBundle: org.apache.lucene.core;version="2.4.0.2008091812 : 01" : Bundle-Vendor: The Apache Software Foundation : (Note the newline inside the timestamp on the Eclipse-SourceBundle -- is that OK?). not only is it ok

[jira] Updated: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda updated LUCENE-1390: --- Attachment: (was: ISOLatinAccentFilter.java) > add ISOLatinAccentFilter and deprecate ISOLatin1A

[jira] Updated: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda updated LUCENE-1390: --- Attachment: ISOLatinAccentFilter.java Now with the u1e00 - u1eff range. > add ISOLatinAccentFilter