Releases: strapdata/elassandra
Releases · strapdata/elassandra
v2.4.2-12
v2.4.2-10
v2.4.2-9.2
Fix a search routing issue
v2.4.2-9.1
Elassandra v2.4.2-9.1
v2.4.2-8
v2.4.2-7
v2.4.2-6
release 2.1.1-18.1
Release 2.1.1-18
2.1.1-18 - 2016-10-24
- Add support for multi-threaded nodetool rebuild_index to improve re-indexing performances.
- Add a new random search strategy to distribute search request to a minimum of nodes.
- Add support for multi-fields and geo_shape.
- Add support for ES index update when deleting by partition key (deleting with a range of clustering keys not yet implemented).
- Fix issue #50 Elastic Index ignores documents created using Cassandra UPDATE
- Fix issue when using distinct RPC and INTERNAL ip addresses for Cassandra.
- Don't close stdout when running in foreground.
- Creates Elasticsearch indices only for keyspaces using the NetworkReplicationStrategy.
release 2.1.1-17.1
- Temporary revert CASSANDRA-11427 because of CASSANDRA-12351 (CASSANDRA-12143).
- [breaking change] Replace DatacenterReplicationStrategy by NetworkReplicationStrategy to avoid boostraping issues (Replace all DatacenterReplicationStrategy by
NetworkReplicationStrategy before upgrading). - Add support for completion type.
- Add support for percolator.
- Add support for Spark/Hadoop with the elasticsearch-hadoop spark connector.
- Add a new metafield _node when indexing document and a token_range aggregation allowing to check cassandra consistency of an index.
- Fix a lat_lon order issue.