|
Packages |
| com.facetmap |
The Facetmap API -- consisting of core components Facetmap, Facet, Heading, Resource, and Selection, as well as some specialized types of Facet. |
| com.facetmap.example.movies |
This sample Facetmap application presents a variety of movies from the eighties,
showing off the SpectrumFacet, DateFacet, and CompoundHeadingFacet types;
it also includes an external recommendation engine to show how external logic can
be integrated into a Facetmap search. |
| com.facetmap.format.excel |
Translates Excel files into Facetmap objects. |
| com.facetmap.format.xml |
Translates Facetmap XML into Facetmap objects, and Facetmap objects back into Facetmap XML. |
| com.facetmap.servlet |
Servlet-level wrappers of Facetmap functionality; see below for details. |
| com.facetmap.simple |
This is a reference implementation of Facetmap, which can be extended nicely to meet requirements for a more efficient or more functional implementation. |
| com.facetmap.sql |
Facetmap can use an SQL database both for reading data, and for optimizing its own performance. |