aboutsummaryrefslogtreecommitdiff
path: root/icing/scoring/scoring-processor.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-03 21:05:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-03 21:05:38 +0000
commit5731afd2647d6ee0b8bcfa1f3afe97e22c7d7140 (patch)
treeabdc5e8d95a65551a3ae923942417330a5e9241b /icing/scoring/scoring-processor.h
parentfc00d0ee283c95b003010d38f32845292b22fd66 (diff)
parent44b77e1c87fcd576022edc03a87c309c7fc7e04e (diff)
downloadicing-5731afd2647d6ee0b8bcfa1f3afe97e22c7d7140.tar.gz
Change-Id: I515411e6f97ad22a01493420f56809d63ea8cf7d
Diffstat (limited to 'icing/scoring/scoring-processor.h')
-rw-r--r--icing/scoring/scoring-processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/scoring/scoring-processor.h b/icing/scoring/scoring-processor.h
index 9cd4d85..e9efda7 100644
--- a/icing/scoring/scoring-processor.h
+++ b/icing/scoring/scoring-processor.h
@@ -42,7 +42,7 @@ class ScoringProcessor {
// FAILED_PRECONDITION on any null pointer input
static libtextclassifier3::StatusOr<std::unique_ptr<ScoringProcessor>> Create(
const ScoringSpecProto& scoring_spec, const DocumentStore* document_store,
- const SchemaStore* schema_store,
+ const SchemaStore* schema_store, int64_t current_time_ms,
const JoinChildrenFetcher* join_children_fetcher = nullptr);
// Assigns scores to DocHitInfos from the given DocHitInfoIterator and returns