Documentation ¶
Index ¶
Constants ¶
View Source
const WGS84 = 4326
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchIndexRecord ¶
type SubstAndSynonyms ¶ added in v0.1.3
type SubstAndSynonyms struct {
// contains filtered or unexported fields
}
func NewSubstAndSynonyms ¶ added in v0.1.3
func NewSubstAndSynonyms(substitutionsFile, synonymsFile string) (*SubstAndSynonyms, error)
type Transformer ¶
type Transformer struct {
// contains filtered or unexported fields
}
func NewTransformer ¶ added in v0.1.5
func NewTransformer(substitutionsFile string, synonymsFile string) (*Transformer, error)
func (Transformer) Transform ¶
func (t Transformer) Transform(records []RawRecord, collection config.GeoSpatialCollection) ([]SearchIndexRecord, error)
Click to show internal directories.
Click to hide internal directories.