Releases: benfalk/elastic_lens
Releases · benfalk/elastic_lens
[0.1.8] - 2023-01-24
Added
- Ergonomic methods to
AggResult
that allow you to directly get at
the data the enum is wrapping. Prior to this change you had to work
directly from theAggResultCollection
; which may not always be the
case if you're attempting to pass individual results around to be
processed by the the code that created the request for them w/o
passing the entire collection.
[0.1.7] - 2023-01-2021
Fixed
- Empty
bool
query building bug is fixed. When attempting to build
a search if you apply an empty criteria set, such as anAllMatch
it would generate a malformed query where thebool
node had an
empty filter. Now criterion are checked before being applied to a
search to prevent this going forward.
[0.1.6] - 2023-01-20
Added
- Support to unwrap the
MultiResponse
structure down to it's underlying
vector of search result payloads.
[0.1.5] - 2023-01-20
Removed
- Requirement for
Debug
andClone
for typesT
inMultiResponse
is no longer needed forClient#multi_search
to return results. Now
if the typeT
does implement both/either trait thenMultiResponse
will also have that functionality.
[0.1.4] 2023-01-17
Added
Cow<'static, str>
can now be coerced to aScalarValue
directly.u8
,u16
,u32
,i32
,i16
,i8
are now coerced toScalarValue
f32
is now coerced toScalarValue
[0.1.3] 2023-01-16
Added
hits_mut()
anddocs_mut()
mutable iterators to search resultshits_take()
anddocs_take()
to extract collections from results- Make offical adapter clone-able so the client can also be cloned
[0.1.2] - 2023-01-16
Removed
- Requirement for
Debug
andClone
for typesT
inSearchResults
is no longer required in order forClient#search
to return results.
Now if the typeT
does implement both/either trait then
SearchResults
will also have that functionality.
[0.1.1] - 2023-01-15
Changed
- Spelling references from
offical
toofficial
Release 0.1.0
Release 0.1.0