开发者

Solr eDisMax query

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