You are here

protected property SearchApiAlterAddAggregation::$fulltextReductionSeparator in Search API 7

A separator to use when the aggregation type is 'fulltext'.

Used to temporarily store a string separator when the aggregation type is "fulltext", for use in SearchApiAlterAddAggregation::reduce() with array_reduce().

Type: string

File

includes/callback_add_aggregation.inc, line 32
Contains SearchApiAlterAddAggregation.

Class

SearchApiAlterAddAggregation
Search API data alteration callback that adds an URL field for all items.

Code

protected $fulltextReductionSeparator;