Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quickwit-oss/tantivy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 160ebee582d58e0fc5aef409db39437ddec6c5f8
Choose a base ref
..
head repository: quickwit-oss/tantivy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2d71dc96ae7bdd97d5e44b4463d1a93d8eb87f4
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/aggregation/metric/percentiles.rs
4 changes: 2 additions & 2 deletions src/aggregation/metric/percentiles.rs
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ use crate::{DocId, TantivyError};
/// following example demonstrates a request for the percentiles of the "load_time"
/// field:
///
/// ```
/// ```JSON
/// {
/// "percentiles": {
/// "field": "load_time"
@@ -46,7 +46,7 @@ use crate::{DocId, TantivyError};
/// 25, 50 (median), 75, 95, and 99). You can also customize the percentiles you want to
/// calculate by providing an array of values in the "percents" parameter:
///
/// ```
/// ```JSON
/// {
/// "percentiles": {
/// "field": "load_time",