[jira] Commented: (SOLR-580) Filte Query: Retrieve all docs with facets missing

2008-05-21 Thread Patrick Debois (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12598573#action_12598573
 ] 

Patrick Debois commented on SOLR-580:
-

Thanks for the answer Erik,

may I suggest this can be added to the facets page 
http://wiki.apache.org/solr/SimpleFacetParameters ?




 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.



[jira] Commented: (SOLR-580) Filte Query: Retrieve all docs with facets missing

2008-05-20 Thread Hoss Man (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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.