Neptune FTS BadRequestException Error

0

Hi All, While trying to use federated query for FTS, i am getting

{
  "code": "BadRequestException",
  "detailedMessage": "An IOException happened while fetching data from ES",
  "requestId": "xxx-xxxx-xxxx-xxxx"
}

The Query looks very simple-

PREFIX neptune-fts: <http://aws.amazon.com/neptune/vocab/v01/services/fts#>
SELECT * WHERE {
  SERVICE neptune-fts:search {
    neptune-fts:config neptune-fts:endpoint 'Elasticsearch Endpint' .
    neptune-fts:config neptune-fts:queryType 'match' .
    neptune-fts:config neptune-fts:field '*' .
    neptune-fts:config neptune-fts:query 'naruto' .
    neptune-fts:config neptune-fts:return ?res.
    }
  }
已提问 2 年前272 查看次数
1 回答
0

To answer your question, we require details that are non-public information. Please open a support case with AWS using the following link

支持工程师
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则