Skip to content

v3.1.0

Compare
Choose a tag to compare
@joeferner joeferner released this 12 Feb 01:54
· 368 commits to master since this release
  • Changed: Set Elasticsearch scroll api query to have a size that is the same as page size
  • Changed: Properly throw NoSuchElementException from Iterables when next is called with no more elements
  • Changed: If exact match is chosen for a property, full text is automatically enabled to support aggregation results
  • Added: Accumulo in table storage of streaming property value data
  • Added: Functions to delete extended data columns
  • Added: Multi-value extended data columns
  • Added: Sorting and aggregating of row ids and table names
  • Added: Option to execute a script from the shell
  • Fixed: Streaming property value input stream from data table
  • Fixed: Elasticsearch5 retry logic to sleep per request failure instead of batch of failures
  • Fixed: Mixed case searching on exact match properties
  • Fixed: Intermittent bug while indexing streaming property values under high load
  • Removed: ElasticSearch 1.x support