请参阅以下来自 endeca 的 jsp_ref 数据。所以我的问题是,是否可以在运行时使用 recordFilter 从记录中获取/检索 dispName 的值?
在呈现产品显示页面期间,如何获取属性名称值。注意:我不能采用 endeca 机械手方法。
dispName = record.getProperty("sku.displayName")
StockStatus = record.getProperty("product.stockStatuses");
sku.baseUrl: atgrep:/ProductCatalog_production/sku/017229136779
sku.creationDate: 1485194500638
sku.displayName: LG M95 BT HEADSET BL
sku.endDate: 32506394714894
sku.margin: 0.000000
product.stockStatuses: 1000:Out of Stock
product.stockStatuses: 100411:Out of Stock
product.stockStatuses: 100412:Out of Stock
if(null != xxxxPage && !((String) xxxxPage ).isEmpty()){
PropertyConstraint propContraint = new PropertyConstraint(EndecaConstants.ITEM_SALE_FLAG,EndecaConstants.CONST_1);
return propContraint.toString();
}
PropertyConstraint propContraint = new PropertyConstraint(EndecaConstants.ITEM_SALE_FLAG,EndecaConstants.CONST_1);
return propContraint.toString();