Component Library Integration with G2 RTI

Currently implementing G2 Search Real Time Indexing (RTI) with the Component Library is a bit more difficult than when using the traditional template development model. With the Component Library, field names are built up based on nested Components and reconstructing these field names for use with RTI proves to be cumbersome. It would be nice to be able to have the Component Definitions generate the code for RTI similar to how code is generated for the input.aspx and output.aspx. Perhaps in the Component Definition, we can have an interface to specify what should happent to a specific field. For example, we can specify if a field should be mapped to a G2 Search field or have that field added to the general "content" field.