What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi Everyone. We are using Php Elastica lib for our elasticsearch, and I was wondering since the code

UKKQKJ9FX
UKKQKJ9FX Posts: 38 🧑🏻‍🚀 - Cadet

Hi Everyone.
We are using Php Elastica lib for our elasticsearch, and I was wondering since the code is deep in vendor, is there any way to tell elastica to use Future Mode if anyone had experience with this?

Comments

  • U01T075RRHD
    U01T075RRHD Posts: 118 🧑🏻‍🚀 - Cadet

    Future Mode seems like an invention from the developers of Elasticsearch's PHP client implementation. You will not find this feature in runflin/Elastica. Perhaps ruflin/Elastica offers a similar functionality under a different name but I'm not aware of that

  • UKKQKJ9FX
    UKKQKJ9FX Posts: 38 🧑🏻‍🚀 - Cadet
    edited July 2021

    I figured I will just use ruflin to build the query for the DSL support, and proxy it via official library for the Future Mode.

    Thanks