You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Martin May <ma...@foobar.lu> on 2005/04/14 22:21:37 UTC

Boosting not working?

I have a bunch of documents in my index, some of which have values for a
certain field while others don't. I'd like the ones that do have a value
to always show up before the ones who don't when sorting by relevance.

I tried to accomplish this by check whether there are values for the
field, and if so boosting the document by 5000. However, it doesn't seem
to have the desired effect.

Any ideas?

Thanks,
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org