[ https://issues.apache.org/jira/browse/SOLR-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598411#action_12598411 ]
Hoss Man commented on SOLR-580: ------------------------------- i'm confused ... assuming these facet counts are for field "facetField" then can't all the docs counted by facet.missing be retrieved using: {{fq=-facetField:[* TO *]}} ? > Filte Query: Retrieve all docs with facets missing > --------------------------------------------------- > > Key: SOLR-580 > URL: https://issues.apache.org/jira/browse/SOLR-580 > Project: Solr > Issue Type: New Feature > Components: search > Affects Versions: 1.3 > Reporter: Patrick Debois > Priority: Minor > > Consider this list > facetA - 10 > facetB - 20 > facets missing - 30 > For facetA and facetB it is easy to select the correct fq=FACET:value . But > to be able to see the document that have missing facets one needs to specifiy > a NOT fq= for every value in the facet. > Therefore a kind of short hand would be usefull to select all documents that > have a facet missing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.