Documentation
¶
Overview ¶
Package export implements the core of span-export: it converts intermediate schema records into various destination formats, mostly for SOLR.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exporters = map[string]func() finc.Exporter{ "solr5vu3": func() finc.Exporter { return new(finc.Solr5Vufind3) }, "formeta": func() finc.Exporter { return new(finc.Formeta) }, }
Exporters holds available export formats.
Functions ¶
func FormatNames ¶
func FormatNames() []string
FormatNames returns the available export format names, sorted.
Types ¶
Click to show internal directories.
Click to hide internal directories.