PSeitz
8a5a12d961
add setter to json object options ( #1311 )
2022-03-16 10:36:30 +09:00
Pascal Seitz
e73542e2e8
Elasticsearch behaviour on hard/extended_bounds
2022-03-15 16:46:45 +08:00
Pascal Seitz
0262e44bbd
merge_fruits pass by value
2022-03-15 12:59:22 +08:00
Pascal Seitz
613aad7a8a
vec optional, improve performance
2022-03-14 21:29:07 +08:00
Pascal Seitz
1aa88b0c51
improve performance
2022-03-14 20:28:08 +08:00
Pascal Seitz
564fa38085
move sub_aggregations to own vec, use itertools minmax
2022-03-14 16:20:26 +08:00
dependabot[bot]
59ec21479f
Update pprof requirement from 0.6 to 0.7 ( #1305 )
...
Updates the requirements on [pprof](https://github.com/tikv/pprof-rs ) to permit the latest version.
- [Release notes](https://github.com/tikv/pprof-rs/releases )
- [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tikv/pprof-rs/commits )
---
updated-dependencies:
- dependency-name: pprof
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 13:57:22 +09:00
PSeitz
42283f9e91
fix error message UnknownTokenizer ( #1308 )
...
closes #1303
2022-03-14 13:54:47 +09:00
PSeitz
b105bf72e1
use defaults in meta.json ( #1310 )
...
This change allows to have unset fields in meta.json and fall back to their defaults
Currently it is required to explicitly put e.g. fieldnorms: false
2022-03-14 13:54:06 +09:00
Pascal Seitz
226f577803
Add Histogram aggregation
2022-03-11 21:52:07 +08:00
Paul Masurel
2e255c4bef
Preparing for release
0.17
2022-03-09 09:59:08 +09:00
Paul Masurel
387592809f
Updated CHANGELOG
2022-03-07 15:31:35 +09:00
Halvor Fladsrud Bø
cedced5bb0
Slop support for phrase queries ( #1241 )
...
Closes #1068
2022-03-07 15:29:18 +09:00
dependabot[bot]
d31f045872
Bump actions/checkout from 2 to 3 ( #1300 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 11:54:26 +09:00
PSeitz
6656a70d1b
Merge pull request #1301 from saroh/1232-doc-fastfield
...
update fastfield doc
2022-03-04 08:18:21 +01:00
saroh
d36e0a9549
fix fastfield doc
2022-03-03 17:43:18 +01:00
Antoine G
8771b2673f
Update src/fastfield/writer.rs
...
Co-authored-by: PSeitz <PSeitz@users.noreply.github.com >
2022-03-03 11:25:24 +01:00
Antoine G
a41d3d51a4
Update fastfield_codecs/src/lib.rs
2022-03-03 11:25:06 +01:00
Saroh
cae34ffe47
update fastfield doc
2022-03-02 16:04:15 +01:00
PSeitz
4b62f7907d
Merge pull request #1297 from PSeitz/fix_clippy
...
fix clippy issues
2022-03-02 10:11:56 +01:00
Pascal Seitz
7fa6a0b665
cargo fmt
2022-03-02 09:24:14 +01:00
PSeitz
458ed29a31
Merge pull request #1299 from saroh/1232-doc-lint
...
doc lint for errors and aggregations
2022-03-02 09:22:07 +01:00
Antoine G
e37775fe21
iff->if or if and only if ( #1298 )
...
* has_xxx is_xxx -> if, these function usualy define equivalence
xxx returns bool -> specify equivalence when appropriate
* fix doc
2022-03-02 11:00:00 +09:00
Saroh
1cd2434a32
fix(aggregations) Readme
2022-03-01 20:37:48 +01:00
Saroh
de2cba6d1e
error definitions
2022-03-01 20:13:59 +01:00
Paul Masurel
c0b1a58d27
Apply suggestions from code review
2022-03-01 18:41:58 +09:00
Paul Masurel
848b795b9f
Apply suggestions from code review
2022-03-01 18:37:51 +09:00
Pascal Seitz
091b668624
fix clippy issues
2022-03-01 08:58:51 +01:00
Paul Masurel
5004290daa
Return an error on certain type of corruption. ( #1296 )
2022-03-01 11:35:56 +09:00
StyMaar
5d2c2b804c
Fix link to RamDirectory and MMapDirectory in Directory's documentation ( #1295 )
2022-03-01 09:46:53 +09:00
PSeitz
1a92b588e0
Merge pull request #1294 from PSeitz/aggregation
...
fix intermediate result de/serialization
2022-02-28 08:39:23 +01:00
Pascal Seitz
010e92c118
fix intermediate result de/serialization
...
return None for empty average/stats metric
add test for de/serialization of intermediate result
add test for metric on empty result
2022-02-25 16:39:57 +01:00
Paul Masurel
2ead010c83
Tantivy quickwit ( #1293 )
...
* Added sstable and enabling it by default, and parallel boolean query.
* Added async API for FileSlice.
* Added async get_doc
* Reduce blocksize to 32_000
* Added debug logs
Quickwit specific feature a hidden behind the quickwit feature flag.
2022-02-25 17:32:49 +09:00
PSeitz
c4f66eb185
improve validation in aggregation, extend invalid field test ( #1292 )
...
* improve validation in aggregation, extend invalid field test
improve validation in aggregation
extend invalid field test
Fixes #1291
* collect fast field names on request structure
* fix visibility of AggregationSegmentCollector
2022-02-25 15:21:19 +09:00
Paul Masurel
d7b46d2137
Added JSON Type ( #1270 )
...
- Removed useless copy when ingesting JSON.
- Bugfix in phrase query with a missing field norms.
- Disabled range query on default fields
Closes #1251
2022-02-24 16:25:22 +09:00
PSeitz
d042ce74c7
Merge pull request #1289 from PSeitz/numeric_options
...
rename IntOptions to NumericOptions
2022-02-23 14:04:40 +01:00
PSeitz
7ba9e662b8
Merge pull request #1290 from PSeitz/improve_docs
...
improve aggregation docs
2022-02-23 14:04:20 +01:00
Pascal Seitz
fdd5ef85e5
improve aggregation docs
2022-02-22 10:37:54 +01:00
Pascal Seitz
704498a1ac
rename IntOptions to NumericOptions
...
keep IntOptions with deprecation warning
Fixes #1286
2022-02-21 22:20:07 +01:00
PSeitz
1232af7928
fix docs ( #1288 )
2022-02-21 23:15:58 +09:00
Paul Masurel
d37633e034
Minor changes in indexing. ( #1285 )
2022-02-21 17:16:52 +09:00
Paul Masurel
9815067171
Minor changes
2022-02-21 13:55:01 +09:00
PSeitz
972cb6c26d
Aggregation ( #1276 )
...
Added support for aggregation compatible with Elasticsearch's API.
2022-02-21 09:59:11 +09:00
Paul Masurel
4dc80cfa25
Removes TokenStream chain. ( #1283 )
...
This change is mostly motivated by the introduction of json object.
We need to be able to inject a position object to make the position
shift.
2022-02-21 09:51:27 +09:00
PSeitz
cef145790c
Fix opening bytes index with dynamic codec ( #1279 )
...
* Fix opening bytes index with dynamic codec
Fix #1278
* extend proptest to cover bytes field codec bug
2022-02-18 20:44:21 +09:00
Paul Masurel
e05e2a0c51
Added profiling to indexing bench ( #1282 )
2022-02-18 20:43:28 +09:00
Paul Masurel
e028515caf
Simplified expull code. ( #1281 )
2022-02-18 18:57:10 +09:00
Paul Masurel
850b9eaea4
added a bench to measure the perf of indexing logs ( #1275 )
2022-02-18 16:48:29 +09:00
Shikhar Bhushan
505e6a440c
Remove test assertion sensitive to background segment merging ( #1274 )
2022-02-17 10:59:46 +09:00
Koichi Akabe
fcd651f6a9
Add Vaporetto tokenizer to README ( #1271 )
...
* Add Vaporetto tokenizer to README
* Update README.md
2022-02-14 18:19:57 +09:00