Hi!
I've started experimenting with the new indexing feature, I'm doing a proof of concept for a customer to evaluate the new feature. I'm using 8.6.1.5 with the wrap-template.
I would now like to customize how the input strings are broken down to terms. I have a field, manufacturer, that contains a value Northern Star. When indexed this is separated into two different terms, "Northern" and "Star". This also shows up in the facet for filtering, two alternatives in the loop, "northern" and "star". (They are lower case for some reason..)
Also, I know the documentation is on its way, but could someone please explain the difference between a field facet and a list facet? Doesn't have to be thorough, just something to give me a basic understanding of what it is.
Could someone also point me out to where in the API these features live? So I can have a look at what methods we as developers can call from the outside?
Thanks!
BR,
Mats