Setting the facet method to enum will have consequences for the filterCache, especially if you allow faceting on high-cardinality fields so for that specific example I'd be cautious.
Best, Erick On Wed, Aug 17, 2016 at 3:01 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > That's what it is there for. Are you seeing any issues? > > You can confirm whether it works or not by adding echoParams=all to > the query (or in the defaults/invariants). > > Regards, > Alex > ---- > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 18 August 2016 at 07:43, ruby <rshoss...@gmail.com> wrote: >> Is it possible to use the invariants in Solr config to set facet.method to >> override what user is sending? >> >> <lst name="invariants"> >> <str name="facet.method">enum</bool> >> </lst> >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Using-Solr-invariants-to-set-facet-method-tp4292142.html >> Sent from the Solr - User mailing list archive at Nabble.com.