diff options
| author | 2020-11-20 14:04:00 -0800 | |
|---|---|---|
| committer | 2020-11-20 14:04:00 -0800 | |
| commit | df611335d94a297998dbfea03010d2425e8337f6 (patch) | |
| tree | 41abf18827a34b0f7a0297a4f3c925f4ad3410d4 | |
| parent | f4a8941ff8d49c6675cd4d8f643157fbd3d9a668 (diff) | |
Export jetpack code to framework.
Included changes:
* c00014c: Grammar fixes in AppSearchSchema.
Tested: Presubmit
Change-Id: If5726d483c6a8efbf562e1c78a6c251f20a81bf6
| -rw-r--r-- | apex/appsearch/framework/java/android/app/appsearch/AppSearchSchema.java | 9 | ||||
| -rw-r--r-- | apex/appsearch/synced_jetpack_changeid.txt | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/apex/appsearch/framework/java/android/app/appsearch/AppSearchSchema.java b/apex/appsearch/framework/java/android/app/appsearch/AppSearchSchema.java index 1e27d1f5d856..50583ada2984 100644 --- a/apex/appsearch/framework/java/android/app/appsearch/AppSearchSchema.java +++ b/apex/appsearch/framework/java/android/app/appsearch/AppSearchSchema.java @@ -183,8 +183,9 @@ public final class AppSearchSchema { public static final int DATA_TYPE_BYTES = 5; /** - * Indicates that the property itself is an Document, making it part a hierarchical Document - * schema. Any property using this DataType MUST have a valid {@code schemaType}. + * Indicates that the property is itself a {@link GenericDocument}, making it part of a + * hierarchical schema. Any property using this DataType MUST have a valid {@link + * PropertyConfig#getSchemaType}. */ public static final int DATA_TYPE_DOCUMENT = 6; @@ -231,8 +232,8 @@ public final class AppSearchSchema { * Content in this property will not be tokenized or indexed. * * <p>Useful if the data type is not made up of terms (e.g. {@link - * PropertyConfig#DATA_TYPE_DOCUMENT} or {@link PropertyConfig#DATA_TYPE_BYTES} type). All - * the properties inside the nested property won't be indexed regardless of the value of + * PropertyConfig#DATA_TYPE_DOCUMENT} or {@link PropertyConfig#DATA_TYPE_BYTES} type). None + * of the properties inside the nested property will be indexed regardless of the value of * {@code indexingType} for the nested properties. */ public static final int INDEXING_TYPE_NONE = 0; diff --git a/apex/appsearch/synced_jetpack_changeid.txt b/apex/appsearch/synced_jetpack_changeid.txt index 1747503d952b..a2bf0d504a1f 100644 --- a/apex/appsearch/synced_jetpack_changeid.txt +++ b/apex/appsearch/synced_jetpack_changeid.txt @@ -1 +1 @@ -Iac5514634d17fbe20e1dda04df5ee27a22e89304 +I2decd83fab4c4d58fe38c9970f804046479c942c |