[jira] Commented: (LUCENE-1236) EdgeNGram* documentation improvement

2008-03-14 Thread [EMAIL PROTECTED] (JIRA)
[ 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

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-663) New feature rich higlighter for Lucene.

2006-11-06 Thread [EMAIL PROTECTED] (JIRA)
[ 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

[jira] Commented: (LUCENE-634) QueryParser is not applicable for the arguments (String, String, Analyzer) error in results.jsp when executing search in the browser (demo from Lucene 2.0)

2006-11-06 Thread [EMAIL PROTECTED] (JIRA)
[ 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

[jira] Created: (LUCENE-596) OutOfMemory on Index-build

2006-06-09 Thread [EMAIL PROTECTED] (JIRA)
) 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

[jira] Created: (LUCENE-595) OutOfMemory on Index-builds

2006-06-09 Thread [EMAIL PROTECTED] (JIRA)
) 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

Re: Default search to AND rather than OR

2006-05-17 Thread [EMAIL PROTECTED]
cribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Default search to AND rather than OR

2006-05-17 Thread [EMAIL PROTECTED]
------ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (LUCENE-353) Locking bug

2005-11-14 Thread [EMAIL PROTECTED] (JIRA)
[ 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