first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -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
);
}