I did make an effort to fully document all parameters for the request
handlers in my Solr 4.x Deep Dive:
http://www.lulu.com/shop/jack-krupansky/solr-4x-deep-dive-early-access-release-7/ebook/product-21203548.html

-- Jack Krupansky

On Mon, Jun 8, 2015 at 4:05 PM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:

> The "defaults", "appends", "invariants" apply to request handlers.
> Similarly, each type of Solr plugin has different configuration parameters.
> Unfortunately, there is no single list of all parameters. You will have to
> look at the documentation of the plugin you are trying to configure to find
> out the list of supported parameters.
>
> On Mon, Jun 8, 2015 at 11:20 PM, Steven White <swhite4...@gmail.com>
> wrote:
>
> > Hi,
> >
> > I'm managing my Solr solrconfig.xml data using
> > https://cwiki.apache.org/confluence/display/solr/Config+API  In doing
> so,
> > I'm write code that will read and update request handlers.  Beside the
> top
> > level key / value parameters, I came across "defaults", "invariants" and
> > "appends" as list items.  Are there any others I should be looking for?
> > Where can I find the complete list?
> >
> > Thanks
> >
> > Steve
> >
>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>

Reply via email to