Re: Build failed in Hudson: Lucene-trunk #899

2009-07-24 Thread Michael Busch
I think 1644 caused this: SpanScorer.init() -> WeightedSpanTermExtractor.extract(Query, Map) calls extract (line 151) Then MultiTermQuery.rewrite() returns a ConstantScoreQuery. Then extract(Query, Map) is called again with the ConstantScoreQuery, but it does not contain an if clause that will

[jira] Commented: (LUCENE-1749) FieldCache introspection API

2009-07-24 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735242#action_12735242 ] Paul Smith commented on LUCENE-1749: You know what would be absolute icing on the cake

[jira] Resolved: (LUCENE-1448) add getFinalOffset() to TokenStream

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-1448. --- Resolution: Fixed Committed revision 797715. Thanks Mike & Mark for the original patch! >

[jira] Updated: (LUCENE-1448) add getFinalOffset() to TokenStream

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1448: -- Attachment: lucene-1448.patch - updated to trunk - made end() final in all implementing TokenS

[jira] Resolved: (LUCENE-1760) TokenStream API javadoc improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-1760. --- Resolution: Fixed Committed revision 797714. > TokenStream API javadoc improvements > -

[jira] Updated: (LUCENE-1760) TokenStream API javadoc improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1760: -- Attachment: lucene-1760.patch - Removes new TokenStream API warnings - fixes a javadoc referen

[jira] Created: (LUCENE-1761) low level Field metadata is never removed from index

2009-07-24 Thread Hoss Man (JIRA)
low level Field metadata is never removed from index Key: LUCENE-1761 URL: https://issues.apache.org/jira/browse/LUCENE-1761 Project: Lucene - Java Issue Type: Bug Components: In

[jira] Updated: (LUCENE-1761) low level Field metadata is never removed from index

2009-07-24 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1761: - Attachment: LUCENE-1761.patch test case demonstrating bug. > low level Field metadata is never removed

[jira] Commented: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-07-24 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735233#action_12735233 ] Shai Erera commented on LUCENE-1595: I kept Line/EnwikiDocMaker just because they cont

Build failed in Hudson: Lucene-trunk #899

