Add type mappings for dbdatetime

This commit is contained in:
Will Rossiter 2019-09-11 15:29:04 +12:00
parent 483fcbd513
commit 6fc5a6fb34
No known key found for this signature in database
GPG Key ID: F24330E3B4B95B75
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ abstract class SolrIndex extends SearchIndex
'*' => 'string',
'Boolean' => 'boolean',
'Date' => 'tdate',
'Datetime' => 'tdate',
'DBDate' => 'tdate',
'DBDatetime' => 'tdate',
'SSDatetime' => 'tdate',
'SS_Datetime' => 'tdate',
'ForeignKey' => 'tint',