Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Support multivalue fields #317

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Support multivalue fields #317

wants to merge 2 commits into from

Conversation

kynetiv
Copy link

@kynetiv kynetiv commented Jul 18, 2016

This PR introduces a new field type of multivalue to allow for csv columns that have multiple values in one field. By specifying in the data.yaml the type: 'multivalue', the importer will parse a string value with a comma separated list (default) into an array and save the field. You may also provide a optional separator key to specify a different delimiter other than the default comma. This is modeld after the elasticsearch multivalue field and adds a position_offset_gap to each field value to avoid slop results.

Adding multi-value field support should help prepare for: RTICWDT/college-scorecard#187

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants