You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/05/05 02:20:36 UTC

[Solr Wiki] Trivial Update of "Solr1.2" by ryan

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

The comment on the change is:
formatting error

------------------------------------------------------------------------------
  <requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" /> 
  }}}
  
-  * audit schema.xml duplicate field definition behavior.  As is {{
+  * audit schema.xml duplicate field definition behavior.  As is {{{
    <fieldType name="aaa"  ... />
    <fieldType name="aaa"  ... />
  
@@ -63, +63 @@

  
    <dynamicField name="aaa_*"  ... />
    <dynamicField name="aaa_*"  ... />
- }} quietly continues -- tossing out the first definition.  This should add a severe error and optionally abort (using SOLR-179)
+ }}} quietly continues -- tossing out the first definition.  This should add a severe error and optionally abort (using SOLR-179)
  
   * Consider upgrading lucene versions after an audit of the changes.  there have been some good bug fixes and optimizations.