File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ use crate::{DocId, TantivyError};
42
42
/// AggregationCollector.
43
43
///
44
44
/// Result type is
45
- /// [crate::aggregation::intermediate_agg_result::IntermediateBucketResult] with
46
- /// [crate::aggregation::intermediate_agg_result::IntermediateHistogramBucketEntry] on the
45
+ /// [IntermediateBucketResult]( crate::aggregation::intermediate_agg_result::IntermediateBucketResult) with
46
+ /// [IntermediateHistogramBucketEntry]( crate::aggregation::intermediate_agg_result::IntermediateHistogramBucketEntry) on the
47
47
/// DistributedAggregationCollector.
48
48
///
49
49
/// # Limitations/Compatibility
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ use crate::{DocId, TantivyError};
27
27
/// AggregationCollector.
28
28
///
29
29
/// Result type is
30
- /// [crate::aggregation::intermediate_agg_result::IntermediateBucketResult] with
31
- /// [crate::aggregation::intermediate_agg_result::IntermediateRangeBucketEntry] on the
30
+ /// [IntermediateBucketResult]( crate::aggregation::intermediate_agg_result::IntermediateBucketResult) with
31
+ /// [IntermediateRangeBucketEntry]( crate::aggregation::intermediate_agg_result::IntermediateRangeBucketEntry) on the
32
32
/// DistributedAggregationCollector.
33
33
///
34
34
/// # Limitations/Compatibility
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ use crate::{DocId, TantivyError};
47
47
/// AggregationCollector.
48
48
///
49
49
/// Result type is
50
- /// [crate::aggregation::intermediate_agg_result::IntermediateBucketResult] with
51
- /// [crate::aggregation::intermediate_agg_result::IntermediateTermBucketEntry] on the
50
+ /// [IntermediateBucketResult]( crate::aggregation::intermediate_agg_result::IntermediateBucketResult) with
51
+ /// [IntermediateTermBucketEntry]( crate::aggregation::intermediate_agg_result::IntermediateTermBucketEntry) on the
52
52
/// DistributedAggregationCollector.
53
53
///
54
54
/// # Limitations/Compatibility
Original file line number Diff line number Diff line change 150
150
//! IntermediateAggregationResults provides the
151
151
//! [merge_fruits](intermediate_agg_result::IntermediateAggregationResults::merge_fruits) method to
152
152
//! merge multiple results. The merged result can then be converted into
153
- //! [agg_result::AggregationResults] via the
154
- //! [agg_result::AggregationResults::from_intermediate_and_req] method.
153
+ //! [AggregationResults]( agg_result::AggregationResults) via the
154
+ //! [into_final_bucket_result](intermediate_agg_result::IntermediateAggregationResults::into_final_bucket_result) method.
155
155
156
156
pub mod agg_req;
157
157
mod agg_req_with_accessor;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use crate::{DatePrecision, DocId};
27
27
/// get_multivalue_writer_mut).
28
28
///
29
29
/// Once acquired, writing is done by calling
30
- /// [`.add_document_vals(&[u64] )`](MultiValuedFastFieldWriter::add_document_vals ) once per document .
30
+ /// [`.add_document(&Document )`](MultiValuedFastFieldWriter::add_document ) once per value .
31
31
///
32
32
/// The serializer makes it possible to remap all of the values
33
33
/// that were pushed to the writer using a mapping.
You can’t perform that action at this time.
0 commit comments