Versions in this module Expand all Collapse all v0 v0.2.37 Aug 20, 2026 v0.2.36 Aug 18, 2026 Changes in this version + func Run(cfg Config, r io.Reader, facet FacetFunc, w io.Writer) error + type Config struct + BatchSize int + Server string + ShowAll bool + ShowEmpty bool + SourceID string + Textile bool + func DefaultConfig() Config + type FacetFunc func(query, facetField string) (solrutil.FacetMap, error)