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.
    }
  }
posta 2 anni fa273 visualizzazioni
1 Risposta
0

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

TECNICO DI SUPPORTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande