You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created on my local host using elastic search and elasticsearch river mongodb an idex for a collection from a mongodb database.
Is it possible to connect from my spring project using spring-data-elasticsearch to the index already created in elastic search?
I tried to add the spring-data-elasticsearch configurations to my project using a using Node Client but when I try to make a simple search I get "org.elasticsearch.indices.IndexMissingException"
The text was updated successfully, but these errors were encountered:
Hi,
I have created on my local host using elastic search and elasticsearch river mongodb an idex for a collection from a mongodb database.
Is it possible to connect from my spring project using spring-data-elasticsearch to the index already created in elastic search?
I tried to add the spring-data-elasticsearch configurations to my project using a using Node Client but when I try to make a simple search I get "org.elasticsearch.indices.IndexMissingException"
The text was updated successfully, but these errors were encountered: