OK, would it work just add an fq clause fq=-user:10? Or, depending on your Solr, fq=*:* -user:10?
Best Erick On Tue, Jul 10, 2012 at 5:45 AM, davidbougearel <david.bougea...@smile-benelux.com> wrote: > Ok sorry to not be clear and thanks again for your answers. > > q=service%3A1+AND+publicationstatus%3ALIVE&sort=publishingdate+desc&fq=%7B%21ex%3Ddt%7D%28%28%28user%3A10%29%29%29&facet.field=%7B%21tag%3Ddt%7Duser&facet=true&facet.mincount=1 > > Here with this query i want to get all the documents (the elements stored > are documents) tagged by user facet with the service=1 but with the > constraint that i dont want the user facet user:10. > > So if i had all the facets users like this : user:1, user:2, user:10, i > expect to get documents tagged on user:1 and user:2 only not the facet one > with user:10 even if those documents are tagged to service:1. > > Is it more clear ? > > Regards, David. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-facet-multiple-constraint-tp3992974p3994109.html > Sent from the Solr - User mailing list archive at Nabble.com.