Spinning the discussion into a separate thread. What is the actual business need here (and in the elasticshell project)? Do we want for users to have something good for easy examples? Or do we want some sort of command line REPL tool running against Solr instance that may not even have admin handlers enabled?
For my book, I heavily leveraged post.jar and Admin WebUI, because they were multi-platform and because they were hiding a lot of details not relevant to the task of content indexing (or not explained yet, like commit semantics). The reason I ask is because I was thinking of a demo/play project that builds a web interface to populate Solr collection. It would use the same hooks Solr Admin WebUI uses to find out which fields are configured, what their types and cardinality is, etc. Then, it would automatically generate a submit form with all that information. Following the same logic, it would not be terribly difficult to build an interface with drag-and-drop files that are then sent to Solr (using modern HTML5 techniques). This could even be an extension of the Admin WebUI, though I probably would use Angular/Bootstrap instead of the - equally valid - choices used currently. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Mon, Feb 25, 2013 at 11:34 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Upayavira, ever did this? > > Ha, look at my email from 20 days ago and this: > https://github.com/javanna/elasticshell > > Otis > -- > > > On Wed, Feb 6, 2013 at 2:38 PM, Otis Gospodnetic < > otis.gospodne...@gmail.com > > wrote: > > > Btw wouldn't this be a chance to create a solr cli tool, much like > > es2unix? Maybe with a shell? I'm off-line now, but I recently came > across > > a java lib that makes this easy... jclam jsomething ... > > > > Otis > > Solr & ElasticSearch Support > > http://sematext.com/ > > On Feb 6, 2013 8:48 AM, "Jan Høydahl" <jan....@cominvent.com> wrote: > > > >> With dependencies I meant external jar dependencies. Perhaps extensions > >> could have deps while leaving the "core" compilable without? > >