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.
    }
  }
asked 2 years ago268 views
1 Answer
0

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

SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions