strapdata / elassandra

Elassandra = Elasticsearch + Apache Cassandra
http://www.elassandra.io
Apache License 2.0
1.71k stars 198 forks source link

elassandra importing cql database but not creating elasticsearch indexes #419

Open zhuwenpeng01 opened 1 year ago

zhuwenpeng01 commented 1 year ago

I am using version 6.8.4.13. after I install elassandra, I go to cqlsh and import the cql database, but there is no corresponding index created for elasticsearch! May I ask why?

zhuwenpeng01 commented 1 year ago

It's been resolved.

zhuwenpeng01 commented 1 year ago

Execute "curl -XPUT -H 'Content-Type: application/json' http://localhost:9200/test -d'{"mappings":{"docs":{"discover":". *"}}}". Where test is the name of the keyspace and docs is the name of the corresponding table