7

Most SPARQL endpoints have some extensions allowing for full-text search. Can I do full-text searches with the Amazon Neptune SPARQL endpoint?

Reto Gmür
  • 2,497
  • 1
  • 20
  • 25
  • 2
    documentation say no resp. it's not mentioned there. it's still beta status, either you ask the devs or you have to live with the slow regex of SPARQL. – UninformedUser Aug 06 '18 at 12:50
  • @Reto Please see answer below. Is there any other info that you were looking for with regards to this? – The-Big-K Oct 24 '18 at 07:04
  • @KarthikRajan I saw and upvoted the answer, leaving the question open in the hope somebody can give more infos on if and when to expect that feature. I guess an existing (large) Amazon customer would be in a better position to get more information. – Reto Gmür Oct 24 '18 at 12:41

2 Answers2

3

As of October 2018, full text search is not supported out of the box in Neptune (Gremlin and SPARQL). I would recommend opening a support case with Neptune to get more info around when to expect this feature.

The-Big-K
  • 2,672
  • 16
  • 35
3

Neptune integration with Elasticsearch has been release with version 1.0.2.1:

Please refer to this answer for a detailed explanation or check the official documentation.

Simone Rondelli
  • 356
  • 1
  • 18