chore: fix some typos in comments

Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
yudrywet
2024-04-14 20:11:34 +08:00
parent 0661c86f16
commit cf864a1c2e
4 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ pub struct ExtractedFacetValues {
/// Extracts the facet values of each faceted field of each document.
///
/// Returns the generated grenad reader containing the docid the fid and the orginal value as key
/// Returns the generated grenad reader containing the docid the fid and the original value as key
/// and the normalized value as value extracted from the given chunk of documents.
/// We need the fid of the geofields to correctly parse them as numbers if they were sent as strings initially.
#[tracing::instrument(level = "trace", skip_all, target = "indexing::extract")]