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 年前檢視次數 273 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南