Thanks Rick and Erick for your response. Here is the situation where I want to use both sort and phrase boosting:
- I have designed a screen where results are showing in tabular form, in each column I have applied sorting( using Solr sort parameter). There is one keyword search box, in which I have applied the phrase boosting to maintain relevancy.( Most relevant result will show on the top). - Now If I applied keyword search and then I want to sort the result, how I can achieve this?(Sorting completely overrides scoring). Thanks Renuka Srishti On Sat, Sep 9, 2017 at 1:38 AM, Erick Erickson <erickerick...@gmail.com> wrote: > Sorting completely overrides scoring. By specifying a sort parameter > you're effectively telling Solr that you don't care about scoring, > order the docs by the sort criteria. > > On Fri, Sep 8, 2017 at 3:35 AM, Rick Leir <rl...@leirtech.com> wrote: > > Renuka, > > > > You have not told us nearly enough about your issue. What query? config? > > > > cheers -- Rick > > > > > > > > On 2017-09-08 05:42 AM, Renuka Srishti wrote: > >> > >> Hello All, > >> > >> I am trying to use sort parameter and phrase boosting together in > search. > >> But, if I use the sort parameter, it seems like Phrase Boosting does not > >> work with it. > >> > >> Thanks > >> Renuka Srishti > >> > > >