RE: Lucene 2.0.1 release date

2006-10-14 Thread George Aroush
Hi folks, Sorry for reposting this question (see original email below) and this time to both mailing list. If anyone can tell me what is the plan for Lucene 2.0.1 release, I would appreciate it very much. As some of you may know, I am the porter of Lucene to Lucene.Net knowing when 2.0.1 will

[jira] Created: (LUCENE-683) Lazy Field Loading has edge case bug causing read past EOF

2006-10-14 Thread Hoss Man (JIRA)
Lazy Field Loading has edge case bug causing read past EOF -- Key: LUCENE-683 URL: http://issues.apache.org/jira/browse/LUCENE-683 Project: Lucene - Java Issue Type: Bug

[jira] Updated: (LUCENE-683) Lazy Field Loading has edge case bug causing read past EOF

2006-10-14 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-683?page=all ] Hoss Man updated LUCENE-683: Attachment: TestLazyBug.java Lazy Field Loading has edge case bug causing read past EOF --

Multiple-field queries

2006-10-14 Thread Enzo Michelangeli
I need to be able to search over multiple fields at the same time. The suggestions I have seen so far to solve this problem are either: 1. Use a boolean query, or 2. During indexing, create an extra all field and add it every time another field is added to the document. However, 1. may make