I have a facet field called Cars. I want the user to be able to select multiple values (Camaro, Corvette, etc) and the results should include all records with Cars = Camaro OR Cars = Corvette.
Are there samples somewhere on how to do this with the Java API? Does anything special need to be set in the schema to allow this or it is all via the query settings? I know it has something to do with the Tagging and Excluding filters that is talked about here http://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_Filters but not sure where to go in the Java API for this. Is it via the addFilterQuery method? -- View this message in context: http://old.nabble.com/Multi-Select-Facets-through-Java-API-tp27951014p27951014.html Sent from the Solr - User mailing list archive at Nabble.com.