try{
Map<String,Object> request = new HashMap<String,Object>();
request.put( "t", term );
DistributedDatabaseKey key = ddb.createKey( BEncoder.encode( request ));
DistributedDatabaseValue value =
contact.read(
new DistributedDatabaseProgressListener()
{