For Solr 3.6. I want to query Solr data for one of the faceted field for a filtering white space " " as a value, but I doesn't know how to do it? I have tried several times with white space, ' ' & " " but none of them work. There is a data document with white space in Solr which it shows in facet count, but filtering on it doesn't work and gives error.
Here is the example query I'm trying:
http://localhost:8983/solr/core-live/select/?q=CategoryID%3A113&version=2.2&start=0&rows=10&indent=on&facet=true&facet.field=f_brand&&facet.mincount=1&facet.field=f_wi-fi&fq=f_wi-fi:yes
This filters document with Yes, notice the fq with f_wi-fi:yes. I want to know how to filter documents with white spaces.