Hi, I'm currently learning how to use solr and everything seems pretty straight forward. For some reason when I use faceted queries it returns only empty sets in the facet_count section.
The get params I'm using are: ?q=*:*&rows=0&facet=true&facet.field=urn The result: "facet_counts": { "facet_queries": { }, "facet_fields": { }, "facet_dates": { }, "facet_ranges": { } } The urn field is indexed and there are enough entries to be counted. When adding facet.method=Enum, nothing changes. Does anyone know why this is happening? Am I missing something? Thanks in advance! Youri