serf.data
Class ProductMatcherMerger
java.lang.Object
serf.data.BasicMatcherMerger
serf.data.ProductMatcherMerger
- All Implemented Interfaces:
- MatcherMerger
public class ProductMatcherMerger
- extends BasicMatcherMerger
- implements MatcherMerger
Use this class to compare Record objects containing yahoo shopping data.
Specifically these records should contain the following attributes:
price - the price of the item being sold
title - the title of the item being sold
Note: this class is similar to YahooMatcherMerger. It works with serialized records of a slightly different format.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductMatcherMerger
public ProductMatcherMerger(java.util.Properties props)
ProductMatcherMerger
public ProductMatcherMerger(RecordFactory factory)
ProductMatcherMerger
public ProductMatcherMerger(RecordFactory factory,
float tt,
float pt)