On Apr 20, 2009, at 5:45 PM, Chris Hostetter wrote:
: Fair enough. FWIW, I'd still like to be able to generate a Solr
container
: from an example (i.e. "minimal" or "DIH" or whatever)
by "container" do you mean a Solr home with configs and neccessary
libs
ready to be tweaked to suite your purposes?
assuming we have more use-case specific examples, wouldn't that just
be
something that copies one of them to a target directory?
I guess what I really want is a way to be able to say: Give me a Solr
home that has these X features (DIH, Solr Cell, spell checking,
highlighting, plus whatever libs are needed) with some basic
configuration + my choice of a schema ranging from one that is
barebones (maybe just an "id" field defined) to a "full fledged" one
(the current example) and I want to be able to do it as simple as
possible (i.e. as few commands as possible).
-Grant