Solr

Concept

Datastax solr queries are available with multiple interfaces. This requires that solr be set up and configured on the Cassandra database server.

JSON (Requires DSE 5.1+)

Query by JSON with the getAllBySolr(class,solrQuery), For details on the format of the solrQuery, please consult DSE 5.1 - Search index filter syntax for details.

Object (Requires DSE 6.0+)

Adds Query by Object with getAllBySolr(class,object). See DSE 6.0 - Search index filter syntax for details

Copyright 2018 T-Mobile US, Inc.
Code For Demonstration Purposes Only