1package: "com.android.appsearch.flags" 2container: "com.android.appsearch" 3 4# 5# all the flags we are adding in V have to be is_fixed_read_only true. 6# 7 8flag { 9 name: "enable_safe_parcelable_2" 10 is_exported: true 11 namespace: "appsearch" 12 description: "Use SafeParcelable to serialize data through binder" 13 bug: "275629842" 14 is_fixed_read_only: true 15} 16 17flag { 18 name: "enable_grouping_type_per_schema" 19 is_exported: true 20 namespace: "appsearch" 21 description: "Enable result grouping by schema type" 22 bug: "258715421" 23 is_fixed_read_only: true 24} 25 26flag { 27 name: "enable_generic_document_copy_constructor" 28 is_exported: true 29 namespace: "appsearch" 30 description: "Enable GenericDocument to take another GenericDocument to copy construct." 31 bug: "171882200" 32 is_fixed_read_only: true 33} 34 35flag { 36 name: "enable_list_filter_has_property_function" 37 is_exported: true 38 namespace: "appsearch" 39 description: "Enable the hasProperty function in list filter query expressions." 40 bug: "309826655" 41 is_fixed_read_only: true 42} 43 44flag { 45 name: "enable_put_documents_request_add_taken_actions" 46 is_exported: true 47 namespace: "appsearch" 48 description: "Enable addTakenActions API in PutDocumentsRequest." 49 bug: "314026345" 50 is_fixed_read_only: true 51} 52 53flag { 54 name: "enable_set_publicly_visible_schema" 55 is_exported: true 56 namespace: "appsearch" 57 description: "Enable setPubliclyVisibleSchema API in SetSchemaRequest." 58 bug: "325262525" 59 is_fixed_read_only: true 60} 61 62flag { 63 name: "enable_generic_document_builder_hidden_methods" 64 is_exported: true 65 namespace: "appsearch" 66 description: "Enable GenericDocument.Builder to use previously hidden methods." 67 bug: "318408639" 68 is_fixed_read_only: true 69} 70 71flag { 72 name: "enable_search_spec_filter_properties" 73 is_exported: true 74 namespace: "appsearch" 75 description: "Enable addFilterProperties API in SearchSpec and SearchSuggestionSpec." 76 bug: "296088047" 77 is_fixed_read_only: true 78} 79 80flag { 81 name: "enable_search_spec_set_search_source_log_tag" 82 is_exported: true 83 namespace: "appsearch" 84 description: "Enable the setSearchSourceLogTag API in SearchSpec." 85 bug: "315370764" 86 is_fixed_read_only: true 87} 88 89flag { 90 name: "enable_enterprise_global_search_session" 91 is_exported: true 92 namespace: "appsearch" 93 description: "Enable personal profile to search over allowed enterprise profile data in AppSearch through enterprise global search session." 94 bug: "237388235" 95 is_fixed_read_only: true 96} 97 98flag { 99 name: "enable_set_schema_visible_to_configs" 100 is_exported: true 101 namespace: "appsearch" 102 description: "Enable the addSchemaTypeVisibleToConfig API in the setSchemaRequest." 103 bug: "300162279" 104 is_fixed_read_only: true 105} 106 107flag { 108 name: "enable_app_functions" 109 namespace: "appsearch" 110 description: "Guards everything related to AppFunction." 111 bug: "327134039" 112 is_fixed_read_only: true 113 is_exported: true 114} 115 116flag { 117 name: "enable_result_denied_and_result_rate_limited" 118 namespace: "appsearch" 119 description: "Enable previously hidden constants in AppSearchResult." 120 bug: "279047435" 121 is_fixed_read_only: true 122 is_exported: true 123} 124 125flag { 126 name: "enable_get_parent_types_and_indexable_nested_properties" 127 namespace: "appsearch" 128 description: "Enable previously hidden APIs in AppSearchSchema." 129 bug: "291122592" 130 is_fixed_read_only: true 131 is_exported: true 132} 133 134flag { 135 name: "enable_schema_embedding_property_config" 136 namespace: "appsearch" 137 description: "Enables embedding vectors to be used for searches in AppSearch" 138 bug: "326656531" 139 is_fixed_read_only: true 140 is_exported: true 141} 142 143flag { 144 name: "enable_informational_ranking_expressions" 145 namespace: "appsearch" 146 description: "Enables the additional informational ranking expression API" 147 bug: "332642571" 148 is_fixed_read_only: true 149 is_exported: true 150} 151 152 153flag { 154 name: "enable_list_filter_tokenize_function" 155 namespace: "appsearch" 156 description: "Enables the tokenize function in the list filter language" 157 bug: "332620561" 158 is_fixed_read_only: true 159 is_exported: true 160} 161