Re: lucene 2.9 sorting algorithm

2009-10-19 Thread Jake Mannix
Given that this new API is pretty unweildy, and seems to not actually perform any better than the old one... are we going to consider revisiting that? -jake On Mon, Oct 19, 2009 at 11:27 PM, Uwe Schindler wrote: > The old search API is already removed in trunk… > > > > Uwe > > - > Uwe Sc

RE: lucene 2.9 sorting algorithm

2009-10-19 Thread Uwe Schindler
The old search API is already removed in trunk. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de _ From: John Wang [mailto:john.w...@gmail.com] Sent: Tuesday, October 20, 2009 3:28 AM To: java-dev@lucene.apache.org Subject:

Re: lucene 2.9 sorting algorithm

2009-10-19 Thread John Wang
Hi Michael: Was wondering if you got a chance to take a look at this. Since deprecated APIs are being removed in 3.0, I was wondering if/when we would decide on keeping the ScoreDocComparator API and thus would be kept for Lucene 3.0. Thanks -John On Fri, Oct 16, 2009 at 9:53 AM, Mich

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated LUCENE-1257: Attachment: LUCENE-1257_javacc_upgrade.patch common-build.xml , build comments match those in build.txt

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated LUCENE-1257: Attachment: LUCENE-1257_MultiFieldQueryParser.patch MultiFieldQueryParser > Port to Java5 >

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated LUCENE-1257: Attachment: LUCENE-1257_queryParser_jj.patch QueryParser.jj patch separately for generics > Port to Java

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767617#action_12767617 ] Uwe Schindler commented on LUCENE-1257: --- bq. What's the version of javacc being used

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1257: -- Attachment: LUCENE-1257-FieldCacheRangeFilter.patch FieldCacheRangeFilter generified + type sa

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767611#action_12767611 ] Kay Kay commented on LUCENE-1257: - | I updated the parser generator task to use Java 1.5.

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767603#action_12767603 ] Uwe Schindler commented on LUCENE-1257: --- Committed: LUCENE-1257-MTQWF.patch 2009-

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1257: -- Attachment: LUCENE-1257-MTQWF.patch better generification of MultiTermQueryWrapperFilter (no m

[jira] Commented: (LUCENE-1995) ArrayIndexOutOfBoundsException during indexing

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767564#action_12767564 ] Michael McCandless commented on LUCENE-1995: That's a nice large RAM buffer :)

[jira] Assigned: (LUCENE-1995) ArrayIndexOutOfBoundsException during indexing

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1995: -- Assignee: Michael McCandless > ArrayIndexOutOfBoundsException during indexing

[jira] Commented: (LUCENE-1995) ArrayIndexOutOfBoundsException during indexing

2009-10-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767556#action_12767556 ] Yonik Seeley commented on LUCENE-1995: -- lol - well, there we go. Looks like perhaps

Parameter class and Java 5 Enums

2009-10-19 Thread DM Smith
Should the Parameter class be replaced with Java 5 enums? My only concern is backward compatibility. I noticed that Parameter is serializable. Is this used by Lucene? I wasn't able to see any place that depended on it. The only public method, Parameter.toString() results in the same value as a

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767548#action_12767548 ] Uwe Schindler commented on LUCENE-1987: --- To move back to my other problem: How to ha

[jira] Commented: (LUCENE-1995) ArrayIndexOutOfBoundsException during indexing

2009-10-19 Thread Aaron McKee (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767541#action_12767541 ] Aaron McKee commented on LUCENE-1995: - I make no claims to the reasonableness of these

[jira] Commented: (LUCENE-1995) ArrayIndexOutOfBoundsException during indexing

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767532#action_12767532 ] Michael McCandless commented on LUCENE-1995: Spooky! It does look likely we o

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated LUCENE-1257: Attachment: (was: LUCENE-1257-FieldValueHitQueue.patch) > Port to Java5 > - > >

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated LUCENE-1257: Attachment: LUCENE-1257-TopDocsCollector.patch * FieldValueHitQueue * TopDocsCollector * TopScoreDocsColle

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated LUCENE-1257: Attachment: LUCENE-1257-FieldValueHitQueue.patch > Port to Java5 > - > > Key:

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated LUCENE-1257: Attachment: LUCENE-1257-FieldCacheImpl.patch > Port to Java5 > - > > Key: LUCE

Re: [jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless
On Mon, Oct 19, 2009 at 4:00 PM, Yonik Seeley wrote: > On Mon, Oct 19, 2009 at 3:45 PM, Mark Miller wrote: >> but there is some old source code here and >> there that really bugs me > > Is it Doug's > >  if (foo) >     bar() >  else { >    baz(); >  } > > or is it my single line > >  if (a==null)

Re: [jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Yonik Seeley
On Mon, Oct 19, 2009 at 3:45 PM, Mark Miller wrote: > but there is some old source code here and > there that really bugs me Is it Doug's if (foo) bar() else { baz(); } or is it my single line if (a==null) return 0; ;-) One of my personal pet peeves is more indentation than

[jira] Commented: (LUCENE-1996) EnwikiContentSource isn't thread safe

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767492#action_12767492 ] Michael McCandless commented on LUCENE-1996: That IS really crazy. > EnwikiCo

Re: [jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless
On Mon, Oct 19, 2009 at 3:11 PM, Mark Miller wrote: > Uwe Schindler (JIRA) wrote: >> >> And please: next time when we deprecate APIs: remove all deprecated calls >> from tests and contrib and mark all deprecated-test as such! >> >> > Its the nature of open source. Each of us takes the work that o

[jira] Commented: (LUCENE-1996) EnwikiContentSource isn't thread safe

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767487#action_12767487 ] Mark Miller commented on LUCENE-1996: - The scary part is that its been around for some

[jira] Resolved: (LUCENE-1996) EnwikiContentSource isn't thread safe

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1996. Resolution: Duplicate Duh, yes, dup. Must read email before opening issues ;) >

Re: [jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Mark Miller
Uwe Schindler wrote: >> Uwe Schindler (JIRA) wrote: >> >>> And please: next time when we deprecate APIs: remove all deprecated >>> >> calls from tests and contrib and mark all deprecated-test as such! >> >>> >> Its the nature of open source. Each of us takes the work that ot

[jira] Assigned: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-1486: --- Assignee: (was: Mark Miller) > Wildcards, ORs etc inside Phrase queries > --

RE: [jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler
> Uwe Schindler (JIRA) wrote: > > > > And please: next time when we deprecate APIs: remove all deprecated > calls from tests and contrib and mark all deprecated-test as such! > > > > > Its the nature of open source. Each of us takes the work that other > contributors are willing/able/havetime to pr

[jira] Commented: (LUCENE-1996) EnwikiContentSource isn't thread safe

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767474#action_12767474 ] Mark Miller commented on LUCENE-1996: - dupe? LUCENE-1994 > EnwikiContentSource isn't

[jira] Resolved: (LUCENE-1955) Fix Hits deprecation notice

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1955. - Resolution: Fixed > Fix Hits deprecation notice > --- > >

[jira] Commented: (LUCENE-1995) ArrayIndexOutOfBoundsException during indexing

2009-10-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767467#action_12767467 ] Yonik Seeley commented on LUCENE-1995: -- The point at the exception uses a signed shif

[jira] Created: (LUCENE-1996) EnwikiContentSource isn't thread safe

2009-10-19 Thread Michael McCandless (JIRA)
EnwikiContentSource isn't thread safe - Key: LUCENE-1996 URL: https://issues.apache.org/jira/browse/LUCENE-1996 Project: Lucene - Java Issue Type: Bug Components: contrib/benchmark Re

[jira] Resolved: (LUCENE-1929) Highlighter doesn't support NumericRangeQuery or deprecated RangeQuery

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1929. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) > Highlighter doesn

[jira] Created: (LUCENE-1995) ArrayIndexOutOfBoundsException during indexing

2009-10-19 Thread Yonik Seeley (JIRA)
ArrayIndexOutOfBoundsException during indexing -- Key: LUCENE-1995 URL: https://issues.apache.org/jira/browse/LUCENE-1995 Project: Lucene - Java Issue Type: Bug Components: Index Affe

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767463#action_12767463 ] Robert Muir commented on LUCENE-1987: - bq. The problem is that this is not very differ

Re: [jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Mark Miller
Uwe Schindler (JIRA) wrote: > > And please: next time when we deprecate APIs: remove all deprecated calls > from tests and contrib and mark all deprecated-test as such! > > Its the nature of open source. Each of us takes the work that other contributors are willing/able/havetime to provide - an

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767453#action_12767453 ] Robert Muir commented on LUCENE-1987: - bq. Ugh, this is because they embed StopFilter,

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767450#action_12767450 ] Michael McCandless commented on LUCENE-1987: bq. maybe the default should real

Re: 2.9.1

2009-10-19 Thread Michael McCandless
OK, so now we're up to 3 2.9.1 issues to be resolved. Mike On Mon, Oct 19, 2009 at 1:56 PM, Uwe Schindler wrote: > Please wait and look at https://issues.apache.org/jira/browse/LUCENE-1987 > > We have some inconsistencies between QueryParser and the new > StandardAnalyzer with stop word posIncr.

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767449#action_12767449 ] Michael McCandless commented on LUCENE-1987: bq. All contrib analyzers have st

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767435#action_12767435 ] Robert Muir commented on LUCENE-1987: - bq. All contrib analyzers have stopWordPosIncr

[jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1987: -- Fix Version/s: 2.9.1 > Remove rest of analysis deprecations (Token, CharacterCache) >

RE: 2.9.1

2009-10-19 Thread Uwe Schindler
Please wait and look at https://issues.apache.org/jira/browse/LUCENE-1987 We have some inconsistencies between QueryParser and the new StandardAnalyzer with stop word posIncr. There is also a patch for 2.9 there! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMa

[jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1987: -- Attachment: LUCENE-1987-StopFilter-backport29.patch LUCENE-1987-StopFilter-BW.p

[jira] Commented: (LUCENE-1955) Fix Hits deprecation notice

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767397#action_12767397 ] Mark Miller commented on LUCENE-1955: - Sorry again ;) I'm slowing everything up - feel

[jira] Commented: (LUCENE-1929) Highlighter doesn't support NumericRangeQuery or deprecated RangeQuery

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767394#action_12767394 ] Mark Miller commented on LUCENE-1929: - Yeah - sorry - has been for some time. I can co

[jira] Commented: (LUCENE-1929) Highlighter doesn't support NumericRangeQuery or deprecated RangeQuery

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767392#action_12767392 ] Michael McCandless commented on LUCENE-1929: Mark is this one reading to go in

[jira] Commented: (LUCENE-1955) Fix Hits deprecation notice

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767391#action_12767391 ] Michael McCandless commented on LUCENE-1955: Mark do you want to commit this?

[jira] Commented: (LUCENE-1986) NPE in NearSpansUnordered from PayloadNearQuery

2009-10-19 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767373#action_12767373 ] Peter Keegan commented on LUCENE-1986: -- + if (!more) { +return false; +

Re: [jira] Commented: (LUCENE-1994) EnwikiConentSource does not work with parallel tasks

2009-10-19 Thread Mark Miller
I don't think some of the stat tracking works right with parallel either - to get the total time, its adding up when each thread finished - eg if thread one finishes at second 30 and thread2 at second 32, its saying it took 62 seconds total. [java] > algorithm: [java] Seq {

Re: 2.9.1

2009-10-19 Thread Michael McCandless
On Mon, Oct 19, 2009 at 11:54 AM, Yonik Seeley wrote: > On Wed, Oct 14, 2009 at 5:39 PM, Michael McCandless > wrote: >> I can cut the 2.9.1 release, but... should we wait a bit to see >> whether other issues come up?  Or do it, now? > > Other issues came up, and were quickly fixed - nice job guys

Re: 2.9.1

2009-10-19 Thread Yonik Seeley
On Wed, Oct 14, 2009 at 5:39 PM, Michael McCandless wrote: > I can cut the 2.9.1 release, but... should we wait a bit to see > whether other issues come up?  Or do it, now? Other issues came up, and were quickly fixed - nice job guys!. I don't see anything else serious lurking about... seems like

[jira] Commented: (LUCENE-1994) EnwikiConentSource does not work with parallel tasks

2009-10-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767343#action_12767343 ] Shai Erera commented on LUCENE-1994: Yes I agree (to both comments). Basically for a C

[jira] Commented: (LUCENE-1994) EnwikiConentSource does not work with parallel tasks

2009-10-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767341#action_12767341 ] Mark Miller commented on LUCENE-1994: - bq. I believe this was the original behavior of

[jira] Commented: (LUCENE-1994) EnwikiConentSource does not work with parallel tasks

2009-10-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767335#action_12767335 ] Shai Erera commented on LUCENE-1994: I believe this was the original behavior of Enwik

[jira] Created: (LUCENE-1994) EnwikiConentSource does not work with parallel tasks

2009-10-19 Thread Mark Miller (JIRA)
EnwikiConentSource does not work with parallel tasks Key: LUCENE-1994 URL: https://issues.apache.org/jira/browse/LUCENE-1994 Project: Lucene - Java Issue Type: Bug Components: co

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767304#action_12767304 ] Uwe Schindler commented on LUCENE-1987: --- OK, I fix the tests using find/grep/sed :-)

[jira] Created: (LUCENE-1993) MoreLikeThis - allow to exclude terms that appear in too many documents (patch included)

2009-10-19 Thread Christian Steinert (JIRA)
MoreLikeThis - allow to exclude terms that appear in too many documents (patch included) Key: LUCENE-1993 URL: https://issues.apache.org/jira/browse/LUCENE-1993

[jira] Updated: (LUCENE-1993) MoreLikeThis - allow to exclude terms that appear in too many documents (patch included)

2009-10-19 Thread Christian Steinert (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Steinert updated LUCENE-1993: --- Attachment: MoreLikeThis.java.patch suggested patch against current SVN head > More

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767299#action_12767299 ] Michael McCandless commented on LUCENE-1987: bq. I did not remove the other ve

Highlighting - catering for all query types

2009-10-19 Thread mark harwood
I've been putting together some code to support highlighting of opaque query clauses (cached filters, trie range, spatial etc etc) which shows some promise. This is not intended as a replacement for the existing highlighter(s) which deal with free-text but is instead concentrating on the hard-to

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767273#action_12767273 ] Uwe Schindler commented on LUCENE-1987: --- bq. Going forward, when we fix a bug but ne

[jira] Issue Comment Edited: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767273#action_12767273 ] Uwe Schindler edited comment on LUCENE-1987 at 10/19/09 3:14 AM: ---

[jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1987: -- Attachment: LUCENE-1987-StopFilter.patch Updated patch with LUCENE_24. I did not remove the ot

Re: Call the authorities

2009-10-19 Thread Michael McCandless
Indeed! It's doing nothing now. Just creating Sort objects but not in fact doing any searching with them. Hmm. Unfortunately, the test very much relied on the deprecated "setUseLegacySearch" API, to compare old vs new sorting. I suppose its time has past, given that it has had a good amount of

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767270#action_12767270 ] Michael McCandless commented on LUCENE-1987: bq. LUCENE-1068 says: Fix version

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767269#action_12767269 ] Uwe Schindler commented on LUCENE-1987: --- I just added also 20 and 21. I can remove t

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767267#action_12767267 ] Michael McCandless commented on LUCENE-1987: Why add 2.0, 2.1. 2.2 versions?

[jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1987: -- Attachment: LUCENE-1987-StopFilter.patch Javadocs fixes. > Remove rest of analysis deprecatio

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767265#action_12767265 ] Uwe Schindler commented on LUCENE-1987: --- LUCENE-1068 says: Fix version 2.3 > Remove

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767264#action_12767264 ] Michael McCandless commented on LUCENE-1987: I'll have a look, but one thing i

[jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1987: -- Attachment: (was: LUCENE-1987-StopFilter.patch) > Remove rest of analysis deprecations (To

[jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1987: -- Attachment: LUCENE-1987-StopFilter.patch Correct patch. > Remove rest of analysis deprecation

[jira] Commented: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767262#action_12767262 ] Uwe Schindler commented on LUCENE-1987: --- If we are fine with that, I would backport

[jira] Updated: (LUCENE-1987) Remove rest of analysis deprecations (Token, CharacterCache)

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1987: -- Attachment: LUCENE-1987-StopFilter.patch Hallo Mike, attached is a patch with all deprecated

[jira] Commented: (LUCENE-1992) intermittent failure in TestIndexWriter. testExceptionDuringSync

2009-10-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767258#action_12767258 ] Michael McCandless commented on LUCENE-1992: bq. Should this also applied to b

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767242#action_12767242 ] Uwe Schindler commented on LUCENE-1257: --- One note: I do not want to apply any test-r

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767241#action_12767241 ] Uwe Schindler commented on LUCENE-1257: --- Comitted: LUCENE-1257-CloseableThreadLoc

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767240#action_12767240 ] Uwe Schindler commented on LUCENE-1257: --- I removed some unneeded patches. > Port to

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1257: -- Attachment: (was: o.a.l.analysis.patch) > Port to Java5 > - > >

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1257: -- Attachment: (was: java5.patch) > Port to Java5 > - > > Key: LU