Yes i use something like that. I make a db connection to get the facets for
the chosen category. With this data i add facet.fields dynamically:

example:
foreach(results as result){
 qStr = "facet.field=" . result;
}

I was searching for a solution that i don't need to get the facets from db.
Now i cache this list(PHP) so i don't need a request every time to the db. 

Thanks for all the help!!

--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-many-fields-can-SOLR-handle-tp3033910p3150970.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to