Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-23 Thread prateek . agarwal
Thanks, Mikhail On 2018/05/18 11:33:09, Mikhail Khludnev wrote: > Right > https://wiki.apache.org/solr/SolrPlugins#ValueSourceParser > > On Fri, May 18, 2018 at 8:04 AM, prateek.agar...@bigbasket.com < > prateek.agar...@bigbasket.com> wrote: > > > Hi Mikhail, > > > > I think you forgot to link

Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-18 Thread Mikhail Khludnev
Right https://wiki.apache.org/solr/SolrPlugins#ValueSourceParser On Fri, May 18, 2018 at 8:04 AM, prateek.agar...@bigbasket.com < prateek.agar...@bigbasket.com> wrote: > Hi Mikhail, > > I think you forgot to link the reference. > > Thanks > > > Regards, > Prateek > > On 2018/05/17 13:18:22, Mikha

Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-18 Thread prateek . agarwal
Hi Mikhail, I think you forgot to link the reference. Thanks Regards, Prateek On 2018/05/17 13:18:22, Mikhail Khludnev wrote: > Here is the reference I've found so far. > > On Thu, May 17, 2018 at 12:26 PM, prateek.agar...@bigbasket.com < > prateek.agar...@bigbasket.com> wrote: > > > > > H

Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-17 Thread Mikhail Khludnev
Here is the reference I've found so far. On Thu, May 17, 2018 at 12:26 PM, prateek.agar...@bigbasket.com < prateek.agar...@bigbasket.com> wrote: > > Hi Mikhail, > > > You can either sort by function that needs to turn the logic into value > > source parser. > > But like my requirement for this wa

Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-17 Thread prateek . agarwal
Hi Mikhail, > You can either sort by function that needs to turn the logic into value > source parser. But like my requirement for this was to add a field dynamically from cache or external source to the returned documents from the solr and perform sorting in the solr itself if required otherw

Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-17 Thread Mikhail Khludnev
Prateek, It's too late to sort on transformer result. You can either sort by function that needs to turn the logic into value source parser. If you need to toss just result page, check rerank. On Thu, May 17, 2018 at 10:03 AM, prateek.agar...@bigbasket.com < prateek.agar...@bigbasket.com> wrote: