: On Thu, Jul 31, 2008 at 1:58 PM, Apache Wiki <[EMAIL PROTECTED]> wrote: : > + * should "!SearchHandler" really live in "org.apache.solr.handler.component" ? : : I think so. : : SearchHandler is not actually the base class for all search... is the : implementation of a SolrRequestHandler that uses search components.
even if it's not a base class, it *is* a handler, it is not a component ... so wouldn't it make more sense in the "handler" package then in the "component" package? There could be (and i anticipate probably will be) other handlers in the future that leverage those components (even if they just hard code componetns for specific functionality reuse) -Hoss
