| 1 | <?php |
||
| 3 | class IdentityElasticaIndexingHelper extends Extension implements ElasticaIndexingHelperInterface { |
||
| 4 | public function updateElasticsearchMapping(\Elastica\Type\Mapping $mapping) { |
||
| 7 | |||
| 8 | public function updateElasticsearchDocument(\Elastica\Document $document) { |
||
| 11 | |||
| 12 | public function updateElasticHTMLFields(array $htmlFields) { |
||
| 15 | } |
||
| 16 |