php - Apache solr : Search across multivalued fields -


i have multivalued field "name" , need perform search across field

i need results name = 'john doe' or name='peter joe'.

how should write filter query above result.

i used filter query like

fq=name:(john doe or peter joe) 

but somehow not working.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -