1. Congrats! 2. How is this different from bin\post? CSV and JSON are both supported formats. I am sure it is very clear to you, but to a visitor - not so much. 3. What is the significance of "replace just the field". Is that an atomic update? Similar to AtomicUpdateProcessorFactory? What is the use-case?
Basically, what is the business/use-case for the tool, as opposed to all the technical parameters, one by one. Regards, Alex. On 18 September 2018 at 14:51, Dan Brown <[email protected]> wrote: > I've been working on this for a while and it's finally in a state where > it's ready for public consumption. > > This is a command line indexer that will index CSV or JSON documents: > https://github.com/likethecolor/solr-indexer > > There are quite a few parameters/options that can be set. > > One thing to note is that it will update individual fields. That is, > unlike the Data Import Handler, it does not replace entire documents. > > Please check it out and let me know what you think. > > Dan
