Are baseproduct fields of type MediaPointerPdfArray indexed in Lucene? We have a set of media files and want to find all products that have pointers to any of the files. Searching with filter tags does not yield any result and trying to investigate by using a read tag it seems like there aren’t any values indexed.
Realized that the MediaPointerPdfArray is a custom type (that implements FieldTypeMetadataBase)…
Anyway, what’s the correct way to index an array of values? Should the IIndexFieldDocumentTagsConverter.ConvertToIndexDocumentTags() method return a collection of tags using the same tag name or should it contain a (serialized?) representation of all values?