2009-07-24 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/899/changes Changes: [mikemccand] LUCENE-1644: enable different rewrite methods for MultiTermQuery [buschmi] LUCENE-1693: Various improvements to the new TokenStream API. [otis] - Typo -- [...tru

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735225#action_12735225 ] Mark Miller commented on LUCENE-1695: - Turns out, if Token is not deprecated, we don't

[jira] Assigned: (LUCENE-1748) getPayloadSpans on org.apache.lucene.search.spans.SpanQuery should be abstract

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-1748: --- Assignee: Mark Miller > getPayloadSpans on org.apache.lucene.search.spans.SpanQuery should b

[jira] Updated: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1695: Attachment: LUCENE-1695.patch to trunk > Update the Highlighter to use the new TokenStream API >

[jira] Created: (LUCENE-1760) TokenStream API javadoc improvements

2009-07-24 Thread Michael Busch (JIRA)
TokenStream API javadoc improvements Key: LUCENE-1760 URL: https://issues.apache.org/jira/browse/LUCENE-1760 Project: Lucene - Java Issue Type: Task Components: Analysis Reporter: Mi

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735215#action_12735215 ] Michael Busch commented on LUCENE-1693: --- {quote} Not sure what issue it stems from,

[jira] Commented: (LUCENE-1448) add getFinalOffset() to TokenStream

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735213#action_12735213 ] Michael Busch commented on LUCENE-1448: --- Note that my latest patch only contains fix

[jira] Created: (LUCENE-1759) Implement TokenStream.end() in contrib TokenStreams

2009-07-24 Thread Michael Busch (JIRA)
Implement TokenStream.end() in contrib TokenStreams --- Key: LUCENE-1759 URL: https://issues.apache.org/jira/browse/LUCENE-1759 Project: Lucene - Java Issue Type: Task Reporter: Mic

[jira] Updated: (LUCENE-1448) add getFinalOffset() to TokenStream

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1448: -- Attachment: lucene-1448.patch I changed Mike's last patch so that it uses the new end() approa

[jira] Resolved: (LUCENE-1644) Enable MultiTermQuery's constant score mode to also use BooleanQuery under the hood

2009-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1644. Resolution: Fixed Thanks Uwe! > Enable MultiTermQuery's constant score mode to al

[jira] Issue Comment Edited: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735210#action_12735210 ] Mark Miller edited comment on LUCENE-1693 at 7/24/09 4:59 PM: --

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735210#action_12735210 ] Mark Miller commented on LUCENE-1693: - Not sure what issue it stems from, but Token ha

[jira] Closed: (LUCENE-1697) MoreLikeThis should use the new Token API

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch closed LUCENE-1697. - Resolution: Duplicate This will be fixed as part of LUCENE-1460. > MoreLikeThis should use the

[jira] Commented: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735208#action_12735208 ] Michael Busch commented on LUCENE-1460: --- Thanks, Robert! I'm currently working on L

[jira] Commented: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735203#action_12735203 ] Robert Muir commented on LUCENE-1460: - Michael/anyone else, if you apply the patch (it

[jira] Updated: (LUCENE-1749) FieldCache introspection API

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1749: Attachment: LUCENE-1749.patch Here is a patch that just updates the ram usage estimator code. > F

[jira] Closed: (LUCENE-1696) Added New Token API impl for ASCIIFoldingFilter

2009-07-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-1696. - Resolution: Fixed Resolved with LUCENE-1693. Thanks Simon for the original patch! > Added New T

[jira] Reopened: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1595: Reopening to make sure I remember to commit that patch, and to maybe remove Line/Enwi

[jira] Assigned: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1595: -- Assignee: Michael McCandless (was: Mark Miller) > Split DocMaker into Content

[jira] Commented: (LUCENE-1749) FieldCache introspection API

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735190#action_12735190 ] Mark Miller commented on LUCENE-1749: - bq. Is this a real bug in remote sorting I thi

[jira] Assigned: (LUCENE-1567) New flexible query parser

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1567: - Assignee: Michael Busch (was: Grant Ingersoll) > New flexible query parser > --

[jira] Resolved: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-1693. --- Resolution: Fixed Committed revision 797665. Thanks, Uwe, for all your hard work!! And than

[jira] Updated: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1595: --- Attachment: LUCENE-1595.patch Attached patch. > Split DocMaker into ContentSource a

[jira] Commented: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735144#action_12735144 ] Michael McCandless commented on LUCENE-1595: bq. I just removed auto support -

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735134#action_12735134 ] Michael Busch commented on LUCENE-1693: --- {quote} What happens to the attributes that

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735133#action_12735133 ] Michael Busch commented on LUCENE-1693: --- {quote} I don't think the WARNING: encourag

[jira] Issue Comment Edited: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735124#action_12735124 ] Robert Muir edited comment on LUCENE-1693 at 7/24/09 12:08 PM: -

[jira] Commented: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-07-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735126#action_12735126 ] Mark Miller commented on LUCENE-1595: - bq. Mark what was this issue? Was it fixed alre

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735125#action_12735125 ] Grant Ingersoll commented on LUCENE-1693: - Actually, one thing I still don't get:

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735124#action_12735124 ] Robert Muir commented on LUCENE-1693: - {quote} I completely agree. We should discourag

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735123#action_12735123 ] Michael Busch commented on LUCENE-1693: --- Cool thanks for reviewing. I'll commit lat

[jira] Commented: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-07-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735121#action_12735121 ] Michael McCandless commented on LUCENE-1595: Could we remove LineDocMaker enti

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735119#action_12735119 ] Grant Ingersoll commented on LUCENE-1693: - Go ahead, I'm satisfied. > AttributeSo

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735114#action_12735114 ] Michael Busch commented on LUCENE-1693: --- Grant, are you still reviewing? I was going

[jira] Commented: (LUCENE-1748) getPayloadSpans on org.apache.lucene.search.spans.SpanQuery should be abstract

2009-07-24 Thread Hugh Cayless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735113#action_12735113 ] Hugh Cayless commented on LUCENE-1748: -- Just wanted to say thanks for your responsive

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

2009-07-24 Thread Mark Miller
+1. I think thats the way to go. On Wed, Jul 22, 2009 at 4:25 PM, Michael Busch (JIRA) wrote: > >[ > https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734296#action_12734296] > > Michael Busch commented o

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

2009-07-24 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1486: - Attachment: Lucene-1486 non default field.patch Fix for phrases using QueryParser's non-default

[jira] Updated: (LUCENE-1628) Persian Analyzer

2009-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1628: Attachment: LUCENE-1628.patch analyzers/fa -> analyzers/common/fa make PersianNormalizationFilter

Re: [jira] Commented: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-07-24 Thread Mark Miller
+1 - Mark http://www.lucidimagination.com (mobile) On Jul 23, 2009, at 4:59 PM, "Robert Muir (JIRA)" wrote: [ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734782#action_12734782 ] Robert Muir

[jira] Commented: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735042#action_12735042 ] Robert Muir commented on LUCENE-1460: - Michael, oh also, as Uwe mentioned, I applied L

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

2009-07-24 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735041#action_12735041 ] Ahmet Arslan edited comment on LUCENE-1486 at 7/24/09 5:19 AM: -

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

2009-07-24 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735041#action_12735041 ] Ahmet Arslan commented on LUCENE-1486: -- Hi everyone, I am using your ComplexPhraseQu

[jira] Commented: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-07-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735040#action_12735040 ] Robert Muir commented on LUCENE-1460: - Michael, I'm not gonna be able to work on this

[jira] Commented: (LUCENE-1460) Change all contrib TokenStreams/Filters to use the new TokenStream API

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734991#action_12734991 ] Michael Busch commented on LUCENE-1460: --- {quote} i have visitors coming in town, so

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734982#action_12734982 ] Michael Busch commented on LUCENE-1693: --- {quote} So in general you can add an Token

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734963#action_12734963 ] Uwe Schindler commented on LUCENE-1693: --- bq. if you don't want to deal with multiple

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734959#action_12734959 ] Uwe Schindler commented on LUCENE-1693: --- And in 3.0 all my phantastic backwards-comp

[jira] Commented: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734955#action_12734955 ] Michael Busch commented on LUCENE-1693: --- {quote} Token is no longer deprecated, but