serf.data
Class YahooMatcherMerger
java.lang.Object
serf.data.BasicMatcherMerger
serf.data.YahooMatcherMerger
- All Implemented Interfaces:
- MatcherMerger
public class YahooMatcherMerger
- extends BasicMatcherMerger
Use this class to compare Record objects containing yahoo shopping data.
Specifically these records should contain the following attributes:
stprice - the price of the item being sold
spath - a string representing the item's category
title - the title of the item being sold
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YahooMatcherMerger
public YahooMatcherMerger(java.util.Properties props)
YahooMatcherMerger
public YahooMatcherMerger(RecordFactory factory)
YahooMatcherMerger
public YahooMatcherMerger(RecordFactory factory,
float tt,
float pt)
- Parameters:
factory - a Record factorytt - the title thresholdpt - the price threshold