What about this blurb for CHANGES.txt?

The Solr "Request Handler" framework has been updated in two key ways:
First, if a Request Handler is registered in solrconfig.xml with a name
starting with "/" then it can be accessed using path-based URL, instead of
using the legacy "/select?qt=name" URL structure.  Second, the Request
Handler framework has been extended making it possible to write Request
Handlers that process streams of data for doing updates, and there is a
new-style Request Handler for XML updates given the name of "/update" in
the example solrconfig.xml.  Existing installations without this "/update"
handler will continue to use the old update servlet and should see no
changes in behavior.  For new-stype update handlers, errors are now
reflected in the HTTP status code, Content-type checking is more strict,
and the response format has changed and is controllable via the wt
parameter.


-Yonik


On 5/22/07, Apache Wiki <[EMAIL PROTECTED]> wrote:
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 ryan:
http://wiki.apache.org/solr/Solr1%2e2

------------------------------------------------------------------------------
  framework has been extended making it possible to write Request Handlers that 
process
  streams of data for doing updates, and the existing XML-based update 
functionality has been
  refactored into a Request Handler given the name of "/update" in the example 
solrconfig.xml.
- Existing Apache Solr installations that do not have references to this name 
in the
- solrconfig.xml will be unaffected, but installations which do use it will now 
need to be
- more explicit about the Content-Type when posting XML data, and will get a 
response format
+ Existing Apache Solr installations that do not reference "/update" in 
solrconfig.xml will
+ be unaffected.  Installations that use it will need to explicitly define the 
Content-Type
+ when posting XML data (ie: curl ... -H 'Content-type:text/xml; 
charset=utf-8'), and will
- controlled by the (wt) Response Writer.
+ get a new response format controlled by the (wt) Response Writer.
  }}}
   * delete example in the tutorial currently doesn't work because content type 
isn't specified .. tutorial could be fixed, but SOLR-230 would be a better use 
of time.
   * [https://issues.apache.org/jira/browse/SOLR-230 SOLR-230] should be done 
to keep the tutorial nice and portable and eliminate the need for curl

Reply via email to