P - public class FinalPriceFieldGenerator<P extends Product> extends AbstractProductFieldGenerator<P,com.neurosys.spider.ds.processors.ObjectDocumentRowMapperIndexer<P,Void>>
Price can have multiple prices; like Product.getRegularPrice() and Product.getSalePrice(). So determine a finalPrice based on
Prices.| Constructor and Description |
|---|
FinalPriceFieldGenerator() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.lucene.index.IndexableField> |
getFields(com.neurosys.spider.ds.processors.ObjectDocumentRowMapperIndexer<P,Void> indexerRef,
Void v,
P product) |
Copyright © 2018. All rights reserved.