SOLR-249 -- changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-05-30 02:06:31 +00:00
parent e3dd7faecf
commit f66d0e6602
1 changed files with 4 additions and 0 deletions

View File

@ -217,6 +217,10 @@ New Features
examples for people about the Solr XML response format and how they examples for people about the Solr XML response format and how they
can transform it to suit different needs. can transform it to suit different needs.
(Brian Whitman via hossman) (Brian Whitman via hossman)
35. SOLR-249: Deprecated SolrException( int, ... ) constructors in favor
of constructors that takes an ErrorCode enum. This will ensure that
all SolrExceptions use a valid HTTP status code. (ryan)
Changes in runtime behavior Changes in runtime behavior
1. Highlighting using DisMax will only pick up terms from the main 1. Highlighting using DisMax will only pick up terms from the main