Facetator: Configuration

The following files are involved with Facetator:

1. Data

{ "items": [ {"key1":"value1", "key2":"value2", ...}, ... ] }

2. Global settings

var facet = { localFileName, remoteFileName, sortKeys, sortFunction, definitions, pageSize }

2.1. GZIP compression

3. Facet definitions

{ key, label, strictSummaryLabel, values }

4. Entry presentation

There is a template for the entries in index.html that is cloned and filled in as necessary.