test stable ordering with pagination (#2683)

This commit is contained in:
PSeitz-dd
2025-08-13 09:36:28 +02:00
committed by GitHub
parent 2e4615c2d3
commit a1d65c3df3
2 changed files with 215 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
//! use tantivy::schema::document::{DeserializeError, DocumentDeserialize, DocumentDeserializer};
//!
//! /// Our custom document to let us use a map of `serde_json::Values`.
//! #[allow(dead_code)]
//! pub struct MyCustomDocument {
//! // Tantivy provides trait implementations for common `serde_json` types.
//! fields: BTreeMap<Field, serde_json::Value>