# Print output for @column tags ?>
public
static
final
class
AppSearchSchema.DocumentPropertyConfig
extends AppSearchSchema.PropertyConfig
java.lang.Object | ||
↳ | android.app.appsearch.AppSearchSchema.PropertyConfig | |
↳ | android.app.appsearch.AppSearchSchema.DocumentPropertyConfig |
Configuration for a property containing another Document.
Nested classes | |
---|---|
class |
AppSearchSchema.DocumentPropertyConfig.Builder
Builder for |
Inherited constants |
---|
Public methods | |
---|---|
String
|
getSchemaType()
Returns the logical schema-type of the contents of this document property. |
boolean
|
shouldIndexNestedProperties()
Returns whether fields in the nested document should be indexed according to that document's schema. |
Inherited methods | |
---|---|
public String getSchemaType ()
Returns the logical schema-type of the contents of this document property.
Returns | |
---|---|
String |
This value cannot be null . |
public boolean shouldIndexNestedProperties ()
Returns whether fields in the nested document should be indexed according to that document's schema.
If false, the nested document's properties are not indexed regardless of its own schema.
Returns | |
---|---|
boolean |