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.
    }
  }
demandé il y a 2 ans272 vues
1 réponse
0

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

INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions