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%2e3

------------------------------------------------------------------------------
  
  [[Anchor(Deprication)]]
  == @Deprication ==
- In Solr 1.3, many classes were moved around.  While it is possible to run 
classes compiled against 1.2 in 1.3, it is reccomended to update your class 
references soon.
+ In Solr 1.3, many classes were moved around.  Although classes compiled 
against 1.2 will run in 1.3, updating class references is recommended.
  
  Specifically:
-  * many classes from ''org.apache.util'' to ''org.apache.common.util''
+  * many classes from ''org.apache.util'' moved to ''org.apache.common.util''
-  * many classes from ''org.apache.solr.request'' to 
''org.apache.solr.common.params''
+  * many classes from ''org.apache.solr.request'' moved to 
''org.apache.solr.common.params''
-  * ''org.apache.solr.request.StandardRequestHandler'' moved to 
''org.apache.solr.handler.StandardRequestHandler''
+  * ''org.apache.solr.request.StandardRequestHandler'' moved to 
''org.apache.solr.handler.StandardRequestHandler'' and is a subclass of 
''org.apache.solr.handler.SearchHandler''
-  * ''org.apache.solr.request.DisMaxRequestHandler'' moved to 
''org.apache.solr.handler.DisMaxRequestHandler''
+  * ''org.apache.solr.request.DisMaxRequestHandler'' moved to 
''org.apache.solr.handler.DisMaxRequestHandler'' and deprecated in favor of 
adding 'defType=dismax' to StandardRequestHandler init params
  
  
  

Reply via email to