In the manual "Web Solutions Authoring Components 7.2 Installation Guide revision 4" starting on page 251 it talks about Field Mapping so LSCS will index content from within a DCR and not just metadata.
However I'm a little confused about the field "fieldStorage" The definition has the following bullet point:
If the fieldType element is int, float, or date, the fieldStorage element should respectively be one of CustomInt1 through CustomInt5, CustomFloat1 through CustomFloat5, or CustomDate1 through CustomDate5. This entry should be unique across all fieldStorage entries in the FieldMapping.xml file. None of the fieldStorage entries must match those that are listed in Table 11 on page 253. |
Does that imply that you can only define a total of 5 integers, 5 floats and 5 dates for all datatypes? That seems pretty restrictive.
(updated)
The TeamSite Search Guide Version 7.2 goes a little further:
The fieldName and fieldStorage elements defined in globalFields must be unique. The fieldName and fieldStorage elements defined for a single template type may be reused in other template types. This means two different templates could have fields that share names or storage; however, these cannot conflict with a global field. |
This is way better than only 5 for the whole installation. This implies that the limit is 5 ints, 5 floats, 5 dates per content type. Better, but still restricting.