Re: SolrRequestHandler implementations

2007-05-29 Thread Yonik Seeley
On 5/29/07, John Wang <[EMAIL PROTECTED]> wrote: Are there plans to rethink the plugin architecture, e.g. to break into phases or modules where other components/plugins can extend? Or what are some other suggestions you guys may have? Yes, I've considered the need for it. It would allow someone

Re: SolrRequestHandler implementations

2007-05-29 Thread Ryan McKinley
Are there plans to rethink the plugin architecture, e.g. to break into phases or modules where other components/plugins can extend? Or what are some other suggestions you guys may have? Check org.apache.solr.util.SolrPluginUtils -- ideally most functionality shared across multiple RequestHand

SolrRequestHandler implementations

2007-05-29 Thread John Wang
Solr developers: There are different SolrRequestHandler implementations in Solr, e.g. DisMaxRequestHandler, StandardRequestHandler and they overlap in functionality. And we are thinking of writing our own SolrRequestHandler implementation, which means to also support standard functionality