[jira] Resolved: (LUCENE-969) Optimize the core tokenizers/analyzers & deprecate Token.termText

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

[jira] Created: (LUCENE-977) internal hashing improvements

2007-08-11 Thread Yonik Seeley (JIRA)
internal hashing improvements - Key: LUCENE-977 URL: https://issues.apache.org/jira/browse/LUCENE-977 Project: Lucene - Java Issue Type: Improvement Reporter: Yonik Seeley Internal power-of-two close

[jira] Updated: (LUCENE-977) internal hashing improvements

2007-08-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-977: Attachment: hash.patch Here is a patch that adds in 7 new bits (the rightmost bit is destroyed to m

[jira] Commented: (LUCENE-977) internal hashing improvements

2007-08-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519233 ] Michael McCandless commented on LUCENE-977: --- This is an excellent change and makes complete sense that it w

Re: variuos IndexReader methods -- was: Re: [jira] Updated: (LUCENE-832) NPE when calling isCurrent() on a ParallellReader

2007-08-11 Thread Chris Hostetter
: We just have to make segmentInfos in IndexReader protected so that : subclasses can implement the methods. isn't segmentInfos the kind of thing that should be refactored into the subclasses? there might be a little duplication, but it shouldn't be significant (and it helps eliminate the odds o