: I know I can make a facet query : something like Europe/France/* to search all POI in France : but how can I show the facet level under France (Paris, Lyon etc ...) ???
i don't fully understand your question, so i'm not sure if you mean "filter query" (fq) instead of "facet query" (facet.query) but if you are using facet=location, then facet.prefix can help you ensure that you only return values that start with Europe/France you may also be interested in this thread... http://www.nabble.com/Re%3A-Hierarchical-Faceting-p20176326.html -Hoss