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

2008-11-17 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12648240#action_12648240 ] Steven Parkes commented on LUCENE-689: -- Thanks, Otis. Was just gonna remove myself as

[jira] Updated: (LUCENE-870) add concurrent merge policy

2007-08-20 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-870: - Attachment: CMP.patch.txt Mike expressed interest in pursuing this with an alternative strargey,

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-16 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520293 ] Steven Parkes commented on LUCENE-847: -- One new small item: you've added a public void merge() to

[jira] Commented: (LUCENE-845) If you flush by RAM usage then IndexWriter may over-merge

2007-08-16 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520336 ] Steven Parkes commented on LUCENE-845: -- Here's an idea: maybe we can accept the O(N^2) merge cost, when

[jira] Commented: (LUCENE-845) If you flush by RAM usage then IndexWriter may over-merge

2007-08-16 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520360 ] Steven Parkes commented on LUCENE-845: -- I think the combination of these two changes should give a

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-16 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520408 ] Steven Parkes commented on LUCENE-847: -- I don't think so: I think if someone changes the merge policy

[jira] Updated: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-15 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-847: - Attachment: LUCENE-847.patch.txt Updated patch: * Don't call deprecated methods - note:

[jira] Commented: (LUCENE-845) If you flush by RAM usage then IndexWriter may over-merge

2007-08-15 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520130 ] Steven Parkes commented on LUCENE-845: -- This increases file descriptor usage in some cases, right? In the old

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-14 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519790 ] Steven Parkes commented on LUCENE-847: -- Are you going to fix all unit tests that call the

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-14 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519793 ] Steven Parkes commented on LUCENE-847: -- It just occurred to me that there is a neat way to handle

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518165 ] Steven Parkes commented on LUCENE-847: -- I think we ideally would like concurrency to be fully

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518210 ] Steven Parkes commented on LUCENE-847: -- Is the separate IndexMerger interface really necessary? I wrestled

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518222 ] Steven Parkes commented on LUCENE-847: -- On a related note, Mike, there a few FIXME's in IW related to

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518251 ] Steven Parkes commented on LUCENE-847: -- Ah. I understand better now. I have to admit, I haven't kept up to date

[jira] Updated: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-847: - Attachment: LUCENE-847.patch.txt Here's an update to the patch. I wouldn't say it's ready to be

[jira] Updated: (LUCENE-870) add concurrent merge policy

2007-08-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-870: - Attachment: concurrentMerge.patch Copy Ning's concurrency patch over here, since LUCENE-847 is

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518013 ] Steven Parkes commented on LUCENE-847: -- For the time being, the patch also contains some of the code from

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

2007-08-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518016 ] Steven Parkes commented on LUCENE-971: -- Sounds good. New patch soon. Create enwiki indexable data as

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

2007-08-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-971: - Assignee: Steven Parkes Lucene Fields: [Patch Available] (was: [Patch Available, New])

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

2007-08-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-971: - Attachment: LUCENE-971.patch.txt Okay. Here's an update to the patch. Changes: 1)

[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] Created: (LUCENE-971) Create enwiki indexable data as line-per-article rather than file-per-article

2007-07-31 Thread Steven Parkes (JIRA)
Create enwiki indexable data as line-per-article rather than file-per-article - Key: LUCENE-971 URL: https://issues.apache.org/jira/browse/LUCENE-971 Project: Lucene - Java

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

2007-07-31 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-971: - Attachment: LUCENE-971.patch.txt Create enwiki indexable data as line-per-article rather than

[jira] Created: (LUCENE-962) I/O exception in DocsWriter add or updateDocument may not delete unreferenced files

2007-07-17 Thread Steven Parkes (JIRA)
I/O exception in DocsWriter add or updateDocument may not delete unreferenced files --- Key: LUCENE-962 URL: https://issues.apache.org/jira/browse/LUCENE-962 Project:

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-12 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512249 ] Steven Parkes commented on LUCENE-938: -- Easy first: there's a comment in the code about cloning the buf delete

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-12 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512274 ] Steven Parkes commented on LUCENE-938: -- Okay. Got it. But your earlier note got me thinking. Mike, as far as I

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-12 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Attachment: LUCENE-938.patch.txt New patch. Removes support for buf deletes around transactions

[jira] Commented: (LUCENE-953) Snowball has new Stemmers available

