Re: Facet performance problem

2018-02-20 Thread Shawn Heisey
On 2/20/2018 1:18 AM, LOPEZ-CORTES Mariano-ext wrote: We return a facet list of values in "motifPresence" field (person status). Status: [ ] status1 [x] status2 [x] status3 The user then selects 1 or multiple status (It's this step that we called "facet filtering

RE: Facet performance problem

2018-02-20 Thread LOPEZ-CORTES Mariano-ext
solution? -Message d'origine- De : Erick Erickson [mailto:erickerick...@gmail.com] Envoyé : lundi 19 février 2018 18:18 À : solr-user Objet : Re: Facet performance problem I'm confused here. What do you mean by "facet filtering"? Your examples have no facets at all, just

Re: Facet performance problem

2018-02-19 Thread Erick Erickson
I'm confused here. What do you mean by "facet filtering"? Your examples have no facets at all, just a _filter query_. I'll assume you want to use filter query (fq), and faceting has nothing to do with it. This is one of the tricky bits of docValues. While it's _possible_ to search on a field that'

Facet performance problem

2018-02-19 Thread MOUSSA MZE Oussama-ext
Hi We have following environement : 3 nodes cluster 1 shard Replication factor = 2 8GB per node 29 millions of documents We've faceting over field "motifPresence" defined as follow: Once the user selects motifPresence filter we executes search again with: fq: (value1 OR value2 OR value3 OR