Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Releases: Stratio/cassandra-lucene-index

3.0.6.0

27 May 15:54
Compare
Choose a tag to compare
  • Upgrade to Apache Cassandra 3.0.6
  • Add support for indexing columns with TTL

3.0.5.2

27 May 14:17
Compare
Choose a tag to compare
  • Add transformation for getting the bounding box of a geographical shape
  • Fix complex clustering keys building (#143)

2.2.5.4

24 May 11:32
Compare
Choose a tag to compare
  • 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

19 May 19:57
Compare
Choose a tag to compare
  • 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

19 May 19:28
Compare
Choose a tag to compare
  • 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

04 May 13:15
Compare
Choose a tag to compare

3.5.0

03 May 15:32
Compare
Choose a tag to compare
  • Upgrade to Apache Cassandra 3.5

2.2.5.3

25 Apr 17:10
Compare
Choose a tag to compare
  • 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

22 Apr 13:30
Compare
Choose a tag to compare
  • Upgrade to Apache Cassandra 3.0.5

3.0.4.1

22 Apr 12:57
Compare
Choose a tag to compare
  • 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