aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/icing/proto/initialize.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/proto/icing/proto/initialize.proto b/proto/icing/proto/initialize.proto
index d4b1aee..507e745 100644
--- a/proto/icing/proto/initialize.proto
+++ b/proto/icing/proto/initialize.proto
@@ -23,7 +23,7 @@ option java_package = "com.google.android.icing.proto";
option java_multiple_files = true;
option objc_class_prefix = "ICNG";
-// Next tag: 11
+// Next tag: 12
message IcingSearchEngineOptions {
// Directory to persist files for Icing. Required.
// If Icing was previously initialized with this directory, it will reload
@@ -104,6 +104,9 @@ message IcingSearchEngineOptions {
// to dynamic trie key mapper).
optional bool use_persistent_hash_map = 10;
+ // Integer index bucket split threshold.
+ optional int32 integer_index_bucket_split_threshold = 11 [default = 65536];
+
reserved 2;
}