Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example/bin/getstarted-debug-gnu throws exception "search failed" #18

Open
grants opened this issue Jul 19, 2019 · 2 comments
Open

example/bin/getstarted-debug-gnu throws exception "search failed" #18

grants opened this issue Jul 19, 2019 · 2 comments

Comments

@grants
Copy link

grants commented Jul 19, 2019

Official name is: localhost, IP addresses: 127.0.0.1 127.0.0.1 , session keep alive connection.
Index failed.
0
test-index/7hao/_search -d {"query":{"match_all":{}}}
result: {"status":200}
Exception in src/elasticsearch/elasticsearch.cpp l. 265 ->
Search failed.
terminate called after throwing an instance of 'Exception'

I tried to search:

curl http://localhost:9200/test-index/7hao/_search
This index exists and has "7hao" type documents.

@fourseven471
Copy link

Official name is: localhost, IP addresses: 127.0.0.1 127.0.0.1 , session keep alive connection.
Index failed.
0
test-index/7hao/_search -d {"query":{"match_all":{}}}
result: {"status":200}
Exception in src/elasticsearch/elasticsearch.cpp l. 265 ->
Search failed.
terminate called after throwing an instance of 'Exception'

I tried to search:

curl http://localhost:9200/test-index/7hao/_search
This index exists and has "7hao" type documents.
@grants
Have you solved the problem? I got the same problem.

@rtxbc
Copy link

rtxbc commented Sep 8, 2020

Official name is: localhost, IP addresses: 127.0.0.1 127.0.0.1 , session keep alive connection.
Index failed.
0
test-index/7hao/_search -d {"query":{"match_all":{}}}
result: {"status":200}
Exception in src/elasticsearch/elasticsearch.cpp l. 265 ->
Search failed.
terminate called after throwing an instance of 'Exception'

I tried to search:
curl http://localhost:9200/test-index/7hao/_search
This index exists and has "7hao" type documents.
@grants
Have you solved the problem? I got the same problem.

Me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants