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

2007-08-01 Thread Chris Hostetter
is it just me, or does it seem like the base class versions of getVersion(), isOptimized(), and isCurrent() in IndexReader should all throw UnsupportedOperationException? (it seems like ideally they should abstract, but that ship/API has sailed) : This patch fixes ParallelReader similar to

[jira] Updated: (LUCENE-966) A faster JFlex-based replacement for StandardAnalyzer

2007-08-01 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislaw Osinski updated LUCENE-966: - Attachment: jflex-analyzer-r561693-compatibility.txt A patch for better compatibility

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-08-01 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-08-01 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[jira] Commented: (LUCENE-967) Add tokenize documents only task to contrib/benchmark

2007-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516945 ] Michael McCandless commented on LUCENE-967: --- Also, I think the addition of printing of elapsed time is

[jira] Updated: (LUCENE-967) Add tokenize documents only task to contrib/benchmark

2007-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-967: -- Attachment: LUCENE-967.take3.patch Add tokenize documents only task to

[jira] Commented: (LUCENE-971) Create enwiki indexable data as line-per-article rather than file-per-article

2007-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516996 ] Michael McCandless commented on LUCENE-971: --- This looks great! One alternate approach here would be to

[jira] Commented: (LUCENE-971) Create enwiki indexable data as line-per-article rather than file-per-article

2007-08-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516997 ] Steven Parkes commented on LUCENE-971: -- I can look at what it would take to avoid the line file ... but ...

[jira] Commented: (LUCENE-966) A faster JFlex-based replacement for StandardAnalyzer

2007-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517003 ] Michael McCandless commented on LUCENE-966: --- Oddly, the patch for TestStandardAnalyzer failed to apply for

[jira] Commented: (LUCENE-971) Create enwiki indexable data as line-per-article rather than file-per-article

2007-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517007 ] Michael McCandless commented on LUCENE-971: --- I can look at what it would take to avoid the line file ...

[jira] Commented: (LUCENE-967) Add tokenize documents only task to contrib/benchmark

2007-08-01 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517031 ] Doron Cohen commented on LUCENE-967: Thanks for fixing this Michael, looks perfect to me now. Add tokenize

[jira] Commented: (LUCENE-967) Add tokenize documents only task to contrib/benchmark

2007-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517035 ] Michael McCandless commented on LUCENE-967: --- Thank you for reviewing! I will commit shortly. Add

[jira] Commented: (LUCENE-971) Create enwiki indexable data as line-per-article rather than file-per-article

2007-08-01 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517048 ] Doron Cohen commented on LUCENE-971: Mmm... an additional advantage of this is not needing to extract the

[jira] Commented: (LUCENE-971) Create enwiki indexable data as line-per-article rather than file-per-article

2007-08-01 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517047 ] Doron Cohen commented on LUCENE-971: But, this is the case regardless of which approach we use (ie, both

[jira] Updated: (LUCENE-743) IndexReader.reopen()

2007-08-01 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-743: - Attachment: lucene-743.patch Now, after LUCENE-781, LUCENE-970 and LUCENE-832 are committed, I

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-08-01 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517087 ] Michael Busch commented on LUCENE-743: -- I ran some quick performance tests with this patch: 1) The test opens