See: Description
Interface | Description |
---|---|
ProductSearchInterface |
The interface for the product search classes.
|
Class | Description |
---|---|
LuceneIndexer |
A utility class that contains helper methods for the Jakarta-Lucene search
engine.
|
LuceneSearcher |
A utility class that contains helper methods for the Jakarta-Lucene search
engine.
|
ProductSearch1 |
An implementation of the
ProductSearchInterface that searches products
using the ProductController.getMatchingProducts method. |
ProductSearch2 |
An implementation of the
ProductSearchInterface that searches products
using the IBM AS/400 Webserver search engine. |
ProductSearch3 |
An implementation of the
ProductSearchInterface that searches products
using the Jakarta-Lucene search engine. |
ProductSearch3.ProductSortProdClass |
Comparator class that implements a product sort using product classification,
product code and unit of measure code.
|
ProductSearch3.ProductSortProdCode |
Comparator class that implements a product sort using product code and
unit of measure code.
|
ProductSearch3.ProductSortProdDesc |
Comparator class that implements a product sort using product description,
product code and unit of measure code.
|
ProductSearch3.ProductSortQtyAvail2 |
Comparator class that implements a product sort using quanity available 2,
product code and unit of measure code.
|
ProductSearch3IndexBuild |
Product search 3 index create command class.
|
DPS Flash specific product search indexing and product search processing classes.