On Fri, Nov 25, 2016 at 7:23 AM, Aniket Khare <aniketish...@gmail.com> wrote: > You can use Solr DIH for indexing csv data into solr. > https://wiki.apache.org/solr/DataImportHandler >
Seems overkill when you can simply post CSV data to the UpdateHandler, using either the post tool: https://cwiki.apache.org/confluence/display/solr/Post+Tool Or by doing it manually however you wish: https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers#UploadingDatawithIndexHandlers-CSVFormattedIndexUpdates Cheers Tom