Re: Restrict result returned by Morelikethis

2006-12-24 Thread Nick Snels
Query.html (the approach you are taking towards your goal is sound by the way) : Date: Sat, 23 Dec 2006 20:41:18 +0100 : From: Nick Snels <[EMAIL PROTECTED]> : Reply-To: java-user@lucene.apache.org : To: java-user@lucene.apache.org : Subject: Restrict result returned by Morelikethis : :

Re: Restrict result returned by Morelikethis

2006-12-23 Thread Chris Hostetter
Restrict result returned by Morelikethis : : 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 t

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 com