AI-generated Key Takeaways
-
AppSearchSchema.DocumentPropertyConfig is a configuration for a property that contains another Document.
-
It includes methods to get the list of indexable nested properties and the schema type of the contained document.
-
It provides a method to determine if properties in the nested document should be indexed based on that document's schema.
Configuration for a property containing another Document.
Nested Class Summary
| class | AppSearchSchema.DocumentPropertyConfig.Builder | Builder for
AppSearchSchema.DocumentPropertyConfig. |
|
Inherited Constant Summary
Public Method Summary
| List<String> |
getIndexableNestedProperties()
Returns the list of indexable nested properties for the nested document.
|
| String |
getSchemaType()
Returns the logical schema-type of the contents of this document property.
|
| boolean |
shouldIndexNestedProperties()
Returns whether properties in the nested document should be indexed according
to that document's schema.
|
Inherited Method Summary
Public Methods
public List<String> getIndexableNestedProperties ()
Returns the list of indexable nested properties for the nested document.
public String getSchemaType ()
Returns the logical schema-type of the contents of this document property.
public boolean shouldIndexNestedProperties ()
Returns whether properties 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.