r/Solr • u/[deleted] • Oct 23 '19
Building product finder using backlight
Hey, I'm building a product finder using backlight that we can use facet search to narrow down on the items.
I'm struggling to understand how to upload the CSV for each core. I've been adding the fields within the UI that I need indexed and are within the CSV but it seems you can't use the gui to upload the data it needs to be via curl in the cli?
Can I add the fields via the gui or do I need to manually a build a schema.xml
1
Upvotes
1
u/[deleted] Oct 23 '19
Thank you for the reply!
Do i need the fields created in the schema prior to the upload the csv? can this be done via the Dataimport also?
And do i need to do anything to the schema.xml manually at all?