Discovering RequestHandler parameters at runtime

2007-11-08 Thread Grant Ingersoll
Hi, Is there anyway to interrogate a RequestHandler to discover what parameters it supports at runtime? Kind of like a BeanInfo for RequestHandlers? Has anyone else thought about doing this and what it might look like? Seems like it would be useful for building dynamic web forms.

Re: Discovering RequestHandler parameters at runtime

2007-11-08 Thread Chris Hostetter
: Is there anyway to interrogate a RequestHandler to discover what parameters : it supports at runtime? Kind of like a BeanInfo for RequestHandlers? Has : Also, check: : http://wiki.apache.org/solr/MakeSolrMoreSelfService Yeah, that wiki is as far as i ever got. note that it vastly

Re: Discovering RequestHandler parameters at runtime

2007-11-08 Thread Ryan McKinley
Grant Ingersoll wrote: Hi, Is there anyway to interrogate a RequestHandler to discover what parameters it supports at runtime? Kind of like a BeanInfo for RequestHandlers? Has anyone else thought about doing this and what it might look like? Seems like it would be useful for building