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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -