jolicode / elastically

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

Add optional fileName parameter to specify an index file name #50

Closed JochenRousse closed 3 years ago

JochenRousse commented 3 years ago

Hi, we have an use case where we'd like to specify one mapping for multiple indexes (one index per locale). This change would allow this use case without breaking existing code.

damienalexandre commented 3 years ago

Thanks a lot!

Just as mention, I'm planning to refactor the Mapping Provider for version 2 => https://github.com/jolicode/elastically/issues/22