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 hu andy <an...@gmail.com> on 2006/04/10 10:36:23 UTC

What is the retrieval modle for lucene?

I have seen in some documents that there are three kinds of retrieval modle
which are used often: Boolean,  vector space and probability.
So I want to which is it that used by lucene. Thank you in advance

Re: What is the retrieval modle for lucene?

Posted by Chris Lamprecht <cl...@gmail.com>.
It uses a combination of boolean, to get the set of matching
documents, and vector space (by default) to rank them.  Or one might
say it uses the vector space model, and only returns nonzero scoring
documents.

On 4/10/06, hu andy <an...@gmail.com> wrote:
> I have seen in some documents that there are three kinds of retrieval modle
> which are used often: Boolean,  vector space and probability.
> So I want to which is it that used by lucene. Thank you in advance
>
>

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