[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-584: - Fix Version/s: (was: 2.4) 2.9 > Decouple Filter from BitSet >

[jira] Assigned: (LUCENE-1826) All Tokenizer implementations should have constructors that take AttributeSource and AttributeFactory

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1826: - Assignee: Michael Busch > All Tokenizer implementations should have constructors that ta

[jira] Assigned: (LUCENE-1828) MemoryIndex doesn't call TokenStream.reset() and TokenStream.end()

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1828: - Assignee: Michael Busch > MemoryIndex doesn't call TokenStream.reset() and TokenStream.e

Re: Finishing Lucene 2.9

2009-08-21 Thread Michael Busch
On 8/19/09 2:37 PM, Mark Miller wrote: I hadn't settled on me being the RM yet ;) Though if no one else steps up, I will be. I'd do it, but I'm going on vacation September 3rd for a bit more than 2 weeks and won't have internet access most of the time. I think 2 weeks is not enough time to

[jira] Commented: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745846#action_12745846 ] Luis Alves commented on LUCENE-1829: Hi Jan, Your patch does not apply clean against

[jira] Resolved: (LUCENE-1828) MemoryIndex doesn't call TokenStream.reset() and TokenStream.end()

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-1828. --- Resolution: Fixed Committed revision 806444. Thanks, Tim! > MemoryIndex doesn't call Token

[jira] Updated: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luis Alves updated LUCENE-1829: --- Attachment: LUCENE-1829.patch I found dome free time, and fixed the patch, should work fine against

[jira] Issue Comment Edited: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745849#action_12745849 ] Luis Alves edited comment on LUCENE-1829 at 8/21/09 1:07 AM: -

[jira] Assigned: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1829: - Assignee: Michael Busch > 'ant javacc' in root project should also properly create contr

[jira] Updated: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1829: -- Fix Version/s: 2.9 > 'ant javacc' in root project should also properly create contrib/querypar

Re: MultiTermRewriteMethodProcessor

2009-08-21 Thread Luis Alves
Mark Miller wrote: This is either a bug (its meant to be something else) or a harmless mistake - someone check it out? // set setMultiTermRewriteMethod for WildcardQueryNode and PrefixWildcardQueryNode if (node instanceof WildcardQueryNode || node instanceof ParametricRangeQueryNode

Re: MultiTermRewriteMethodProcessor

2009-08-21 Thread Michael Busch
Thanks for finding and confirming... I committed the fix. Michael On 8/21/09 1:13 AM, Luis Alves wrote: Mark Miller wrote: This is either a bug (its meant to be something else) or a harmless mistake - someone check it out? // set setMultiTermRewriteMethod for WildcardQueryNode and Prefix

[jira] Updated: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1835: -- Attachment: LUCENE-1835.patch > Signature changes in AttributeSource for better Generics suppo

[jira] Created: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Uwe Schindler (JIRA)
Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute - Key: LUCENE-1835 URL: https://issues.apache.org/jira/browse/LUCENE-1835

[jira] Updated: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1835: -- Description: The last update of Attribute API using AttributeImpl as implementation oif Attri

[jira] Commented: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745855#action_12745855 ] Michael Busch commented on LUCENE-1835: --- Good catch! > Signature changes in Attribu

[jira] Commented: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745860#action_12745860 ] Uwe Schindler commented on LUCENE-1835: --- I forget to mention, AttributeImpl now alwa

[jira] Updated: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1835: -- Attachment: LUCENE-1835.patch Small update of the patch that fixes the generics declarations a

[jira] Updated: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1835: -- Description: The last update of Attribute API using AttributeImpl as implementation oif Att

[jira] Commented: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Jan-Pascal (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745876#action_12745876 ] Jan-Pascal commented on LUCENE-1829: Luis, works fine for me. > 'ant javacc' in root

[jira] Created: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Uwe Schindler (JIRA)
Flexible QueryParser fails with local different from en_US -- Key: LUCENE-1836 URL: https://issues.apache.org/jira/browse/LUCENE-1836 Project: Lucene - Java Issue Type: Bug Affects

[jira] Updated: (LUCENE-1825) AttributeSource.getAttribute() should throw better IllegalArgumentException

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1825: -- Attachment: LUCENE-1825.patch New patch that fixes also the two failing tests by setting onlyU

Re: New Remaining 2.9 issues

2009-08-21 Thread Michael McCandless
I would really like to get LUCENE-1798 into 2.9, so that one can set an infoStream on FieldCache to detect any sudden increases in insanity. I'll take it... Mike On Thu, Aug 20, 2009 at 4:25 PM, Mark Miller wrote: > So I am trying to give a bit of time for rapid fixes to come in, and > upgrade i

[jira] Assigned: (LUCENE-1798) FieldCacheSanityChecker called directly by FieldCache.get*

2009-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1798: -- Assignee: Michael McCandless > FieldCacheSanityChecker called directly by Fiel

[jira] Updated: (LUCENE-1798) FieldCacheSanityChecker called directly by FieldCache.get*

2009-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1798: --- Fix Version/s: 2.9 > FieldCacheSanityChecker called directly by FieldCache.get* > --

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745911#action_12745911 ] Michael McCandless commented on LUCENE-1821: OK... pondering this some more, a

[jira] Updated: (LUCENE-1825) AttributeSource.getAttribute() should throw better IllegalArgumentException

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1825: -- Attachment: BaseTokenStreamTestCase.java Here is my idea for testing both apis of TokenStreams

[jira] Updated: (LUCENE-1825) Incorrect usage of AttributeSource.addAttribute/getAttribute leads to failures when onlyUseNewAPI=true

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1825: -- Summary: Incorrect usage of AttributeSource.addAttribute/getAttribute leads to failures when o

[jira] Updated: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1836: -- Component/s: contrib/* > Flexible QueryParser fails with local different from en_US >

[jira] Resolved: (LUCENE-1835) Signature changes in AttributeSource for better Generics support of AddAttribute/getAttribute

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1835. --- Resolution: Fixed Committed revision: 806523 > Signature changes in AttributeSource for bet

Re: BoostingNearQuery

2009-08-21 Thread Grant Ingersoll
On Aug 20, 2009, at 3:44 PM, Mark Miller wrote: And what is the purpose of the marker interface PayloadQuery? Is there a use case for this? At the time I was adding it, I was thinking about adding a Payload query that took in other Payload queries, i.e. something like: CoolNewQuery(Paylo

[jira] Updated: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1836: Attachment: LUCENE-1836.patch gotta run off to a meeting, Uwe, I wonder if you could test the atta

Re: BoostingNearQuery

2009-08-21 Thread Mark Miller
Grant Ingersoll wrote: > > On Aug 20, 2009, at 3:44 PM, Mark Miller wrote: > >> And what is the purpose of the marker interface PayloadQuery? >> >> Is there a use case for this? > > At the time I was adding it, I was thinking about adding a Payload > query that took in other Payload queries, i.e. s

Re: BoostingNearQuery

2009-08-21 Thread Grant Ingersoll
On Aug 20, 2009, at 3:39 PM, Mark Miller wrote: In a similar line though, BoostingFunctionTermQuery doesn't really fit with BoostingNearQuery. I see part of why its not called BoostingTermQuery is because BoostingTermQuery is deprecated - but why can't the BoostingFunctionTermQuery impl replace

Re: BoostingNearQuery

2009-08-21 Thread Grant Ingersoll
On Aug 21, 2009, at 8:23 AM, Mark Miller wrote: Grant Ingersoll wrote: On Aug 20, 2009, at 3:44 PM, Mark Miller wrote: And what is the purpose of the marker interface PayloadQuery? Is there a use case for this? At the time I was adding it, I was thinking about adding a Payload query that

Re: BoostingNearQuery

2009-08-21 Thread Mark Miller
Grant Ingersoll wrote: > > On Aug 20, 2009, at 3:39 PM, Mark Miller wrote: > >> In a similar line though, BoostingFunctionTermQuery doesn't really fit >> with BoostingNearQuery. I see part of why its not called >> BoostingTermQuery is because BoostingTermQuery is deprecated - but why >> can't the B

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745930#action_12745930 ] Uwe Schindler commented on LUCENE-1836: --- I tried the same last night, did not work.

[jira] Assigned: (LUCENE-1827) Make the Payload Boosting Queries consistent

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-1827: --- Assignee: Mark Miller I'll commit this later today > Make the Payload Boosting Queries cons

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745932#action_12745932 ] Robert Muir commented on LUCENE-1836: - Uwe, I saw several localization issues in the t

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745941#action_12745941 ] Tim Smith commented on LUCENE-1821: --- I'm OK with having to jump through some hoops in or

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745943#action_12745943 ] Robert Muir commented on LUCENE-1836: - one last comment, I also think instead of depen

[jira] Updated: (LUCENE-1830) BoostingNearQuery doesn't have hashCode/equals

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1830: Attachment: LUCENE-1830.patch add hashCode/equals and adds abstract hashCode/equals to function ba

RE: TypeAttributeImpl

2009-08-21 Thread Uwe Schindler
I changed this: Revision: 806530 Author: uschindler Date: 14:43:21, Freitag, 21. August 2009 Message: use the type String and do not clone explicitely (Strings are final and unmodifable) Modified : /lucene/java/trunk/src/java/org/apache/lucene/analysis/tokenattributes/TypeA ttributeImpl.java

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745948#action_12745948 ] Mark Miller commented on LUCENE-1821: - bq. I'm OK with having to jump through some hoo

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745951#action_12745951 ] Mark Miller commented on LUCENE-1821: - The Searcher being passed to explain is also re

contrib/CHANGES.txt

2009-08-21 Thread Simon Willnauer
FYI I just added the refactorings in LUCENE-1728 (split analyzers into common / smartcn) to the build section in CHANGES.txt. I guess this could be helpful for people using the smartcn code and having trouble when they just drop in the lucene-analyzers Jar file. simon

[jira] Created: (LUCENE-1837) Remove Searcher from explain and idf/maxDoc info from explain

2009-08-21 Thread Mark Miller (JIRA)
Remove Searcher from explain and idf/maxDoc info from explain - Key: LUCENE-1837 URL: https://issues.apache.org/jira/browse/LUCENE-1837 Project: Lucene - Java Issue Type: Bug

[jira] Commented: (LUCENE-1837) Remove Searcher from explain and idf/maxDoc info from explain

2009-08-21 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745954#action_12745954 ] Simon Willnauer commented on LUCENE-1837: - Mark, I did not follow that changes can

[jira] Updated: (LUCENE-1087) MultiSearcher.explain returns incorrect score/explanation relating to docFreq

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1087: Fix Version/s: 2.9 Assignee: Mark Miller > MultiSearcher.explain returns incorrect score/

[jira] Commented: (LUCENE-1837) Remove Searcher from explain and idf/maxDoc info from explain

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745958#action_12745958 ] Mark Miller commented on LUCENE-1837: - The original mistake was in LUCENE-1066 - I don

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745960#action_12745960 ] Tim Smith commented on LUCENE-1821: --- bq. You never officially had the full index context

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745963#action_12745963 ] Mark Miller commented on LUCENE-1821: - bq .(it was undefined at best, but was clear fr

[jira] Issue Comment Edited: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745963#action_12745963 ] Mark Miller edited comment on LUCENE-1821 at 8/21/09 6:27 AM: --

[jira] Commented: (LUCENE-1826) All Tokenizer implementations should have constructors that take AttributeSource and AttributeFactory

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745969#action_12745969 ] Tim Smith commented on LUCENE-1826: --- bq. This is not possible per design. The AttributeS

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745979#action_12745979 ] Tim Smith commented on LUCENE-1821: --- NOTE: if the leaf IndexSearcher were to be passed t

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745977#action_12745977 ] Tim Smith commented on LUCENE-1821: --- {quote} It was an implementation detail. If you loo

[jira] Commented: (LUCENE-1087) MultiSearcher.explain returns incorrect score/explanation relating to docFreq

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745983#action_12745983 ] Mark Miller commented on LUCENE-1087: - bq. as it is, it looks like explain on MultiSea

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745985#action_12745985 ] Mark Miller commented on LUCENE-1821: - I certainly think IndexSearcher makes a lot mor

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745986#action_12745986 ] Mark Miller commented on LUCENE-1821: - bq. clearly explained with javadoc We need som

[jira] Issue Comment Edited: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745985#action_12745985 ] Mark Miller edited comment on LUCENE-1821 at 8/21/09 7:14 AM: --

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745988#action_12745988 ] Tim Smith commented on LUCENE-1821: --- here's what you can do: {code} /** @deprecated u

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745989#action_12745989 ] Mark Miller commented on LUCENE-1821: - I don't think thats fully back compat - though

[jira] Commented: (LUCENE-1837) Remove Searcher from explain and idf/maxDoc info from explain

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745990#action_12745990 ] Mark Miller commented on LUCENE-1837: - Its possible that, like being discussed in LUCE

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745991#action_12745991 ] Tim Smith commented on LUCENE-1821: --- what class is this getDocIdSet method on (lacking t

[jira] Commented: (LUCENE-965) Implement a state-of-the-art retrieval function in Lucene

2009-08-21 Thread Hui Fang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745995#action_12745995 ] Hui Fang commented on LUCENE-965: - Jason, the problem has been fixed. Please try again.

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745997#action_12745997 ] Mark Miller commented on LUCENE-1821: - Its org.apache.lucene.search.QueryWrapperFilter

[jira] Updated: (LUCENE-1825) Incorrect usage of AttributeSource.addAttribute/getAttribute leads to failures when onlyUseNewAPI=true

2009-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1825: -- Attachment: LUCENE-1825.patch Here a new patch: The default LuceneTestCase uses onlyUseNewAPI=

[jira] Commented: (LUCENE-1821) Weight.scorer() not passed doc offset for "sub reader"

2009-08-21 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746004#action_12746004 ] Tim Smith commented on LUCENE-1821: --- Looks like Filter should have another method added

[jira] Commented: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746005#action_12746005 ] Luis Alves commented on LUCENE-1829: Hi Michael, This is an update to the build files

[jira] Issue Comment Edited: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746005#action_12746005 ] Luis Alves edited comment on LUCENE-1829 at 8/21/09 8:04 AM: -

[jira] Assigned: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1836: - Assignee: Luis Alves > Flexible QueryParser fails with local different from en_US >

[jira] Resolved: (LUCENE-1830) BoostingNearQuery doesn't have hashCode/equals

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1830. - Resolution: Fixed r806591 > BoostingNearQuery doesn't have hashCode/equals > --

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746010#action_12746010 ] Luis Alves commented on LUCENE-1836: {quote} one last comment, I also think instead of

[jira] Created: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Mark Miller (JIRA)
BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes -- Key: LUCENE-1838

[jira] Commented: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746012#action_12746012 ] Mark Miller commented on LUCENE-1838: - Technically, SpanQuery should have an abstract

[jira] Commented: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746016#action_12746016 ] Michael Busch commented on LUCENE-1829: --- I deleted my contrib/queryparser/src/java/

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746017#action_12746017 ] Michael Busch commented on LUCENE-584: -- Mark, are you working on this? Wanna assign th

[jira] Assigned: (LUCENE-584) Decouple Filter from BitSet

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-584: -- Assignee: Mark Miller (was: Michael Busch) > Decouple Filter from BitSet > ---

[jira] Assigned: (LUCENE-1837) Remove Searcher from explain and idf/maxDoc info from explain

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-1837: --- Assignee: Mark Miller > Remove Searcher from explain and idf/maxDoc info from explain >

[jira] Created: (LUCENE-1839) Scorer.explain is deprecated but abstract, should have impl that throws UnsupportedOperationException

2009-08-21 Thread Tim Smith (JIRA)
Scorer.explain is deprecated but abstract, should have impl that throws UnsupportedOperationException - Key: LUCENE-1839 URL: https://issues.apache.org/jira/browse

[jira] Created: (LUCENE-1840) QueryUtils should check that equals properly handles null

2009-08-21 Thread Mark Miller (JIRA)
QueryUtils should check that equals properly handles null - Key: LUCENE-1840 URL: https://issues.apache.org/jira/browse/LUCENE-1840 Project: Lucene - Java Issue Type: Improvement

[jira] Commented: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746029#action_12746029 ] Mark Miller commented on LUCENE-1838: - I'm also going to add an optional (default to t

[jira] Issue Comment Edited: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746029#action_12746029 ] Mark Miller edited comment on LUCENE-1838 at 8/21/09 8:55 AM: --

[jira] Assigned: (LUCENE-1832) minor/nitpick TermInfoReader bug ?

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-1832: - Assignee: Michael Busch > minor/nitpick TermInfoReader bug ? > -

[jira] Commented: (LUCENE-1832) minor/nitpick TermInfoReader bug ?

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746049#action_12746049 ] Michael Busch commented on LUCENE-1832: --- enumerator can never be null there. I'll co

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746051#action_12746051 ] Robert Muir commented on LUCENE-1836: - Luis, no problem. I will take a look at this la

[jira] Commented: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746057#action_12746057 ] Mark Miller commented on LUCENE-1838: - It looks like its very easy to get into trouble

[jira] Commented: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746064#action_12746064 ] Michael Busch commented on LUCENE-1838: --- I just updated to current trunk and TestBoo

[jira] Updated: (LUCENE-1787) Standard Tokenizer doesn't recognise I.B.M as Acronym, it requires it ends with a dot i.e I.B.M.

2009-08-21 Thread Paul taylor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul taylor updated LUCENE-1787: Attachment: Patch1.txt Fix so that Acronymns without trailing dot are parsed as acronym, amended

[jira] Resolved: (LUCENE-1832) minor/nitpick TermInfoReader bug ?

2009-08-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-1832. --- Resolution: Fixed Committed revision 806637. > minor/nitpick TermInfoReader bug ? > ---

[jira] Commented: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746082#action_12746082 ] Mark Miller commented on LUCENE-1838: - hmmm - tests passed here so I must have screwed

[jira] Commented: (LUCENE-1827) Make the Payload Boosting Queries consistent

2009-08-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746081#action_12746081 ] Grant Ingersoll commented on LUCENE-1827: - For the record, see discussion at http

[jira] Reopened: (LUCENE-1830) BoostingNearQuery doesn't have hashCode/equals

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened LUCENE-1830: - Asleep at the wheel on the hashCode/equals thing. I had test QueryUtils.check earlier, but I was in

[jira] Resolved: (LUCENE-1830) BoostingNearQuery doesn't have hashCode/equals

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1830. - Resolution: Fixed I've pulled the QueryUtils check back out. It will pass when clone is fixed in

[jira] Commented: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Jan-Pascal (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746107#action_12746107 ] Jan-Pascal commented on LUCENE-1829: If you remove StandardSyntaxParser.java (the main

File format docs and other per version docs

2009-08-21 Thread Grant Ingersoll
The File Formats docs has a lot of references to what the older file format structure was. Since we know version this document per release and display it on the site that way, are there any objections to removing references to older versions since that information can be obtained from that

[jira] Commented: (LUCENE-1829) 'ant javacc' in root project should also properly create contrib/queryparser Java files

2009-08-21 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746113#action_12746113 ] Luis Alves commented on LUCENE-1829: Jan can you patch the build.xml to delete the

[jira] Updated: (LUCENE-1841) Provide Summary Information on the Files in the Lucene index

2009-08-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1841: Attachment: LUCENE-1841.patch > Provide Summary Information on the Files in the Lucene ind

[jira] Created: (LUCENE-1841) Provide Summary Information on the Files in the Lucene index

2009-08-21 Thread Grant Ingersoll (JIRA)
Provide Summary Information on the Files in the Lucene index Key: LUCENE-1841 URL: https://issues.apache.org/jira/browse/LUCENE-1841 Project: Lucene - Java Issue Type: Improvement

[jira] Updated: (LUCENE-1838) BoostingNearQuery must implement clone - now it clones to a NearSpanQuery - cloning is required for Span container classes

2009-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1838: Attachment: LUCENE-1838.patch adds clone - made SpanNearQuery internals protected. > BoostingNear

  1   2   >