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
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
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
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
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
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:
Hi all,
I wanted to ask is it possible to sort on the field which is added during
DocTransformer.
I'm referring to something like this:
(https://mariofebbraio.files.wordpress.com/2014/10/doctransformer.png) here the
price is added using doctransformer so is it possible to sort on this field if