: Since the names of the string fields are not predefined I might have to
: find a method to do this automatically.

if the fields are strings, and you are only looking for "exact" matches 
(ie: you don't need any special query parser syntax) use the "field" 
QParser....

: > SolrQuery.addFilterQuery("yourStringField:Cameras\\ \\&\\ Photos")

solrQuery.addFilterQuery("{!field f=yourStringField}Cameras & Photos")


-Hoss

Reply via email to