Package | Description |
---|---|
com.dpslink.flash.db.search |
DPS Flash specific product search indexing and product search processing classes.
|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductSearch1
An implementation of the
ProductSearchInterface that searches products
using the ProductController.getMatchingProducts method. |
class |
ProductSearch2
An implementation of the
ProductSearchInterface that searches products
using the IBM AS/400 Webserver search engine. |
class |
ProductSearch3
An implementation of the
ProductSearchInterface that searches products
using the Jakarta-Lucene search engine. |
Modifier and Type | Method and Description |
---|---|
static ProductSearchInterface |
ProductSearch.getSearchInterface(FlashServletContext ctx)
Returns an instance of the configured product search interface per the
"Product.Search.class" property value.
|