It does, but it's trappy. It facets on concatenated sort string values, but any refinement is done on tokenized values. See:
https://issues.apache.org/jira/browse/SOLR-13056 https://issues.apache.org/jira/browse/SOLR-8362 I would not personally recommend faceting on SortableTextField (and separately, I am curious about the use case of naive faceting on tokenized text). On Fri, Jul 23, 2021 at 12:01 PM Jae Joo <jaejo...@gmail.com> wrote: > Based on the documentation, Docvalue is applied to the concatenated > strings for sorting. > I am questioning that the facet by the field uses docvalue or not? > > Thanks, > > Jae >