Fix trait bound of StoreReader::iter (#2360) #3407
Annotations
1 error and 6 warnings
coverage
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
|
function `invalid_agg_request` is never used:
src/aggregation/mod.rs#L162
warning: function `invalid_agg_request` is never used
--> src/aggregation/mod.rs:162:15
|
162 | pub(crate) fn invalid_agg_request(message: String) -> crate::TantivyError {
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
use of deprecated field `index::index_meta::IndexSortByField::order`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.:
src/functional_test.rs#L85
warning: use of deprecated field `index::index_meta::IndexSortByField::order`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.
--> src/functional_test.rs:85:13
|
85 | order: Order::Desc,
| ^^^^^^^^^^^^^^^^^^
|
use of deprecated field `index::index_meta::IndexSortByField::field`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.:
src/functional_test.rs#L84
warning: use of deprecated field `index::index_meta::IndexSortByField::field`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.
--> src/functional_test.rs:84:13
|
84 | field: "id".to_string(),
| ^^^^^^^^^^^^^^^^^^^^^^^
|
use of deprecated struct `index::index_meta::IndexSortByField`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.:
src/functional_test.rs#L83
warning: use of deprecated struct `index::index_meta::IndexSortByField`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.
--> src/functional_test.rs:83:29
|
83 | sort_by_field: Some(IndexSortByField {
| ^^^^^^^^^^^^^^^^
|
use of deprecated struct `index::index_meta::IndexSortByField`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.:
src/functional_test.rs#L7
warning: use of deprecated struct `index::index_meta::IndexSortByField`: We plan to remove index sorting in `0.23`. If you need index sorting, please comment on the related issue https://github.com/quickwit-oss/tantivy/issues/2352 and explain your use case.
--> src/functional_test.rs:7:48
|
7 | use crate::{doc, schema, Index, IndexSettings, IndexSortByField, IndexWriter, Order, Searcher};
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|