BahnBoran
BahnBoran

Reputation: 3

DataStax Graph Fuzz Query

I am actually experimenting with DSE (Datastax Entreprise) Graph and i am stuck in a problem: i would like to do a gremlin fuzzy query on DSE. Basicaly, it will return the strings that has the highest match scores. I know you can do that in TitanDb by using the graph.indexQuery command. Is there any equivalent to this gremlin command in DSE?

Thank you

Upvotes: 0

Views: 100

Answers (2)

jlacefie
jlacefie

Reputation: 614

We are looking to expose the first phase of this functionality in 5.0.4, our next release. This is targeted to be released this month.

Upvotes: 0

jlacefie
jlacefie

Reputation: 614

Check out the indexing overview of DSE Graph. https://docs.datastax.com/en/latest-dse/datastax_enterprise/graph/using/indexOverview.html?hl=index

We enable this functionality through the integration with DSE Search (i.e. DataStax's integration with SOLR). Right now we are tied to String and Text searching, but in the near future we'll be able to leverage DSE Search fully through Gremlin.

Upvotes: 1

Related Questions