Re: IndexWriter multithreaded?

2006-06-04 Thread Simon Willnauer
On 6/4/06, Robert Engels <[EMAIL PROTECTED]> wrote: I understand that there can only be a single active IndexWriter per Directory, but is the IndexWriter multithreaded (it seems to be)? Do you mean the a IndexWriter works with several threads or is thread-safe? maybe this one helps: http://

[jira] Closed: (LUCENE-587) Explanation.toHtml outputs invalid HTML

2006-06-04 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-587?page=all ] Daniel Naber closed LUCENE-587: --- Resolution: Fixed Sorry, I must have looked at the wrong output. You're right, it seems to be okay now. > Explanation.toHtml outputs invalid HTML > --

Re: IndexWriter multithreaded?

2006-06-04 Thread Yonik Seeley
On 6/4/06, Robert Engels <[EMAIL PROTECTED]> wrote: I understand that there can only be a single active IndexWriter per Directory, but is the IndexWriter multithreaded (it seems to be)? It's not multithreaded, but it is thread-safe. It would appear that on a multiprocessor box using multiple

[jira] Assigned: (LUCENE-545) Field Selection and Lazy Field Loading

2006-06-04 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-545?page=all ] Grant Ingersoll reassigned LUCENE-545: -- Assign To: Grant Ingersoll > Field Selection and Lazy Field Loading > -- > > Key: LUCENE-545 >

[jira] Updated: (LUCENE-510) IndexOutput.writeString() should write length in bytes

2006-06-04 Thread Marvin Humphrey (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-510?page=all ] Marvin Humphrey updated LUCENE-510: --- Attachment: SortExternal.java TestSortExternal.java Greets, I've ported KinoSearch's external sorting module to java, along with its test

RE: IndexWriter multithreaded?

2006-06-04 Thread Robert Engels
That's what I meant. Thanks ! -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Sunday, June 04, 2006 9:15 AM To: java-dev@lucene.apache.org Subject: Re: IndexWriter multithreaded? On 6/4/06, Robert Engels <[EMAIL PROTECTED]> wrote: > I understand that there can only