On Aug 31, 2008, at 8:21 PM, Chris Hostetter wrote:
I just realized that we are still refering to StandardRequestHandler
and DisMaxRequestHandler in the 1.3 example/solr/conf/solrconfig.xml
even though they are deprecated in favor of SearchHandler and
alternate defType values.
Do we want to leave those handlers alone since they still work fine
and might be easier for people to understand, or should we change
them?
The config also shows examples of both SpellCheckerRequestHandler
and SpellCheckComponent ... i'm not really up on the state of
spellchecking, but that seems confusing to me.
I'd prefer that deprecated stuff not be in our example config any
more. Map "dismax" to StandardRequestHandler with defType=dismax and
similarly with the SpellCheckComponent - map it to, hmm... not sure...
a SearchHandler with only the SpellCheckComponent (and DebugComponent)
registered?
Erik