Re: How to use query function inside a function query in Solr LTR

2020-09-22 Thread krishan goyal
This is solved by using local parameters. So {!func}sub(num_tokens_int,query({!dismax qf=field_name v=${text}})) works On Mon, Sep 21, 2020 at 7:43 PM krishan goyal wrote: > Hi, > > I have use cases of features which require a query function and some more > math on top of the result of the qu

How to use query function inside a function query in Solr LTR

2020-09-21 Thread krishan goyal
Hi, I have use cases of features which require a query function and some more math on top of the result of the query function Eg of a feature : no of extra terms in the document from input text I am trying various ways of representing this feature but always getting an exception java.lang.Runtim