first commit
This commit is contained in:
@@ -41,11 +41,11 @@ interface SerializedValueDetector
|
||||
* unserialized.
|
||||
*
|
||||
* @param array $indexingConfiguration Current item's indexing configuration
|
||||
* @param string $solrFieldName Current field being indexed
|
||||
* @param string $meilisearchFieldName Current field being indexed
|
||||
* @return bool TRUE if the value is expected to be serialized, FALSE otherwise
|
||||
*/
|
||||
public function isSerializedValue(
|
||||
array $indexingConfiguration,
|
||||
$solrFieldName
|
||||
$meilisearchFieldName
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user