DSE Graph can use search indexes that take advantage of DSE Search functionality for efficient traversal queries. DSE Search uses a modified Apache Solr to create the search indexes. Graph search indexes can be created using asText()
for full text tokenized search or asString()
for exact string matching. Each option has advantages, depending on the type of search that will be required in graph traversals.
Read full article from Using search indexes
No comments:
Post a Comment