Skip to content

Add client configuration to index

Compare
Choose a tag to compare
@CheapHasz CheapHasz released this 08 Mar 15:22
· 8 commits to master since this release
8b5c7b6
  • Added a way to pass an Elasticsearch\Client to the Index constructor
  • Added a two named constructor the Index : createWithClient which focuses on the Client implementation, and createWithoutClient which is an alias for the current constructor
  • Added constructor deprecation, as it will be changed to the createWithClient in the next major release