Re: facet.method=smart

2020-12-04 Thread Jae Joo
Thanks! Jae On Fri, Dec 4, 2020 at 1:38 AM Radu Gheorghe wrote: > Hi Jae, > > No, it’s not smarter than explicitly defining, for example enum for a > low-cardinality field. > > Think of “smart” as a default path, and explicit definitions as some > “hints”. You can see that default path in this

Re: facet.method=smart

2020-12-03 Thread Radu Gheorghe
Hi Jae, No, it’s not smarter than explicitly defining, for example enum for a low-cardinality field. Think of “smart” as a default path, and explicit definitions as some “hints”. You can see that default path in this function: https://github.com/apache/lucene-solr/blob/master/solr/core/src/jav

facet.method=smart

2020-11-30 Thread Jae Joo
Is "smart" really smarter than one explicitly defined? For "emun" type, would it be faster to define facet.method=enum than smart? Jae