Well, the doc does state that limitation - "*In CQL-based Solr cores, the
Solr schema fields that are dynamic and multivalued are not supported*" -
but DataStax will have to clarify whether that is still true and true for
lists and sets.

See:
http://docs.datastax.com/en/datastax_enterprise/4.7//datastax_enterprise/srch/srchDynFlds.html

-- Jack Krupansky

On Mon, Jun 22, 2015 at 10:23 AM, Moshe Kranc <moshekr...@gmail.com> wrote:

> Lists and sets are implemented as multivalue fields, and dse solr does not
> support dynamic multivalue fields. Therefore, I conclude that dse solr does
> not support dynamic field search for sets and lists, I. E. I will have to
> modify the solr schema and re-index each time I add a new CQL llist or
> set.
>
> Is my logic correct?
>
>
> On Monday, June 22, 2015, Jack Krupansky <jack.krupan...@gmail.com> wrote:
>
>> 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?
>>>
>>
>>

Reply via email to