2007-07-10 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511592 ] Steven Parkes commented on LUCENE-953: -- See also LUCENE-740. Snowball has new Stemmers available

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-04 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510235 ] Steven Parkes commented on LUCENE-938: -- Thanks. I figured there'd be conflicts. I won't be able to look at

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-06-28 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508833 ] Steven Parkes commented on LUCENE-848: -- Trying to reproduce now. Something that came up while restarting the

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-06-27 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508661 ] Steven Parkes commented on LUCENE-848: -- Actually, I just noticed wikimedia provides the md5 hashes. I was able

[jira] Created: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
I/O exceptions can cause loss of buffered deletes - Key: LUCENE-938 URL: https://issues.apache.org/jira/browse/LUCENE-938 Project: Lucene - Java Issue Type: Bug Components: Index

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Attachment: LUCENE-938.txt Patch that fixes the two relevant rollback mechanisms in IndexWriter:

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Lucene Fields: [New, Patch Available] (was: [New]) Affects Version/s: (was: 2.3)

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-06-21 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Attachment: LUCENE-938.txt This version has the missing fixes that got tossed when I tried to

[jira] Commented: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-06-20 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506609 ] Steven Parkes commented on LUCENE-843: -- Yeah, that was it. I'll be delving more into the code as I try to

[jira] Commented: (LUCENE-930) fail build if contrib tests fail to compile

2007-06-08 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502959 ] Steven Parkes commented on LUCENE-930: -- Thanks, Chris. Sorry for the extra steps. fail build if contrib tests

[jira] Commented: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-06-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502551 ] Steven Parkes commented on LUCENE-885: -- Looking at the current build (r545324) it looks like the some contrib

[jira] Commented: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-06-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502570 ] Steven Parkes commented on LUCENE-885: -- Ah, I see. Should, then, test-contrib depend on build-contrib, rather

[jira] Updated: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-06-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-885: - Attachment: LUCENE-885.patch This patch file removes the swallowed failures by doing more of the

[jira] Updated: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-06-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-885: - Attachment: LUCENE-885-pt2.patch Renaming the patch to make it clear it adds to the previous,

[jira] Updated: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-06-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-885: - Attachment: (was: LUCENE-885.patch) clean up build files so contrib tests are run more

[jira] Reopened: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-06-07 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes reopened LUCENE-885: -- Lucene Fields: [Patch Available] (was: [New]) Reopening to get these tweaks in. clean up

[jira] Commented: (LUCENE-908) Lucli doesn't include standard MANIFEST.MF

2007-06-05 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501702 ] Steven Parkes commented on LUCENE-908: -- I'm pretty sure it's to get the stuff that's in the MANIFEST.MF in

[jira] Commented: (LUCENE-740) Bugs in contrib/snowball/.../SnowballProgram.java - Kraaij-Pohlmann gives Index-OOB Exception

2007-06-05 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501703 ] Steven Parkes commented on LUCENE-740: -- Do we want to consider this a candidate for 2.2? In any case, the

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-06-04 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501344 ] Steven Parkes commented on LUCENE-848: -- It looks like the latest successful dump is

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-06-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500896 ] Steven Parkes commented on LUCENE-848: -- Grant was looking at hosting a copy of the dataset on zones so that

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-06-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500903 ] Steven Parkes commented on LUCENE-848: -- I'll leave the hosting site to others; I don't know enough about apache

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500521 ] Steven Parkes commented on LUCENE-763: -- Can we also update the javadocs to reflect the different semantics

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-05-02 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Lucene Fields: [Patch Available] Add supported for Wikipedia English as a corpus in the

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-30 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Attachment: LUCENE-848.txt Close to

[jira] Commented: (LUCENE-845) If you flush by RAM usage then IndexWriter may over-merge

2007-04-30 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492814 ] Steven Parkes commented on LUCENE-845: -- Following up on this, it's basically the idea that segments ought to be

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-27 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Attachment: LUCENE-848.txt Well, here's a version with less whitespace. But, I have to admit,

[jira] Created: (LUCENE-870) add concurrent merge policy

2007-04-27 Thread Steven Parkes (JIRA)
add concurrent merge policy --- Key: LUCENE-870 URL: https://issues.apache.org/jira/browse/LUCENE-870 Project: Lucene - Java Issue Type: New Feature Components: Index Reporter: Steven Parkes

[jira] Commented: (LUCENE-870) add concurrent merge policy

