[jira] Commented: (LUCENE-794) Extend contrib Highlighter to properly support PhraseQuery, SpanQuery, ConstantScoreRangeQuery

2008-02-21 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570979#action_12570979 ] Mark Harwood commented on LUCENE-794: - >>This may be largely irrelevant, but Solr has a

[jira] Created: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread JIRA
TRStringDistance uses way too much memory (with patch) -- Key: LUCENE-1183 URL: https://issues.apache.org/jira/browse/LUCENE-1183 Project: Lucene - Java Issue Type: Improvement Co

[jira] Updated: (LUCENE-956) phonem conversion from aspell dictionnary

2008-02-21 Thread Mathieu Lecarme (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lecarme updated LUCENE-956: --- Attachment: aphone.patch New version, with more language (bg, br, da, de, el, en, fo, fr, is,

[jira] Updated: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-1183: Attachment: TRStringDistance.java TRStringDistance.patch new TRStringDistance impl

[jira] Assigned: (LUCENE-1182) SimilarityDelegator is missing a delegating scorePayload() method

2008-02-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-1182: --- Assignee: Grant Ingersoll > SimilarityDelegator is missing a delegating scorePayload

[jira] Resolved: (LUCENE-1182) SimilarityDelegator is missing a delegating scorePayload() method

2008-02-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1182. - Resolution: Fixed Fix Version/s: 2.4 Lucene Fields: (was: [New]) Committed.

How to delete multiple documents

2008-02-21 Thread [EMAIL PROTECTED]
In the Following Code if i insert one document i was able to delete but when i insert multiple documents i was unable to delete. please follow the code and advice me thanks srinvias. // Code to index Documents for (int count = 1; count < 10; count++) {

[jira] Commented: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571040#action_12571040 ] Grant Ingersoll commented on LUCENE-1183: - It occurs to me that we apparently have

[jira] Commented: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571044#action_12571044 ] Cédrik LIME commented on LUCENE-1183: - You caught me while I was finalizing a patch fo

[jira] Updated: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-1183: Attachment: FuzzyTermEnum.patch Patch for FuzzyTermEnum. > TRStringDistance uses way too much mem

[jira] Updated: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1183: Priority: Minor (was: Major) Lucene Fields: [New, Patch Available] (was: [Patch

[jira] Commented: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571053#action_12571053 ] Karl Wettin commented on LUCENE-1183: - Also see LUCENE-691 if you are looking at optim

[jira] Commented: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571062#action_12571062 ] Cédrik LIME commented on LUCENE-1183: - Well spotted Karl! My version is very similar t

[jira] Updated: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-1183: Attachment: (was: FuzzyTermEnum.patch) > TRStringDistance uses way too much memory (with patch

[jira] Updated: (LUCENE-1183) TRStringDistance uses way too much memory (with patch)

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédrik LIME updated LUCENE-1183: Attachment: FuzzyTermEnum.patch New patch for FuzzyTermEnum, incorporating most of LUCENE-691. >

[jira] Commented: (LUCENE-794) Extend contrib Highlighter to properly support PhraseQuery, SpanQuery, ConstantScoreRangeQuery

2008-02-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571088#action_12571088 ] Paul Elschot commented on LUCENE-794: - One way to solve the problem of many terms in a

[jira] Created: (LUCENE-1184) Allow SnapshotDeletionPolicy to be reused across writer close/open

2008-02-21 Thread Michael McCandless (JIRA)
Allow SnapshotDeletionPolicy to be reused across writer close/open -- Key: LUCENE-1184 URL: https://issues.apache.org/jira/browse/LUCENE-1184 Project: Lucene - Java Issue Type:

[jira] Updated: (LUCENE-1184) Allow SnapshotDeletionPolicy to be reused across writer close/open

2008-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1184: --- Attachment: LUCENE-1184.patch Attached patch. I plan to commit in a day or two. >

[jira] Commented: (LUCENE-1181) Token reuse is not ideal for avoiding array copies

2008-02-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571112#action_12571112 ] Michael McCandless commented on LUCENE-1181: {quote} 1. setTermBuffer(char[],i

Re: [VOTE] Release Lucene 2.3.1

2008-02-21 Thread Grant Ingersoll
+1 On Feb 20, 2008, at 1:36 PM, Michael McCandless wrote: +1 Mike Michael Busch <[EMAIL PROTECTED]> wrote: Hi Team, I built release artifacts from the current 2.3 branch (rev. 629191) which contain fixes for bugs that were found in the 2.3.0 release. You can find a list of changes here

Re: How to delete multiple documents

2008-02-21 Thread Peter Keegan
srinivas, Create your IndexWriter and Analyzer once before your loop. I suggest you follow up any questions to the 'java-user' list. Peter On Thu, 21 Feb 2008 13:14:21 -00, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > In the Following Code if i insert one document i was > able to delete but

Re: Clover reports missing from hudson?

2008-02-21 Thread Chris Hostetter
: Check that, Nigel and I had a little snafu on this one. I will try to work it : out in the coming days. : : I notice the code coverage is failing in the Berkeley contrib, which is the : cause of the problem. There is also a bit of a change on Hudson during the : migration to the new servers th