[jira] Updated: (LUCENE-1462) Instantiated/IndexWriter discrepanies

2008-12-01 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1462: Fix Version/s: 2.9 > Instantiated/IndexWriter discrepanies > -

[jira] Assigned: (LUCENE-1433) Changes.html generation improvements

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1433: -- Assignee: Michael McCandless > Changes.html generation improvements >

[jira] Resolved: (LUCENE-1433) Changes.html generation improvements

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1433. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Availa

Re: back compat testing

2008-12-01 Thread Michael McCandless
I've created this branch (lucene_2_4_back_compat_tests) and fix the build scripts to use that branch. I haven't removed all but tests cases on the branch yet -- I think we don't actually need to do that? Ie, nobody should ever checkout that branch and run "ant test" (it's only "ant test

Re: Deprecation of Token constructors in 2.4

2008-12-01 Thread Michael McCandless
This was done under LUCENE-1333, in moving Token to the "reuse" API. The general idea is to deprecate the String based APIs (whose performance got worse because of the switch to char[]), in favor of the char[] APIs. That said, I do agree it's still useful to have String based variants, at the ex

[jira] Commented: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-12-01 Thread robert engels (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652221#action_12652221 ] robert engels commented on LUCENE-1472: --- The last comment was tested using Java 5.

[jira] Commented: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-12-01 Thread robert engels (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652220#action_12652220 ] robert engels commented on LUCENE-1472: --- If you review the source for SimpleDateForm

[jira] Commented: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-12-01 Thread Mark Lassau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652206#action_12652206 ] Mark Lassau commented on LUCENE-1472: - My original thought was ThreadLocal, but I tend

[jira] Updated: (LUCENE-1471) Faster MultiSearcher.search merge docs

2008-12-01 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1471: - Attachment: LUCENE-1471.patch LUCENE-1471.patch Implements MultiSearcher.search methods

[jira] Commented: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-12-01 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652194#action_12652194 ] Doug Cutting commented on LUCENE-1472: -- ThreadLocal? > DateTools.stringToDate() can

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2008-12-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652178#action_12652178 ] Uwe Schindler commented on LUCENE-1470: --- Thank you, I did not know this paper. It is

[jira] Resolved: (LUCENE-1461) Cached filter for a single term field

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1461. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Availa

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2008-12-01 Thread Tim Sturge (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Sturge updated LUCENE-1461: --- Attachment: TestFieldCacheRangeFilter.patch Patch from incorrect to correct test suite > Cached fil

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2008-12-01 Thread Tim Sturge (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Sturge updated LUCENE-1461: --- Attachment: FieldCacheRangeFilter.patch Patch from trunk fixing upper bound in FieldCacheRangeFilter

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652107#action_12652107 ] Michael McCandless commented on LUCENE-1461: No problem! Could you redo the p

[jira] Reopened: (LUCENE-1461) Cached filter for a single term field

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1461: Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) > Cached filt

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2008-12-01 Thread Tim Sturge (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Sturge updated LUCENE-1461: --- Attachment: LUCENE-1461c.patch New patch. Only changes are: - initialize() in FieldCacheRangeFilter

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2008-12-01 Thread Tim Sturge (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652100#action_12652100 ] Tim Sturge commented on LUCENE-1461: Mike, Thanks for committing. I have a slightly m

[jira] Resolved: (LUCENE-1296) Allow use of compact DocIdSet in CachingWrapperFilter

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1296. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Availa

[jira] Commented: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-12-01 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652085#action_12652085 ] Daniel Naber commented on LUCENE-1472: -- Could you try changing the code to create a n

[jira] Commented: (LUCENE-1296) Allow use of compact DocIdSet in CachingWrapperFilter

2008-12-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652081#action_12652081 ] Paul Elschot commented on LUCENE-1296: -- Indeed it is better to be conservative about

[jira] Updated: (LUCENE-1465) NearSpansOrdered.getPayload does not return the payload from the minimum match span

2008-12-01 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Mamou updated LUCENE-1465: --- Attachment: Test.java Hi It seems that the fix does not cover the case where 2 terms are ind

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2008-12-01 Thread Nadav Har'El (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652002#action_12652002 ] Nadav Har'El commented on LUCENE-1470: -- Hi, I just wanted to comment that a similar m

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

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651999#action_12651999 ] Michael McCandless commented on LUCENE-1448: I'm torn on how to add getFinalOf

[jira] Updated: (LUCENE-1296) Allow use of compact DocIdSet in CachingWrapperFilter

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1296: --- Attachment: LUCENE-1296.patch Paul, I reverted the changes to ChainedFilter & Boolea

[jira] Commented: (LUCENE-1369) Eliminate unnecessary uses of Hashtable and Vector

2008-12-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651964#action_12651964 ] Michael McCandless commented on LUCENE-1369: Ugh, that was definitely a break

[jira] Commented: (LUCENE-1233) Fix Document.getFieldables and others to never return null

2008-12-01 Thread Nadav Har'El (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651944#action_12651944 ] Nadav Har'El commented on LUCENE-1233: -- Hi, I know this comment is a bit too late, bu