The atg.endeca.index.accessor.PriceListPairAccessor class sets the value of the product.priceListPair property of a record to the record’s price list pair, which is obtained from the PriceListPairVariantProducer. The product.priceListPair property is specified in the ProductCatalogOutputConfig definition file like this:

<property name="priceListPair" is-dimension="true" type="string"
  property-accessor="/atg/endeca/index/accessor/PriceListPairAccessor"
  output-name="product.priceListPair" is-non-repository-property="true"/>

The resulting value has the following format:

salePriceList_listPriceList

For example:

<PROP NAME="product.priceListPair">
  <PVAL>
    plist3080003_plist3080002
  </PVAL>
</PROP>

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices