package: "com.android.appsearch.flags" container: "com.android.appsearch" # # all the flags we are adding in V have to be is_fixed_read_only true. # flag { name: "enable_safe_parcelable_2" is_exported: true namespace: "appsearch" description: "Use SafeParcelable to serialize data through binder" bug: "275629842" is_fixed_read_only: true } flag { name: "enable_grouping_type_per_schema" is_exported: true namespace: "appsearch" description: "Enable result grouping by schema type" bug: "258715421" is_fixed_read_only: true } flag { name: "enable_generic_document_copy_constructor" is_exported: true namespace: "appsearch" description: "Enable GenericDocument to take another GenericDocument to copy construct." bug: "171882200" is_fixed_read_only: true } flag { name: "enable_list_filter_has_property_function" is_exported: true namespace: "appsearch" description: "Enable the hasProperty function in list filter query expressions." bug: "309826655" is_fixed_read_only: true } flag { name: "enable_list_filter_match_score_expression_function" is_exported: true namespace: "appsearch" description: "Enable the 'matchScoreExpression' function in list filter query expressions." bug: "377215223" is_fixed_read_only: true } flag { name: "enable_put_documents_request_add_taken_actions" is_exported: true namespace: "appsearch" description: "Enable addTakenActions API in PutDocumentsRequest." bug: "314026345" is_fixed_read_only: true } flag { name: "enable_set_publicly_visible_schema" is_exported: true namespace: "appsearch" description: "Enable setPubliclyVisibleSchema API in SetSchemaRequest." bug: "325262525" is_fixed_read_only: true } flag { name: "enable_generic_document_builder_hidden_methods" is_exported: true namespace: "appsearch" description: "Enable GenericDocument.Builder to use previously hidden methods." bug: "318408639" is_fixed_read_only: true } flag { name: "enable_search_spec_filter_properties" is_exported: true namespace: "appsearch" description: "Enable addFilterProperties API in SearchSpec and SearchSuggestionSpec." bug: "296088047" is_fixed_read_only: true } flag { name: "enable_search_spec_set_search_source_log_tag" is_exported: true namespace: "appsearch" description: "Enable the setSearchSourceLogTag API in SearchSpec." bug: "315370764" is_fixed_read_only: true } flag { name: "enable_enterprise_global_search_session" is_exported: true namespace: "appsearch" description: "Enable personal profile to search over allowed enterprise profile data in AppSearch through enterprise global search session." bug: "237388235" is_fixed_read_only: true } flag { name: "enable_set_schema_visible_to_configs" is_exported: true namespace: "appsearch" description: "Enable the addSchemaTypeVisibleToConfig API in the setSchemaRequest." bug: "300162279" is_fixed_read_only: true } flag { name: "enable_app_functions" namespace: "appsearch" description: "Guards everything related to AppFunction." bug: "327134039" is_fixed_read_only: true is_exported: true } flag { name: "enable_generic_document_over_ipc" namespace: "appsearch" description: "Guards system API for parcelling Generic documents." bug: "357551503" is_fixed_read_only: true is_exported: true } flag { name: "enable_result_denied_and_result_rate_limited" namespace: "appsearch" description: "Enable previously hidden constants in AppSearchResult." bug: "279047435" is_fixed_read_only: true is_exported: true } flag { name: "enable_get_parent_types_and_indexable_nested_properties" namespace: "appsearch" description: "Enable previously hidden APIs in AppSearchSchema." bug: "291122592" is_fixed_read_only: true is_exported: true } flag { name: "enable_schema_embedding_property_config" namespace: "appsearch" description: "Enables embedding vectors to be used for searches in AppSearch" bug: "326656531" is_fixed_read_only: true is_exported: true } flag { name: "enable_schema_embedding_quantization" namespace: "appsearch" description: "Enables embedding quantization." bug: "359959345" is_fixed_read_only: true is_exported: true } flag { name: "enable_informational_ranking_expressions" namespace: "appsearch" description: "Enables the additional informational ranking expression API" bug: "332642571" is_fixed_read_only: true is_exported: true } flag { name: "enable_search_spec_search_string_parameters" namespace: "appsearch" description: "Enables the tokenize function in the list filter language" bug: "352780707" is_fixed_read_only: true is_exported: true } flag { name: "apps_indexer_enabled" namespace: "appsearch" description: "Enables the apps indexer module" bug: "275592563" is_fixed_read_only: true is_exported: true } flag { name: "enable_contacts_index_first_middle_and_last_names" namespace: "appsearch" description: "Enables the indexing of first, middle, and last names in contacts indexer" bug: "358082031" is_fixed_read_only: true is_exported: true } flag { name: "app_open_event_indexer_enabled" namespace: "appsearch" description: "Enables the app open event indexer module" bug: "357835538" is_fixed_read_only: true is_exported: true } flag { name: "enable_result_already_exists" namespace: "appsearch" description: "Enable the RESULT_ALREADY_EXISTS constant in AppSearchResult" bug: "357708638" is_fixed_read_only: true is_exported: true } flag { name: "enable_blob_store" namespace: "appsearch" description: "Enable the BlobHandle and putBlob APIs in AppSearch" bug: "273591938" is_fixed_read_only: true is_exported: true } flag { name: "enable_enterprise_empty_batch_result_fix" namespace: "appsearch" description: "Populates the GetDocuments batch result with RESULT_NOT_FOUND when the enterprise user cannot be retrieved." bug: "349805579" is_fixed_read_only: true is_exported: true } flag { name: "enable_apps_indexer_incremental_put" namespace: "appsearch" description: "Calls put only for added and updated AppFunctionStaticMetadata documents" bug: "367410454" is_fixed_read_only: true is_exported: true } flag { name: "enable_additional_builder_copy_constructors" namespace: "appsearch" description: "Enables additional builder copy constructors for AppSearchSchema, SetSchemaRequest, SearchSpec, JoinSpec, AppSearchBatchResult, and GetSchemaResponse." bug: "369563892" is_fixed_read_only: true is_exported: true } flag { name: "enable_abstract_syntax_trees" namespace: "appsearch" description: "Enables abstract syntax trees to be built and used within AppSearch." bug: "356661489" is_fixed_read_only: true is_exported: true } flag { name: "enable_search_spec_filter_document_ids" namespace: "appsearch" description: "Enables the addFilterDocumentId API in the SearchSpec." bug: "367464836" is_fixed_read_only: true is_exported: true } flag { name: "enable_document_limiter_replace_tracking" namespace: "appsearch" description: "Enables the replacement of the calculation of doc limits." bug: "363301147" is_fixed_read_only: true is_exported: true } flag { name: "enable_scorable_property" namespace: "appsearch" description: "Enables the feature of scorable property." bug: "357105964" is_fixed_read_only: true is_exported: true } flag { name: "enable_search_result_parent_types" namespace: "appsearch" description: "Enables wrapping the parent types of a document in the SearchResult instead of GenericDocument." bug: "371610934" is_fixed_read_only: true is_exported: true } flag { name: "enable_delete_propagation_type" namespace: "appsearch" description: "Enables delete propagation type related APIs." bug: "376913014" is_fixed_read_only: true is_exported: true } flag { name: "enable_app_functions_schema_parser" namespace: "appsearch" description: "Enables the AppFunctionSchemaParser for dynamic schema parsing." bug: "380729091" is_fixed_read_only: true is_exported: true }