Re: java.lang.NoClassDefFoundError: com_cenqua_clover/g

2006-12-23 Thread Grant Ingersoll
OK, this should be fixed. On Dec 22, 2006, at 4:20 PM, Grant Ingersoll wrote: This is a bug that just got introduced by the new nightly build process. See http://issues.apache.org/jira/browse/LUCENE-708 I will work to fix before tonight's build. -Grant On Dec 22, 2006, at 2:36 PM,

Website changes

2006-12-23 Thread Grant Ingersoll
Hey Luceners, There have been several changes to the website (http:// lucene.apache.org/java/docs/index.html) that may or may not affect how people use Lucene documentation. Previously, the website was, more or less, static since it was based on the latest official release. Sometimes it

Restrict result returned by Morelikethis

2006-12-23 Thread Nick Snels
Hi, I have made a Morelikethis query to look up documents that match a certain document id. This results in a search of the whole index. I would like the Morelikethis query to search only part of the index. How can I do this? I have already tried to create a BooleanQuery, like: BooleanQuery

Re: Website changes

2006-12-23 Thread Otis Gospodnetic
Excellent work, Mister! Me like. I really don't care to push the Lucene book for my personal reasons, but it may be worth adding a link to LIA either under Documentation or under Resources in the left navigation column. I think that's where people who might find the book useful would look

Re: Website changes

2006-12-23 Thread Erick Erickson
Honestly! A guy slaves away making things better and what's the immediate response? What *more* can you do for me G Nice work Grant (notice, no requests for you to do anything else..) Erick On 12/23/06, Otis Gospodnetic [EMAIL PROTECTED] wrote: Excellent work, Mister! Me like. I

Re: Website changes

2006-12-23 Thread Chris Hostetter
I hate me too emials but i seriously can't thank Grant enough for doing this ... documentation is one of hte least glamourous parts of a project, and revamping documentation that already exists just to make it easier to use is the least glamourous of all -- but having the multiple site versions

Re: Restrict result returned by Morelikethis

2006-12-23 Thread Chris Hostetter
You appear to be trying to use an old method from the java 1.4.3 API for BooleanQuery, but i'm assuming you are acctually using Lucene 2.0 or 1.9 ... take a look at the 2.0 javadocs for BooleanQuery and i think you'll see how do what you are attempting...