[
https://issues.apache.org/jira/browse/LUCENE-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579015#action_12579015
]
[EMAIL PROTECTED] commented on LUCENE-1236:
-
Dear sender,
This domai
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++)
{
[
http://issues.apache.org/jira/browse/LUCENE-663?page=comments#action_12447678 ]
[EMAIL PROTECTED] commented on LUCENE-663:
---
[[ Old comment, sent from unregistered email on Mon, 23 Oct 2006 04:09:23
-0700 ]]
Hello
[
http://issues.apache.org/jira/browse/LUCENE-634?page=comments#action_12447663 ]
[EMAIL PROTECTED] commented on LUCENE-634:
[[ Old comment, sent by email on Wed, 9 Aug 2006 10:18:06 -0400 ]]
> QueryParser is
)
on Linux Fedora Core 4
Reporter: [EMAIL PROTECTED]
Building index on a 3Gbyte of plain text (with 4 additional fields with a max
size of 300 bytes everyone) produce an OutOfMemoryError (on the heap space).
The 3GBytes data are composed of about 30.000 files with a max size of 15MByte
)
on Linux Fedora Core 4
Reporter: [EMAIL PROTECTED]
Building index on a 3Gbyte of plain text (with 4 additional fields with a max
size of 300 bytes everyone) produce an OutOfMemoryError (on the heap space).
The 3GBytes data are composed of about 30.000 files with a max size of 15MByte
cribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[ http://issues.apache.org/jira/browse/LUCENE-353?page=all ]
[EMAIL PROTECTED] updated LUCENE-353:
--
Attachment: LockTest.java
Did not realize it was fixed already. Just in case if someone wants to check it
in: this is a unit test that shows