: 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
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
+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
[
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
[
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.
>
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:
[
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
[
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
[
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.
>
[
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
[
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
[
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
[
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
[
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
[
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
[
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.
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++)
{
[
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
[
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
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
[
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,
[
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
22 matches
Mail list logo