On Sunday 21 October 2007 17:21, Chris Sizemore wrote:
> i'm using MoreLikeThis. i'm trying to run the document comparison across
> more than one field in my index, but i'm not at all sure that it's
> actually happening -- when i examine the constructed query, only one
> field is mentioned! here's my code:
Actually looking at MoreLikeThis.createQueue() it's supposed to use only
that field where most hits occur for that term, so you could end up with a
query like:
conceptSearch:foo abstract:blah
Regards
Daniel
--
http://www.danielnaber.de
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|