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 Pulkit Singhal <pu...@gmail.com> on 2010/11/21 02:48:07 UTC

Dismax in Lucene

Hello,

I heard Yonik talk about a better dismax query parser for Solr so I
was wondering if Lucene already has this functionality contributed to
its contrib modules?

- Pulkit

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


Re: Dismax in Lucene

Posted by Ahmet Arslan <io...@yahoo.com>.
> I heard Yonik talk about a better dismax query parser for
> Solr so I
> was wondering if Lucene already has this functionality
> contributed to
> its contrib modules?

Dismax use Lucene's DisjunctionMaxQuery

http://lucene.apache.org/java/2_9_3/api/core/org/apache/lucene/search/DisjunctionMaxQuery.html


      

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