2007-04-27 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492376 ] Steven Parkes commented on LUCENE-870: -- Sigh. My typo rate's been too high lately. The depends-on link is to

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-24 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491393 ] Steven Parkes commented on LUCENE-848: -- Both jars are from xerces-2.9.0. Add supported for Wikipedia English

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-24 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491396 ] Steven Parkes commented on LUCENE-848: -- Yeah, it takes a while to download. I added the jars since that's what

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-24 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Attachment: LUCENE-848.txt Here's the patch with the README. By the way, there's also a

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-23 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491080 ] Steven Parkes commented on LUCENE-848: -- yeah; think so; it worked for my benchmarking stuff on a couple of

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-04-19 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490192 ] Steven Parkes commented on LUCENE-847: -- Here are some numbers comparing the load performance for the factored

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-18 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Attachment: xerces.jar Add supported for Wikipedia English as a corpus in the benchmarker stuff

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-18 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Attachment: xml-apis.jar Now I see the button for attach multiple files. Oh, well. Anyway, both

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-17 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Attachment: LUCENE-848.txt Okay, I've tested this patch against 1.4, 1.5, and 1.6. I've added

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-16 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489283 ] Steven Parkes commented on LUCENE-848: -- Blah. This patch doesn't work quite right with 1.4. My intention was/is

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-09 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Attachment: LUCENE-848.txt This patch is a first cut a wikipedia benchmark support. It downloads

[jira] Commented: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-04-09 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487600 ] Steven Parkes commented on LUCENE-848: -- By the way, that's a rough patch. I'm cleaning it up as I use it to

[jira] Updated: (LUCENE-848) Add supported for Wikipedia English as a corpus in the benchmarker stuff

2007-03-28 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Description: Add support for using Wikipedia for benchmarking. (was: Add support for using

[jira] Created: (LUCENE-848) Add supported for Wikipediea English as a corpus in the benchmarker stuff

2007-03-25 Thread Steven Parkes (JIRA)
Add supported for Wikipediea English as a corpus in the benchmarker stuff - Key: LUCENE-848 URL: https://issues.apache.org/jira/browse/LUCENE-848 Project: Lucene - Java

[jira] Updated: (LUCENE-848) Add supported for Wikipediea English as a corpus in the benchmarker stuff

2007-03-25 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-848: - Component/s: contrib/benchmark Priority: Minor (was: Major) Fix Version/s: 2.2

[jira] Created: (LUCENE-846) IOExeception can cause loss of data due to premature segment deletion

2007-03-23 Thread Steven Parkes (JIRA)
IOExeception can cause loss of data due to premature segment deletion - Key: LUCENE-846 URL: https://issues.apache.org/jira/browse/LUCENE-846 Project: Lucene - Java Issue

[jira] Created: (LUCENE-847) Factor merge policy out of IndexWriter

2007-03-23 Thread Steven Parkes (JIRA)
Factor merge policy out of IndexWriter -- Key: LUCENE-847 URL: https://issues.apache.org/jira/browse/LUCENE-847 Project: Lucene - Java Issue Type: Improvement Reporter: Steven Parkes

[jira] Updated: (LUCENE-847) Factor merge policy out of IndexWriter

2007-03-23 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-847: - Attachment: LUCENE-847.txt Here's a first cut at a factored merge policy. It's not polished.

[jira] Commented: (LUCENE-846) IOExeception can cause loss of data due to premature segment deletion

2007-03-23 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483732 ] Steven Parkes commented on LUCENE-846: -- Ahh ... meant to mention that. I disabled

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-03-23 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483742 ] Steven Parkes commented on LUCENE-847: -- Visibility is one of those things I haven't cleaned up yet. Client

[jira] Commented: (LUCENE-791) Update the Wiki

2007-03-10 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479849 ] Steven Parkes commented on LUCENE-791: -- Well, individuals can get commits themselves by registering and then,

[jira] Commented: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478562 ] Steven Parkes commented on LUCENE-814: -- What's the reasoning behind the 100ms sleep? If it's to handle FAT file

[jira] Commented: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478630 ] Steven Parkes commented on LUCENE-814: -- Seems like a reasonable trade off to me. javacc on Win32 (cygwin)

[jira] Created: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-06 Thread Steven Parkes (JIRA)
IndexWriter#addIndexesNoOptimize has redundent try/catch Key: LUCENE-824 URL: https://issues.apache.org/jira/browse/LUCENE-824 Project: Lucene - Java Issue Type: Improvement

[jira] Updated: (LUCENE-824) IndexWriter#addIndexesNoOptimize has redundent try/catch

2007-03-06 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-824: - Attachment: LUCENE-824.txt Remove redundant try/catch. IndexWriter#addIndexesNoOptimize has

[jira] Updated: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-02 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-814: - Attachment: LUCENE-814.txt That's cool. Didn't know about the modified task. Using it does want

[jira] Commented: (LUCENE-792) PrecedenceQueryParser misinterprets queries starting with NOT

2007-03-02 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477444 ] Steven Parkes commented on LUCENE-792: -- Yeah, this was noted by Erik in the svn logs. Unfortunately, it looks

