Releases: manticoresoftware/manticoresearch-net
Releases · manticoresoftware/manticoresearch-net
Release 4.0.0
This release includes:
- BREAKING: Changed types of 'aggs' and 'expressions' properties in SearchRequest to match Manticore types
- Updated documentation
Release 3.3.1
This release includes:
- Fixed the structure of BulkResponse to match the altered format of server response in Manticore 6.2.0
Release 3.3.0
This release includes:
- Improved the search API to offer more abstraction, eliminating the need for users to pass search requests as complex JSON objects; instead, the searchRequest object can now be built by setting its properties separately
- Added the support of the
track_scores
option in search requests - Updated documentation to reflect these changes
- Increased release version to be consistent with the other clients
❗Breaking changes
The following properties of the search request are now implemented as separate objects. Previously, these properties were set directly on the search request. Now, they are to be instantiated as separate objects and then assigned to the search request object.
query
source
sort
aggs
highlight
Release 1.0.0
This release includes:
client generated with the OpenAPITools generator (v6.1.1)