chengpohi / edql

Elasticsearch Query GUI Client
https://plugins.jetbrains.com/plugin/16364-elasticsearch-query--edql
Apache License 2.0
35 stars 1 forks source link

index not refresh after update from plugin UI #15

Closed ZardoZAntony closed 1 year ago

ZardoZAntony commented 1 year ago

2022-12-13_22-17-28

need refresh option

chengpohi commented 1 year ago

Hi @ZardoZAntony , I could add this feature in next version, but we need to know if we referesh we could not keep the documents in same order when don't query with sort conditions

ZardoZAntony commented 1 year ago

@chengpohi thx for prompt reply. Before, I think we need to add "POST/_bulk?refresh" for apply changes to index. I think we shouldn't keep the sort order after the refresh.

chengpohi commented 1 year ago

@ZardoZAntony edql v1.9.10 released, this version supports bulk refresh, commit refresh and manual refresh action. Could you help confirm?

Since Jetbrains still reviewing the new version, you can manually download, and reinstall plugin: Download from Jetbrains

ZardoZAntony commented 1 year ago

Yes, thx! All work fine now!