Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "ReleaseNote41" page has been changed by UweSchindler: http://wiki.apache.org/solr/ReleaseNote41?action=diff&rev1=6&rev2=7 Comment: Add the important URL encoding issue. We had a tomcat config question again on solr-user (and many before every week). So tell users whats going on! * Solr QParsers may now be directly invoked in the lucene query syntax without the _query_ magic field hack. Example: foo AND {!term f=myfield v=$qq} + * Solr now parses request parameters (from URL or sent with POST using + content-type application/x-www-form-urlencoded) in its dispatcher code. + It no longer relies on special configuration settings in Tomcat or other + web containers to enable UTF-8 encoding, which is mandatory for correct + Solr behaviour. Solr now works out of the box with e.g. Tomcat, JBoss,... * Directory IO rate limiting based on the IO context. * Distributed search support for MoreLikeThis. * Multi-core: On-demand core loading and LRU-based core unloading after