List and set collections are mapped to multivalued Solr fields - a Solr query will match on any of the values in a multivalued Solr field (or keywords within those multiple values for Solr tokenized text fields.)
See: http://docs.datastax.com/en/datastax_enterprise/4.7//datastax_enterprise/srch/srchSolrType.html -- Jack Krupansky On Mon, Jun 22, 2015 at 4:32 AM, Moshe Kranc <moshekr...@gmail.com> wrote: > In the DSE 4.7 advanced tutorial, there is an example of using a CQL map > together with Solr dynamic fields, so that every map entry is automatically > indexed by Solr. > > Does this work for the other CQL collections, namely lists and sets? Can I > define CQL lists and sets to use Solr dynamic fields, so they are > automatically indexed by Solr? >