开发者

Solr eDisMax query

开发者 https://www.devze.com 2023-04-13 03:45 出处:网络
I have field \"spell\" with text \"Quanti disperati si rovescerebbero con i barconi sulle nostre..\" I can search via edismax like this one:

I have field "spell" with text "Quanti disperati si rovescerebbero con i barconi sulle nostre.."

I can search via edismax like this one:

q={!field f=spell}disperati si rovescerebbero' - OK

or

q={!prefix f=spell}disperat' - OK

but how can I search not a complete sentence something like this one:

q={!field f=开发者_Python百科spell}disperati si rovescere*' - INCORRECT


Try this:

q={!type=edismax qf=spell v='disperati si rovescerebbero*'}
0

精彩评论

暂无评论...
验证码 换一张
取 消