In most cases, it should.

Test it and find out and report back :)

Mike McCandless

http://blog.mikemccandless.com


On Mon, Jan 9, 2017 at 10:07 AM, Rajnish kamboj
<rajnishk7.i...@gmail.com> wrote:
> 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 <ian....@gmail.com> 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 <taher.gala...@gmail.com
>> <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 <
>> rajnishk7.i...@gmail.com <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
>> > >
>> >
>>

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

Reply via email to