Status/Resolution/Reason: To Track//NeedMoreInfo
Reporter/Name(from Bugbase): Brian Cassell / ()
Created: 08/14/2018
Components: Text Search, Solr Integration
Versions: 2016
Failure Type: Enhancement Request
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: / Windows 10 64 bit
Vote Count: 1
Hello,
Would be awesome if CFINDEX could index multivalued dynamic fields.
Currently only the built in field “category” supports multivalued fields by passing in a comma separated list of values.
We see the use case to add a custom/dynamic field for custom security, that would be multivalued and hold the list of userIDs that are allowed to access the SOLR document.
Schema XML
<dynamicField name="*_is" type="sint" indexed="true" stored="true" multiValued="true" />
CFINDEX Field Name and Value
securitymap_is = “12,56,88”
By using a standard SOLR dynamic field naming syntax, CF can understand that the dynamic field is multivalued and will do the insert as an array of values [12][56][88], rather than a single text string with values and commas “12,56,88”.
Again, this is possible today ONLY with the category field. We would like to see it available with dynamic fields as well.
Attachments:
Comments: