oal.search.ConstantScoreQuery?

"A query that wraps another query and simply returns a constant score equal
to the query boost for every document that matches the query. It therefore
simply strips of all scores and returns a constant one."


--
Ian.


On Mon, Jan 9, 2017 at 11:39 AM, Taher Galal <taher.gala...@gmail.com>
wrote:

> Hi,
>
> What about writing your own scoring that just give a value of 1 to all the
> documents that are hits?
>
> On Mon, Jan 9, 2017 at 12:17 PM, Rajnish kamboj <rajnishk7.i...@gmail.com>
> wrote:
>
> > My application does not require scoring/ranking.  All data is equally
> > important for me.
> >
> > Search query can return any documents matching search criteria.
> >
> > So, Is there a way to completely disable scoring/ranking altogether?
> > OR Is there a better solution to it.
> >
> > Regards
> > Rajnish
> >
>

Reply via email to