@Test
public void testLoadProperties()
{
final long entityId = 0xF00BA7;
final float searchScore = 3.0272F;
final DomainEntity entity = new MyDomainEntity();
Map<String, Object> props = new HashMap<String, Object>();
props.put("__HSearch_id", entityId);
props.put("__HSearch_Score", searchScore);
props.put("__HSearch_This", entity);