Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ChrisRobertson: http://wiki.apache.org/solr/SolrRequestHandler The comment on the change is: Syntax error in XML fixed. ------------------------------------------------------------------------------ {{{ <requestHandler name="foo" default="true" class="my.package.CustomRequestHandler" /> - <requestHandler name="bar" class="my.package.AnotherCustomRequestHandler" /> + <requestHandler name="bar" class="my.package.AnotherCustomRequestHandler"> <!-- initialization args may optionally be defined here --> <lst name="defaults"> <int name="rows">10</int>
