jolicode / elastically

🔍 JoliCode's Elastica wrapper to bootstrap Elasticsearch PHP integrations
MIT License
248 stars 38 forks source link

Allow PHP configuration instead of YAML #62

Closed jmsche closed 3 years ago

jmsche commented 3 years ago

It would be nice to be able to configure analyzers & mapping using PHP instead of YAML. If I read the IndexBuilder correctly, only YAML is allowed right now.

damienalexandre commented 3 years ago

Hi :wave:

Going full YAML was in fact too restrictive, you are right.

We already have an issue for this here: https://github.com/jolicode/elastically/issues/22 so I'm closing this one as duplicate.

Thanks a lot for this feedback as it helps driving priorities for the next version.

jmsche commented 3 years ago

My bad, didn't search enough :)