Description
the main solconfig.xml example file has gotten cluttered, doesn't use consistent indenting, lists various things in a haphazard order, and contains relics of outdated/deprecated plugins/terminology. this really needs to be dealt with prior to 3.1 since most people reuse this example as the basis for their own configs.
rather then trying to opening individual issues for little one off changes (which is how a lot of the haphazard came about) i'm going to take a stab at one big cleanup here and seek feedback on the end result
patch against trunk to do all of hte cleanup i think we should do.
for readability, i've also attached the finished solrconfig.xml
the main change here is reformatting all of hte xml and comments to have standard indenting, and reformating all the comments to use standard line length.
i also re-organized things so all request handlers are listed together (and all update handlers are listed together within that list) the only exception is hte one off handlers declared just to show off an individual search component – those i left next to the component.
i also enhanced the comments where i thought they made sense.