AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Not seeing search results #68

Closed skoestler closed 2 years ago

skoestler commented 2 years ago

It is my understanding that the default query performed when double-clicking an index should match all documents but I am not seeing anything. I am able to retrieve a single document from the index using the plugin and querying the index via my app returns the expected results.

I suspect there may be a missing/incorrect setting on my index?

Screen Shot 2022-02-22 at 8 45 49 AM

Screen Shot 2022-02-22 at 8 45 46 AM

Thanks in advance for any help

(Edited to add version details) Intellij 2021.2.3 Elasticsearch Plugin 2022.1.2-212 Elasticsearch 8.0.0

AntonShuvaev commented 2 years ago

Hello, thanks for reporting an issue. This bug is due to missing _type field in ES 8 response. Will be fixed ASAP.

AntonShuvaev commented 2 years ago

Fixed in 2022.1.4

skoestler commented 2 years ago

Got the update and works great. I really appreciate your quick response.

Thank you!