This commit is contained in:
Paul Masurel
2023-08-17 17:47:45 +09:00
parent 480763db0d
commit 756156beaf
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ impl BytesOptions {
self
}
/// Set the field as a single-valued fast field.
/// Set the field as a fast field.
///
/// Fast fields are designed for random access.
/// Access time are similar to a random lookup in an array.

View File

@@ -78,7 +78,7 @@ impl DateOptions {
self
}
/// Set the field as a single-valued fast field.
/// Set the field as a fast field.
///
/// Fast fields are designed for random access.
/// Access time are similar to a random lookup in an array.

View File

@@ -120,7 +120,7 @@ impl NumericOptions {
self
}
/// Set the field as a single-valued fast field.
/// Set the field as a fast field.
///
/// Fast fields are designed for random access.
/// Access time are similar to a random lookup in an array.