Author: mj
Date: Thu Mar 29 15:26:24 2012
New Revision: 11310
Log:
Issue 2199. Fix IO mapping to set start/end dates as integer for range
faceting.
Modified:
trunk/plugins/qtElasticSearchPlugin/lib/model/QubitInformationObjectMapping.class.php
Modified:
trunk/plugins/qtElasticSearchPlugin/lib/model/QubitInformationObjectMapping.class.php
==============================================================================
---
trunk/plugins/qtElasticSearchPlugin/lib/model/QubitInformationObjectMapping.class.php
Thu Mar 29 13:46:14 2012 (r11309)
+++
trunk/plugins/qtElasticSearchPlugin/lib/model/QubitInformationObjectMapping.class.php
Thu Mar 29 15:26:24 2012 (r11310)
@@ -43,8 +43,8 @@
)
),
'dates' => array('type' => 'object', 'properties' =>
- array('start' => array('type' => 'integer', 'index' =>
'not_analyzed'),
- 'end' => array('type' => 'string', 'index' =>
'not_analyzed'),
+ array('startDate' => array('type' => 'integer', 'index'
=> 'not_analyzed'),
+ 'endDate' => array('type' => 'integer', 'index' =>
'not_analyzed'),
'typeId' => array('type' => 'string', 'index' =>
'not_analyzed', 'include_in_all' => false),
'actor' => array('type' => 'string'),
)
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.