mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
commit
6c59fcfdf0
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user