[jira] Commented: (LUCENE-819) NullPointerException in Term.compareTo()

2007-03-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477116 ] Steven Parkes commented on LUCENE-819: -- Yonik, I suggest we add that field can't be null either (for

[jira] Updated: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-814: - Attachment: LUCENE-814.txt Patch that uses fixcrlf and adds a couple of extra gen'd files.

[jira] Commented: (LUCENE-814) javacc on Win32 (cygwin) creates wrong line endings - fix them with 'ant replace'

2007-03-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477136 ] Steven Parkes commented on LUCENE-814: -- I've attached a patch that has the fixcrlf tasks (I wanted to check

[jira] Commented: (LUCENE-796) Change Visibility of fields[] in MultiFieldQueryParser

2007-03-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477147 ] Steven Parkes commented on LUCENE-796: -- This code is a little bit twisted; took me a while to figure out how it

[jira] Updated: (LUCENE-796) Change Visibility of fields[] in MultiFieldQueryParser

2007-03-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-796: - Lucene Fields: (was: [New]) Change Visibility of fields[] in MultiFieldQueryParser

[jira] Updated: (LUCENE-796) Change Visibility of fields[] in MultiFieldQueryParser

2007-03-01 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-796: - Attachment: LUCENE-796.txt This patch allows the recursive per-field calls in MFQP to be

[jira] Commented: (LUCENE-819) NullPointerException in Term.compareTo()

2007-02-27 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476312 ] Steven Parkes commented on LUCENE-819: -- H ... this patch makes Term#compareTo support Terms with null text.

[jira] Commented: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-02-27 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476373 ] Steven Parkes commented on LUCENE-818: -- Shades of LUCENE-686. It'd be nice to agree on that one, too (though

[jira] Commented: (LUCENE-819) NullPointerException in Term.compareTo()

2007-02-27 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476496 ] Steven Parkes commented on LUCENE-819: -- Can you say anymore about why it was impossible? What if Term checked

[jira] Commented: (LUCENE-803) add svn ignores for eclipse artifacts

2007-02-20 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474595 ] Steven Parkes commented on LUCENE-803: -- and .settings add svn ignores for eclipse artifacts

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

2007-02-19 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-689: - Attachment: LUCENE-689.txt Looks like SpanOrQuery should support an empty SpanQuery. The

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

2007-02-19 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-689: - Assignee: Steven Parkes Priority: Minor (was: Major) Lucene Fields: [Patch

[jira] Created: (LUCENE-782) Add a jruby interface and a luke-like utiltiy app

2007-01-22 Thread Steven Parkes (JIRA)
Add a jruby interface and a luke-like utiltiy app - Key: LUCENE-782 URL: https://issues.apache.org/jira/browse/LUCENE-782 Project: Lucene - Java Issue Type: New Feature Components:

[jira] Commented: (LUCENE-542) QueryParser doesn't support keywords staring with *

2007-01-10 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463659 ] Steven Parkes commented on LUCENE-542: -- Actually, this has been changed as of the commit of LUCENE-489. It's

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-01-03 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462042 ] Steven Parkes commented on LUCENE-763: -- I was wondering about something very similar just recently: to call

[jira] Commented: (LUCENE-740) Bugs in contrib/snowball/.../SnowballProgram.java - Kraaij-Pohlmann gives Index-OOB Exception

2007-01-02 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461873 ] Steven Parkes commented on LUCENE-740: -- I don't see that redistribution in binary form makes any difference as

[jira] Updated: (LUCENE-740) Bugs in contrib/snowball/.../SnowballProgram.java - Kraaij-Pohlmann gives Index-OOB Exception

2007-01-02 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-740: - Attachment: 740-license.txt Bugs in contrib/snowball/.../SnowballProgram.java - Kraaij-Pohlmann

[jira] Commented: (LUCENE-740) Bugs in contrib/snowball/.../SnowballProgram.java - Kraaij-Pohlmann gives Index-OOB Exception

2006-12-13 Thread Steven Parkes (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-740?page=comments#action_12458201 ] Steven Parkes commented on LUCENE-740: -- I'm kind of wondering about the snowball licensing, so I'm intrigued by Yonik's comment. Cleanup is necessary? Did

[jira] Commented: (LUCENE-686) Resources not always reclaimed in scorers after each search

2006-11-06 Thread Steven Parkes (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-686?page=comments#action_12447596 ] Steven Parkes commented on LUCENE-686: -- Came across these: http://www.gossamer-threads.com/lists/lucene/java-dev/34085#34085

  1   2   >