On 2/14/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : We might also want to pre-populate the index before packaging. > > I'd rather see the the demo include XML files containing > add/update/delete/commit/optimize messages and a script that sends all the > adds and a commit ... then it's really obvious to people *how* to > populate/modify an index.
Right, I definitely agree we want that anyway (XML examples in-the-clear). But one benefit of having those documents pre-added is that you don't have to worry about *how* they get added. Doing it with a script on a windows box would require cygwin, and the right cygwin package containing curl for instance. Perhaps we need a java class that can do a simple http post? -Yonik