I am facing the same issues

can any one helpl me how to search across multiple cores

I have created a cores called

core1
core2
core3

In core1, core2 i have unique id

My search would be based on the unique id and one more field in core1 which
is seperated by (;)

for ex., (field name is roles)

102; 104; 105 (which is  not unique) it am using the facet key to search for
these values 

my query would be

http://localhost:8080/solr/core0/select/?shards=localhost:8080/solr/core1/&q=descriptions:test*
and id=1&fq=roles:104

the above query return invalid field name roles. if i use roles:104* it
return the values 

Can any one help me?
-- 
View this message in context: 
http://www.nabble.com/How-to-search-in-multiple-cores---tp21912262p21927388.html
Sent from the Solr - Dev mailing list archive at Nabble.com.

Reply via email to