// <begins with> 'pune' ";
// String primaryType= " EntityID ";
// String target = "Entity";
MasterDictionary mdir = null;
SearchHome yy = (SearchHome)CVUtility.getHomeObject("com.centraview.search.SearchHome", "Search");
try
{
Search remote = (Search)yy.create();
remote.setDataSource(this.dataSource);
mdir = remote.getMasterDictionary();
} catch (Exception e) {
logger.error("[getAdvanceQuery] Exception thrown.", e);
}