Hi,
Can anyone help me on this ? I am stuck on this for days.
On Tue, Sep 8, 2020 at 3:02 PM krishan goyal wrote:
> Thanks Dmitry.
>
> Using
> "q": "{!complexphrase inOrder=true}fieldName:${input}"
> works for single token queries but raises same exception when input is
> multi token
>
> Using
Thanks Dmitry.
Using
"q": "{!complexphrase inOrder=true}fieldName:${input}"
works for single token queries but raises same exception when input is
multi token
Using
"q": "{!complexphrase inOrder=true df=fieldName}${input}"
works for all types of tokens but the scoring logic isn't the same as "pf
Hi Krishan,
What if you remove the query() wrapping?
{
"name": "phraseMatch",
"class": "org.apache.solr.ltr.feature.SolrFeature",
"params": {
"q": "{!complexphrase inOrder=true}fieldName:${input}"
},
"store": "_DEFAULT_"
}
or even:
{
"name": "phraseMatch",
"class": "org.apache