Closed linhaobuaa closed 10 years ago
Your query is wrong. This is not an JDBC river issue.
Correct is
GET /jdbc/jdbc/_search
{
"query":{
"filtered": {
"filter": {
"term":{
"fldItemId": 5
}
}
}
}
}
OK, thanks a lot
Hi, I am using elasticsearch-river-jdbc
Is there anyone can help?