You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Steven White <sw...@gmail.com> on 2015/06/08 19:50:07 UTC

Complete list of parameters in request handlers

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

Re: Complete list of parameters in request handlers

Posted by Jack Krupansky <ja...@gmail.com>.
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 <
shalinmangar@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 <sw...@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.
>

Re: Complete list of parameters in request handlers

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
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 <sw...@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.