Releases: Erudika/para-search-elasticsearch
v1.28.4
v1.28.3
v1.28.2
861b930 updated Para to 1.28.2
d14887a added more tests for nested arrays
1b69d70 updated readme to describe the feature elastic/elasticsearch#11322
c6fce3f added special syntax for querying nested arrays with absolute precision
44b1793 refactored recursive method to use iteration, set strict limit for compound query depth
e52d647 updated ES to v6.1.2
f2ff0e3 added a new nested indexing mode to prevent a possible mapping explosion
📦 Download JAR
v1.28.1
v1.28.0
02a7e53 udpated Para to 1.28.0
5614a6f moved config option to para.es.root_index_sharing_enabled
; fixed tests
620aa3e fixed index should not have routed alias if app is not sharing index with other apps, added option para.root_index_sharing_enabled
defaults to false
cd2e022 added reindex_batch_size
option to control the number of docs to reindex in a single batch
📦 Download JAR
v1.27.1
d5bf7be updated ES to 6.1.0, Para to 1.27.0
f580124 fixed IndexBasedDAO
nested call to update()
a783776 moved getAppidFromAuthHeader()
to para-core
, fixed getRawResponse
parameter bug when sending request to proxy other than GET
312e4ba fixed app id not shown in logs when detected objects only found in index
📦 Download JAR
v1.27.0
Note: Elasticsearch was updated to 6.0.0
, you may have to reindex your documents with ElasticSearchUtils.rebuildIndex()
.
700fd89 updated Para to v1.26.1
1808526 added configurable shard and replica settings for child apps
1ec29d8 added response error logging for index/unindex operations
21ea8cc added proxy response transformation of ES response to Para response to enable clients to easily convert it to list of ParaObjects
5c5c58d fixed index name for newly rebuilt indices contains only a timestamp
instead of name_timestamp
d2f1c44 added support for multiple sort fields by specifying comma-separated values in pager.sortBy
dc15630 removed problematic path query parameter
3000cdb added reindexing through the ES proxy endpoint, e.g. POST /v1/_elasticsearch/reindex
3cc8950 fixed tests against ES v6
1b23351 updated ES to v6, integration tests fail
📦 Download JAR
v1.26.0
87878a8 Updated Para to 1.26.0, ES Transport client to 5.6.4
80b6f2a fixed possible NPE
e794ee4 fixed the proxy endpoint paths, added tests and docs
65235f4 added ES proxy request handler
b4ebd63 fixed _docid
not set on reindex, sort order not defined
edd7a01 added 'search after' support
📦 Download JAR
v1.25.7
v1.25.6
f36f4d1 fixed query parser instance instantiation, thanks @jswiesner!