[ 
https://issues.apache.org/jira/browse/SOLR-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Hatcher resolved SOLR-580.
-------------------------------

    Resolution: Invalid

You can actually constrain an fq on all documents that do _not_ have a value in 
a particular field using &fq=-field:[* 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.

Reply via email to