List of usage examples for org.apache.cassandra.index Index interface-usage
From source file org.elassandra.index.ElasticSecondaryIndex.java
/**
* Custom secondary index for CQL3 only, should be created when mapping is applied and local shard started.
* Index rows as documents when Elasticsearch clusterState has no write blocks and local shard is started.
*
* ExtendedElasticSecondaryIndex directly build lucene fields without building a JSON document parsed by Elasticsearch.
*