Thanks for quick responses.. I will try the approach.. Does bypassing scoring increases search performance also?
Regards Rajnish On Monday, January 9, 2017, Ian Lea <[email protected]> wrote: > 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 <[email protected] > <javascript:;>> > 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 < > [email protected] <javascript:;>> > > 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 > > > > > >
