what is the best way to use Solr in Datastax graph database. so, currently we have 4 node cluster where 3 nodes are DSE and 1 node is serving as Solr instance.
now, currently we are using Solr web service to integrate Solr in our backend code where we use gremlin to talk to our DSE.
Now, we are about to add one more Solr instance to cluster and using Solr webservice seems to be not a good option as we will have multiple urls to access the right index.
what is the best way to integrate Solr when you are using Gremlin on Datastax at your backend.
There are several things here:
token
, regex
, etc. See corresponding part of DSE Graph documentation;solr_query
for specification of the query, or just use SELECT ... FROM ... WHERE col LIKE 'text%';
in version of DSE 6.x.