Hello
I have a pb trying to retrieve a tree with facet use

I 've got a field location_field
Each doc in my index has a location_field

Location field can be
continent/country/city


I have 2 queries:

http://server/solr//select?fq=(location_field:NORTH*) : ok, retrieve docs

http://server/solr//select?fq=(location_field:NORTH AMERICA*) : not ok


I think with NORTH AMERICA I have a pb with the space caractere

Could u help me



-- 
View this message in context: 
http://www.nabble.com/Facet-query-pb-tp25790667p25790667.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to