Yes. What do you mean "how does it work"? The low-level details or what?
Basically, faceting just... facets. I.e. for each unique value in the field specified it counts the number of docs in the result set that have that value. So if you have a doc with two dates and facet on that field, say 1/1/2015 and 1/1/2016, that doc will be counted in each bucket. Best, Erick On Tue, Jan 19, 2016 at 8:48 AM, Steven White <swhite4...@gmail.com> wrote: > Hi everyone, > > Can I use facet on a field type of multiValued? If so, how does facet work > with field type of "date" set as multiValued? > > Thanks > > Steve