mirror of https://github.com/apache/lucene.git
docs: move CHANGES entries from 4.0 to 3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77258e59ac
commit
8ced9198dc
|
@ -153,29 +153,6 @@ Bug Fixes
|
||||||
* SOLR-2275: fix DisMax 'mm' parsing to be tolerant of whitespace
|
* SOLR-2275: fix DisMax 'mm' parsing to be tolerant of whitespace
|
||||||
(Erick Erickson via hossman)
|
(Erick Erickson via hossman)
|
||||||
|
|
||||||
* SOLR-2307: fix bug in PHPSerializedResponseWriter (wt=phps) when
|
|
||||||
dealing with SolrDocumentList objects -- ie: sharded queries.
|
|
||||||
(Antonio Verni via hossman)
|
|
||||||
|
|
||||||
* SOLR-2127: Fixed serialization of default core and indentation of solr.xml when serializing.
|
|
||||||
(Ephraim Ofir, Mark Miller)
|
|
||||||
|
|
||||||
* SOLR-482: Provide more exception handling in CSVLoader (gsingers)
|
|
||||||
|
|
||||||
* SOLR-2320: Fixed ReplicationHandler detail reporting for masters
|
|
||||||
(hossman)
|
|
||||||
|
|
||||||
* SOLR-2085: Improve SolrJ behavior when FacetComponent comes before
|
|
||||||
QueryComponent (Tomas Salfischberger via hossman)
|
|
||||||
|
|
||||||
* SOLR-1940: Fix SolrDispatchFilter behavior when Content-Type is
|
|
||||||
unknown (Lance Norskog and hossman)
|
|
||||||
|
|
||||||
* SOLR-2339: Fix sorting to explicitly generate an error if you
|
|
||||||
attempt to sort on a multiValued field. (hossman)
|
|
||||||
|
|
||||||
* SOLR-2348: Fix field types to explicitly generate an error if you
|
|
||||||
attempt to get a ValueSource for a multiValued field. (hossman)
|
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -198,16 +175,13 @@ Other Changes
|
||||||
using Generics where applicable in method/object declatations, and
|
using Generics where applicable in method/object declatations, and
|
||||||
adding @SuppressWarnings("unchecked") when appropriate (hossman)
|
adding @SuppressWarnings("unchecked") when appropriate (hossman)
|
||||||
|
|
||||||
* SOLR-2350: Since Solr no longer requires XML files to be in UTF-8
|
|
||||||
(see SOLR-96) SimplePostTool (aka: post.jar) has been improved to
|
|
||||||
work with files of any mime-type or charset. (hossman)
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
* SOLR-2232: Improved README info on solr.solr.home in examples
|
* SOLR-2232: Improved README info on solr.solr.home in examples
|
||||||
(Eric Pugh and hossman)
|
(Eric Pugh and hossman)
|
||||||
|
|
||||||
|
|
||||||
================== 3.1.0-dev ==================
|
================== 3.1.0-dev ==================
|
||||||
Versions of Major Components
|
Versions of Major Components
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -677,6 +651,27 @@ Bug Fixes
|
||||||
* SOLR-2261: fix velocity template layout.vm that referred to an older
|
* SOLR-2261: fix velocity template layout.vm that referred to an older
|
||||||
version of jquery. (Eric Pugh via rmuir)
|
version of jquery. (Eric Pugh via rmuir)
|
||||||
|
|
||||||
|
* SOLR-2307: fix bug in PHPSerializedResponseWriter (wt=phps) when
|
||||||
|
dealing with SolrDocumentList objects -- ie: sharded queries.
|
||||||
|
(Antonio Verni via hossman)
|
||||||
|
|
||||||
|
* SOLR-2127: Fixed serialization of default core and indentation of solr.xml when serializing.
|
||||||
|
(Ephraim Ofir, Mark Miller)
|
||||||
|
|
||||||
|
* SOLR-2320: Fixed ReplicationHandler detail reporting for masters
|
||||||
|
(hossman)
|
||||||
|
|
||||||
|
* SOLR-482: Provide more exception handling in CSVLoader (gsingers)
|
||||||
|
|
||||||
|
* SOLR-1283: HTMLStripCharFilter sometimes threw a "Mark Invalid" exception.
|
||||||
|
(Julien Coloos, hossman, yonik)
|
||||||
|
|
||||||
|
* SOLR-2085: Improve SolrJ behavior when FacetComponent comes before
|
||||||
|
QueryComponent (Tomas Salfischberger via hossman)
|
||||||
|
|
||||||
|
* SOLR-1940: Fix SolrDispatchFilter behavior when Content-Type is
|
||||||
|
unknown (Lance Norskog and hossman)
|
||||||
|
|
||||||
* SOLR-1983: snappuller fails when modifiedConfFiles is not empty and
|
* SOLR-1983: snappuller fails when modifiedConfFiles is not empty and
|
||||||
full copy of index is needed. (Alexander Kanarsky via yonik)
|
full copy of index is needed. (Alexander Kanarsky via yonik)
|
||||||
|
|
||||||
|
@ -687,13 +682,18 @@ Bug Fixes
|
||||||
DocumentAnalysisRequestHandler to respect charset from XML file and only
|
DocumentAnalysisRequestHandler to respect charset from XML file and only
|
||||||
use HTTP header's "Content-Type" as a "hint". (Uwe Schindler)
|
use HTTP header's "Content-Type" as a "hint". (Uwe Schindler)
|
||||||
|
|
||||||
|
* SOLR-2339: Fix sorting to explicitly generate an error if you
|
||||||
|
attempt to sort on a multiValued field. (hossman)
|
||||||
|
|
||||||
|
* SOLR-2348: Fix field types to explicitly generate an error if you
|
||||||
|
attempt to get a ValueSource for a multiValued field. (hossman)
|
||||||
|
|
||||||
* SOLR-1191: resolve DataImportHandler deltaQuery column against pk when pk
|
* SOLR-1191: resolve DataImportHandler deltaQuery column against pk when pk
|
||||||
has a prefix (e.g. pk="book.id" deltaQuery="select id from ..."). More
|
has a prefix (e.g. pk="book.id" deltaQuery="select id from ..."). More
|
||||||
useful error reporting when no match found (previously failed with a
|
useful error reporting when no match found (previously failed with a
|
||||||
NullPointerException in log and no clear user feedback). (gthb via yonik)
|
NullPointerException in log and no clear user feedback). (gthb via yonik)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -792,6 +792,10 @@ Other Changes
|
||||||
* SOLR-2340: Add version infos to message in JavaBinCodec when throwing
|
* SOLR-2340: Add version infos to message in JavaBinCodec when throwing
|
||||||
exception. (koji)
|
exception. (koji)
|
||||||
|
|
||||||
|
* SOLR-2350: Since Solr no longer requires XML files to be in UTF-8
|
||||||
|
(see SOLR-96) SimplePostTool (aka: post.jar) has been improved to
|
||||||
|
work with files of any mime-type or charset. (hossman)
|
||||||
|
|
||||||
* SOLR-2365: Move DIH jars out of solr.war (David Smiley via yonik)
|
* SOLR-2365: Move DIH jars out of solr.war (David Smiley via yonik)
|
||||||
|
|
||||||
|
|
||||||
|
@ -810,7 +814,6 @@ Build
|
||||||
* LUCENE-2657: Switch from using Maven POM templates to full POMs when
|
* LUCENE-2657: Switch from using Maven POM templates to full POMs when
|
||||||
generating Maven artifacts (Steven Rowe)
|
generating Maven artifacts (Steven Rowe)
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -928,8 +931,7 @@ New Features
|
||||||
7. SOLR-680: Add StatsComponent. This gets simple statistics on matched numeric fields,
|
7. SOLR-680: Add StatsComponent. This gets simple statistics on matched numeric fields,
|
||||||
including: min, max, mean, median, stddev. (koji, ryan)
|
including: min, max, mean, median, stddev. (koji, ryan)
|
||||||
|
|
||||||
7.1 SOLR-1380: Added support for multi-valued fields to stats component
|
7.1 SOLR-1380: Added support for multi-valued fields (Harish Agarwal via gsingers)
|
||||||
(Harish Agarwal via gsingers)
|
|
||||||
|
|
||||||
8. SOLR-561: Added Replication implemented in Java as a request handler. Supports index replication
|
8. SOLR-561: Added Replication implemented in Java as a request handler. Supports index replication
|
||||||
as well as configuration replication and exposes detailed statistics and progress information
|
as well as configuration replication and exposes detailed statistics and progress information
|
||||||
|
|
Loading…
Reference in New Issue