On Jun 16, 2009, at 1:57 PM, Ryan McKinley wrote:
Is there a faster way to check the number of documents for each field? Currently this gets the doc count for each term:
In the past, I've created a field that contains the names of the Fields present on the document. Then, simply facet on the new Field. I think that gets you what you want and the mechanism is all built in to Solr and is quite speedy.