Stratio / cassandra-lucene-index

Lucene based secondary indexes for Cassandra
Apache License 2.0
600 stars 170 forks source link

Syn or Asyn Index Updates #380

Open alvincjin opened 6 years ago

alvincjin commented 6 years ago

May I ask if we load data via Cassandra api to a base table, will the index on this table be updated synchronously or asynchronously? Thanks.