Datastax DSE Solr Error -


i have cql3 table composite keys (id int, category text, property text).

when publish solr schema error:

solr indexes not supported on columnfamilies non-string comparators

has faced same issue, or know how resolve this?

thanks.

dse solr not support composite keys.

unsupported features dse search not support:

  • cassandra super columns
  • cassandra counter columns
  • cassandra timeseries type rows
  • cassandra composite columns, solr fields must strings.

dse solr source


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -