aboutsummaryrefslogtreecommitdiff
path: root/icing/index/index.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icing/index/index.cc')
-rw-r--r--icing/index/index.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/icing/index/index.cc b/icing/index/index.cc
index 31dcc7e..98058be 100644
--- a/icing/index/index.cc
+++ b/icing/index/index.cc
@@ -65,10 +65,10 @@ libtextclassifier3::StatusOr<LiteIndex::Options> CreateLiteIndexOptions(
"Requested hit buffer size %d is too large.",
options.index_merge_size));
}
- return LiteIndex::Options(options.base_dir + "/idx/lite.",
- options.index_merge_size,
- options.lite_index_sort_at_indexing,
- options.lite_index_sort_size);
+ return LiteIndex::Options(
+ options.base_dir + "/idx/lite.", options.index_merge_size,
+ options.lite_index_sort_at_indexing, options.lite_index_sort_size,
+ options.include_property_existence_metadata_hits);
}
std::string MakeMainIndexFilepath(const std::string& base_dir) {