Solr eDisMax query -


i have field "spell" text "quanti disperati si rovescerebbero con barconi sulle nostre.."

i can search via edismax one:

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

or

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

but how can search not complete sentence one:

q={!field f=spell}disperati si rovescere*' - incorrect 

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


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -