This repository has been archived by the owner on May 27, 2020. It is now read-only.
Releases: Stratio/cassandra-lucene-index
Releases · Stratio/cassandra-lucene-index
3.0.6.0
- Upgrade to Apache Cassandra 3.0.6
- Add support for indexing columns with TTL
3.0.5.2
2.2.5.4
- Upgrade to Apache Lucene 5.5.1
- Add sorting merge policy (dramatically improves filter performance)
- Add option to use doc values in match, contains and range searches
- Add heuristic to build token range queries according to their selectivity
- Add transformation for getting the convex hull of a geographical shape
- Remove indexed/sorted mapping options, all mappers store doc values when possible
- Remove support for other partitioners than Murmur3
- Fix invalid WKT shapes by zero-buffering them
- Fix memory consumption issues with high fetch sizes
- Fix clustering key filtering with better token prefix collation
- Fix deletion of unique component of a collection (#132)
3.5.1
- Upgrade to Apache Lucene 5.5.1
- Add support for old dummy column syntax (Spark compatibility and score retrieval)
- Add option to use doc values in match, contains and range searches
- Add heuristic to build token range queries according to their selectivity
- Add transformation for getting the convex hull of a geographical shape
- Add early termination in inner pagination (improves allow filtering performance)
- Remove indexed/sorted mapping options, all mappers store doc values when possible
- Fix invalid WKT shapes by zero-buffering them
- Fix memory consumption issues with high fetch sizes
- Fix clustering key filtering with better token prefix collation
- Fix deletion of unique component of a collection (#132)
3.0.5.1
- Upgrade to Apache Lucene 5.5.1
- Add support for old dummy column syntax (Spark compatibility and score retrieval)
- Add option to use doc values in match, contains and range searches
- Add heuristic to build token range queries according to their selectivity
- Add transformation for getting the convex hull of a geographical shape
- Add early termination in inner pagination (improves allow filtering performance)
- Remove indexed/sorted mapping options, all mappers store doc values when possible
- Fix invalid WKT shapes by zero-buffering them
- Fix memory consumption issues with high fetch sizes
- Fix clustering key filtering with better token prefix collation
- Fix deletion of unique component of a collection (#132)
2.1.14.0
3.5.0
- Upgrade to Apache Cassandra 3.5
2.2.5.3
-
Add support for indexing time UUID columns with date, date_range and bitemporal mappers
-
Fix NPE while mapping geo points with explicitly null latitude/longitude value
Merged from 2.1.8.6:
-
Skip schema validation in already created indexes
3.0.5.0
- Upgrade to Apache Cassandra 3.0.5
3.0.4.1
- Add sorting merge policy (dramatically improves filtering performance)
- Add support for altering unmapped columns
- Remove score docs cache, overtaken by sorting merge policy
- Remove token range cache in favour of Lucene query cache
- Fix NPE while mapping geo points with explicitly null latitude/longitude value
- Fix missed validation of sort fields