: I just copied this information to the wiki at
: http://wiki.apache.org/solr/SolrRequestHandler
FYI: All of this info is specific to SearchComponents which are specific
to SearchHandler -- so that page is a missleading place to put this info
(plenty of other SearchHandlers don't support compon
I just copied this information to the wiki at
http://wiki.apache.org/solr/SolrRequestHandler
-Peter
On Fri, Sep 11, 2009 at 7:43 PM, Jay Hill wrote:
> RequestHandlers are configured in solrconfig.xml. If no components are
> explicitly declared in the request handler config the the defaults are u
Hi Jay,
I got it from reading your response. I did browse around in solrconfig.xml
but could not find any components configured for 'standard', but didn't
realized that there are 'defaults' hardwired. Thanks for your quick &
detailed response and also your additional tip on spellcheck config.
RequestHandlers are configured in solrconfig.xml. If no components are
explicitly declared in the request handler config the the defaults are used.
They are:
- QueryComponent
- FacetComponent
- MoreLikeThisComponent
- HighlightComponent
- StatsComponent
- DebugComponent
If you wanted to have a cus
Hi,
I have a newbie question about the 'standard' requestHandler in
solrconfig.xml. What I like to know is where is the config information for
this requestHandler kept? When I go to http://localhost:8983/solr/admin, I
see the following info, but am curious where are the supposedly 'chained'
co