Example usage for org.apache.cassandra.index Index interface-usage

List of usage examples for org.apache.cassandra.index Index interface-usage

Introduction

In this page you can find the example usage for org.apache.cassandra.index Index interface-usage.

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.
 *