aboutsummaryrefslogtreecommitdiff
path: root/icing/index/index.cc
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-19 18:08:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-19 18:08:47 +0000
commitb5d722c7687592b47cdb2e2a18377df45aca144e (patch)
tree05b131543d5192b4ca175830f2fb507899298a05 /icing/index/index.cc
parentbc49e6f3d44af3611a5edc02ead7507f1ce1d431 (diff)
parenta81a0c8cb5c424e6eed6cec1bd687bc4d609e6cd (diff)
downloadicing-androidx-lifecycle-release.tar.gz
Snap for 11739378 from a81a0c8cb5c424e6eed6cec1bd687bc4d609e6cd to androidx-lifecycle-releaseandroidx-lifecycle-release
Change-Id: I430307224fdc13e426fcfcd90468567d316c7946
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) {