我有“拼写”字段和文本"Quanti con i barconi sulle nostre..“
我可以通过edismax搜索,如下所示:
q={!field f=spell}disperati si rovescerebbero' - OK或
q={!prefix f=spell}disperat' - OK但我怎么能搜索到不是像这样的完整句子:
q={!field f=spell}disperati si rovescere*' - INCORRECT发布于 2011-10-14 23:15:00
Try - q={!type=edismax qf=spell v='disperati si rovescerebbero*'}
https://stackoverflow.com/questions/7765198
复制相似问题