: I have an index with a field called 'category'. The data is not clean,
: so documents may have values such as 'ABC DEF', 'abc-def', 'ABC-def'
: etc. Now, I want to facet by this field and want all such values to be
: clubbed together.
: I created a field called 'category_facet' where I stri
Hi,
I have an index with a field called 'category'. The data is not clean, so
documents may have values such as 'ABC DEF', 'abc-def', 'ABC-def' etc. Now, I
want to facet by this field and want all such values to be clubbed together.
I created a field called 'category_facet' where I strip ever