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
:
:
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
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