epugh commented on PR #2479: URL: https://github.com/apache/solr/pull/2479#issuecomment-2246259400
Okay, I think this is ready for review! I've added some docs.. I especially liked being able to cat some local data right into a Solr collection! ``` cat example/exampledocs/books.csv | bin/solr stream -e local 'update(gettingstarted,parseCSV(stdin()))' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
