rui2

updated

17 years ago

R

rui2

13 Posts

0

2571

October 8th, 2009 08:00

query cluster does not return C-Clip description attribute

I'm testing with address 128.221.200.187?/var/centera/emea3profile1_rdqeDcw.pea. For example, I tested with the QueryCluster SDK sample. The code select C-Clip description attribute to be included in the query result like queryExp.selectField("app-vendor"), queryExp.selectField("creation.date"), queryExp.selectField("modification.date"), after the query returned, queryResult.getField("app-vendor") queryResult.getField("creation.date") and etc.  return nothing. But when I use the clipId and get the  FPClip object, I can get these attributes by FPClip.getDescriptionAttributes().

(By the way, at the moment I cannot connect to 128.221.200.187?/var/centera/emea3profile1_rdqeDcw.pea any more.)