extend custom order deserialization (#2451) #3465
clippy
58 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 58 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.0 (051478957 2024-07-21)
- cargo 1.80.0 (376290515 2024-07-16)
- clippy 0.1.80 (0514789 2024-07-21)
Annotations
Check warning on line 15 in src/termdict/fst_termdict/merger.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/termdict/fst_termdict/merger.rs:15:5
|
15 | /// the term.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
15 | /// the term.
| ++
Check warning on line 29 in src/store/mod.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/store/mod.rs:29:5
|
29 | //! [`SegmentReader`'s `doc` method](../struct.SegmentReader.html#method.doc)
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
29 | //! [`SegmentReader`'s `doc` method](../struct.SegmentReader.html#method.doc)
| ++
Check warning on line 193 in src/schema/text_options.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/schema/text_options.rs:193:5
|
193 | /// [`IndexRecordOption`]).
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
193 | /// [`IndexRecordOption`]).
| ++
Check warning on line 192 in src/schema/text_options.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/schema/text_options.rs:192:5
|
192 | /// Essentially, should we store the term frequency and/or the positions (See
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
192 | /// Essentially, should we store the term frequency and/or the positions (See
| ++
Check warning on line 16 in src/schema/field_entry.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/schema/field_entry.rs:16:5
|
16 | /// how the field should be indexed.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
16 | /// how the field should be indexed.
| ++
Check warning on line 604 in src/schema/term.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/schema/term.rs:604:9
|
604 | /// If it is a JSON Term, then it is prepended with the path that leads to this leaf value.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
604 | /// If it is a JSON Term, then it is prepended with the path that leads to this leaf value.
| ++
Check warning on line 601 in src/schema/term.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/schema/term.rs:601:9
|
601 | /// If this is a JSON term, the type is the type of the leaf of the json.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
601 | /// If this is a JSON term, the type is the type of the leaf of the json.
| ++
Check warning on line 600 in src/schema/term.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/schema/term.rs:600:9
|
600 | /// The remaining 7 bits are used to encode the type of the value.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
600 | /// The remaining 7 bits are used to encode the type of the value.
| ++
Check warning on line 55 in src/query/range_query/fast_field_range_doc_set.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/range_query/fast_field_range_doc_set.rs:55:9
|
55 | /// full scan.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
55 | /// full scan.
| ++
Check warning on line 54 in src/query/range_query/fast_field_range_doc_set.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/range_query/fast_field_range_doc_set.rs:54:9
|
54 | /// should load small chunks. When the seeks are small, we can employ the same strategy as on a
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
54 | /// should load small chunks. When the seeks are small, we can employ the same strategy as on a
| ++
Check warning on line 52 in src/query/range_query/fast_field_range_doc_set.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/range_query/fast_field_range_doc_set.rs:52:9
|
52 | /// will come, so we start with small chunks
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
52 | /// will come, so we start with small chunks
| ++
Check warning on line 689 in src/query/query_parser/query_parser.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/query_parser/query_parser.rs:689:9
|
689 | /// object by naturally extending the json field name with a "." separated field_path
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
689 | /// object by naturally extending the json field name with a "." separated field_path
| ++
Check warning on line 276 in src/query/query_parser/query_parser.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/query_parser/query_parser.rs:276:9
|
276 | /// in the query.
| ^^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
276 | /// in the query.
| +
Check warning on line 152 in src/query/query_parser/query_parser.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/query_parser/query_parser.rs:152:5
|
152 | /// as `(a AND b) OR c`.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
152 | /// as `(a AND b) OR c`.
| ++
Check warning on line 140 in src/query/query_parser/query_parser.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/query_parser/query_parser.rs:140:5
|
140 | /// conjunction as a default, our query will be interpreted as.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
140 | /// conjunction as a default, our query will be interpreted as.
| ++
Check warning on line 121 in src/query/query.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/query.rs:121:5
|
121 | /// [`SegmentReader`]. It is created by the [`Weight`].
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
121 | /// [`SegmentReader`]. It is created by the [`Weight`].
| ++
Check warning on line 119 in src/query/query.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/query.rs:119:5
|
119 | /// hold statistics about the different term of the query. It is created by the query.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
119 | /// hold statistics about the different term of the query. It is created by the query.
| ++
Check warning on line 223 in src/query/phrase_query/phrase_scorer.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/phrase_query/phrase_scorer.rs:223:5
|
223 | /// matches, but only counts one.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
223 | /// matches, but only counts one.
| ++
Check warning on line 222 in src/query/phrase_query/phrase_scorer.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/phrase_query/phrase_scorer.rs:222:5
|
222 | /// and depends on intersections afterwards, therefore this algorithm keeps left and right as
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
222 | /// and depends on intersections afterwards, therefore this algorithm keeps left and right as
| ++
Check warning on line 15 in src/query/boolean_query/boolean_query.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/boolean_query/boolean_query.rs:15:5
|
15 | /// with the `Must` or `Should` occurrence.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
15 | /// with the `Must` or `Should` occurrence.
| ++
Check warning on line 13 in src/query/boolean_query/boolean_query.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/boolean_query/boolean_query.rs:13:5
|
13 | /// `MustNot` occurrence.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
13 | /// `MustNot` occurrence.
| ++
Check warning on line 11 in src/query/boolean_query/boolean_query.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/query/boolean_query/boolean_query.rs:11:5
|
11 | /// `Must` occurrence
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
11 | /// `Must` occurrence
| ++
Check warning on line 21 in src/postings/block_search.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/postings/block_search.rs:21:5
|
21 | /// end of the last block for instance.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
21 | /// end of the last block for instance.
| ++
Check warning on line 537 in src/index/index.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/index/index.rs:537:9
|
537 | /// Each thread will receive a budget of `overall_memory_budget_in_bytes / num_threads`.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
537 | /// Each thread will receive a budget of `overall_memory_budget_in_bytes / num_threads`.
| ++
Check warning on line 536 in src/index/index.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> src/index/index.rs:536:9
|
536 | /// allocated for all indexing thread.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
536 | /// allocated for all indexing thread.
| ++