Hello,
I have 2 search node in my cluster. When I want to make search with CQL's solr_query there isn't any problem. But I want to add pagination capabilities to my application which CQL is not supporting.
So I think that, I should use Solr's Rest API. But I have a question about querying.
For example, my search nodes's names are A and B. I'm running A at 100.100.100.100, B at 200.200.200.200. When I query to node A, with http://100.100.100.100:8983/solr/keyspaceName.cfName/select/?q=foo%3A+bar&version=2.2&start=0&rows=10&indent=on this request, will DSE search data on node A and B, or just on A? I couldn't see any documentation about this.
Thanks.
