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

2008-11-16 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648080#action_12648080 ] Michael Busch commented on LUCENE-1448: --- {quote} First: this patch only addresses th

[jira] Commented: (LUCENE-1456) FieldInfo omitTerms bug

2008-11-16 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648077#action_12648077 ] Michael Busch commented on LUCENE-1456: --- Good eyes Mark! I was wondering why this

[jira] Created: (LUCENE-1457) There are a few binary search implmentations in lucene that suffer from a now well known overflow bug

2008-11-16 Thread Mark Miller (JIRA)
There are a few binary search implmentations in lucene that suffer from a now well known overflow bug - Key: LUCENE-1457 URL: https://issues.apache.org/jira/browse

[jira] Created: (LUCENE-1456) FieldInfo omitTerms bug

2008-11-16 Thread Mark Miller (JIRA)
FieldInfo omitTerms bug --- Key: LUCENE-1456 URL: https://issues.apache.org/jira/browse/LUCENE-1456 Project: Lucene - Java Issue Type: Bug Reporter: Mark Miller Priority: Minor Around line 95 you

[jira] Created: (LUCENE-1455) org.apache.lucene.ant.HtmlDocument creates a FileInputStream in its constructor that it doesn't close

2008-11-16 Thread Mark Miller (JIRA)
org.apache.lucene.ant.HtmlDocument creates a FileInputStream in its constructor that it doesn't close - Key: LUCENE-1455 URL: https://issues.apache.org/jira/browse

[jira] Commented: (LUCENE-505) MultiReader.norm() takes up too much memory: norms byte[] should be made into an Object

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648054#action_12648054 ] Mark Miller commented on LUCENE-505: >From my experience with LUCENE-831, changing arra

[jira] Commented: (LUCENE-411) [PATCH] BitSetQuery, FastPrefixQuery, FastWildcardQuery and FastQueryParser

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648053#action_12648053 ] Mark Miller commented on LUCENE-411: Unless someone objects, this can be closed. The co

[jira] Commented: (LUCENE-411) [PATCH] BitSetQuery, FastPrefixQuery, FastWildcardQuery and FastQueryParser

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648053#action_12648053 ] Mark Miller commented on LUCENE-411: Unless someone objects, this can be closed. The co

[jira] Updated: (LUCENE-1034) Add new API method to retrieve document field data in a batch

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1034: Attachment: LUCENE-1034.patch I've patched it altogether into one file. I like the idea, but right

[jira] Commented: (LUCENE-689) NullPointerException thrown by equals method in SpanOrQuery

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648049#action_12648049 ] Mark Miller commented on LUCENE-689: This patch is very simple, still applies, and the

[jira] Commented: (LUCENE-1265) Identify bottleneck associated with not pooling searchers

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648048#action_12648048 ] Mark Miller commented on LUCENE-1265: - Its looks like both this and LUCENE-1309 have b

[jira] Updated: (LUCENE-1422) New TokenStream API

2008-11-16 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1422: -- Attachment: lucene-1422-take6.patch I removed start() and initialize(). I also fixed some java

Luke bugs (Re: [jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4)

2008-11-16 Thread Andrzej Bialecki
Michael McCandless (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647960#action_12647960 ] Michael McCandless commented on LUCENE-1454: Y

[jira] Commented: (LUCENE-1439) Inconsistent API

2008-11-16 Thread Ivan.S (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648008#action_12648008 ] Ivan.S commented on LUCENE-1439: I created a Wiki page for this issue http://wiki.apache.o

[jira] Updated: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-996: --- Attachment: LUCENE-996.patch Missed that the new tests didn't patch, so I've merged and fixed them. L

Re: [jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2008-11-16 Thread Mark Miller
Could you turn that code into a simple test...or submit the code so I could reduce it to a test? Jonathan Mamou (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647978#action_12647978 ]

[jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2008-11-16 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647978#action_12647978 ] Jonathan Mamou commented on LUCENE-1001: In my document, I have " term1 ... te

[jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2008-11-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647970#action_12647970 ] Mark Miller commented on LUCENE-1001: - So are you finding the payloads not at the righ

[jira] Commented: (LUCENE-1001) Add Payload retrieval to Spans

2008-11-16 Thread Jonathan Mamou (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647965#action_12647965 ] Jonathan Mamou commented on LUCENE-1001: Hi, I use getPayloadSpans to get the spa

[jira] Closed: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zhang closed LUCENE-1454. Resolution: Invalid The index is not corrupted. Caused by the misleading message given by luke whe

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647963#action_12647963 ] Andrew Zhang commented on LUCENE-1454: -- Michael McCandless - 16/Nov/08 05:02 AM Andre

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647961#action_12647961 ] Andrew Zhang commented on LUCENE-1454: -- After looking at the source code of Luke.java

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647960#action_12647960 ] Michael McCandless commented on LUCENE-1454: You're right, Luke is saying that

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Andrew Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647957#action_12647957 ] Andrew Zhang commented on LUCENE-1454: -- Thanks Michael! Interesting. CheckIndex show

[jira] Commented: (LUCENE-1378) Remove remaining @author references

2008-11-16 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647955#action_12647955 ] Paul Elschot commented on LUCENE-1378: -- Under *nix this command: find src -name '*.h

[jira] Commented: (LUCENE-1454) Corrupted index produced by lucene 2.4

2008-11-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647943#action_12647943 ] Michael McCandless commented on LUCENE-1454: Hmm -- I unzipped the index, and