Solr: Query Facet and count missing
问题 In my Solr index I have an optional date field. Let's call it Property_3_1044 . I want to find the maximum and the minimum of Property_3_1044 as well as the number of all items without that date . I believe faceting is the best approach. Please correct me if there is a better way! Using Query Facets I can use aggregate functions min and max to obtain minimum and maximum, respectively : http://localhost:8983/solr/Shard/query?q=:&json.facet={Date1:{type:query,facet:{"min":"min(Property_3_1044)"