* Provides a processor that combines results of different facets.
*
* @FacetsProcessor(
* id = "combine_processor",
* label = @Translation("Combine facets"),
* description = @Translation("Combine the results of two or more facets. The raw value of a result item is used to identify a resuls item. It is up to you to ensure that the combination of the result sets makes sense. As the combination bases on the raw calues it makes sense to place this processor on an early position, especially before the URL handler"),