You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2016/12/07 03:19:42 UTC

lucene-solr:branch_6x: CHANGES.txt: Removed accidental inclusion of 7.0 section on our 6.x branch

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 135604f63 -> 8c943b608


CHANGES.txt: Removed accidental inclusion of 7.0 section on our 6.x branch


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8c943b60
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8c943b60
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8c943b60

Branch: refs/heads/branch_6x
Commit: 8c943b6084ffec3e22b16f4997df1f9fc55f20f5
Parents: 135604f
Author: David Smiley <ds...@apache.org>
Authored: Tue Dec 6 22:19:27 2016 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Tue Dec 6 22:19:27 2016 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt | 51 -------------------------------------------------
 1 file changed, 51 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8c943b60/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 853f171..21a80e0 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -3,57 +3,6 @@ Lucene Change Log
 For more information on past and future Lucene versions, please see:
 http://s.apache.org/luceneversions
 
-======================= Lucene 7.0.0 =======================
-
-API Changes
-
-* LUCENE-2605: Classic QueryParser no longer splits on whitespace by default.
-  Use setSplitOnWhitespace(true) to get the old behavior.  (Steve Rowe)
-
-* LUCENE-7369: Similarity.coord and BooleanQuery.disableCoord are removed.
-  (Adrien Grand)
-
-* LUCENE-7368: Removed query normalization. (Adrien Grand)
-
-* LUCENE-7355: AnalyzingQueryParser has been removed as its functionality has
-  been folded into the classic QueryParser. (Adrien Grand)
-
-* LUCENE-7407: Doc values APIs have been switched from random access
-  to iterators, enabling future codec compression improvements. (Mike
-  McCandless)
-
-* LUCENE-7475: Norms now support sparsity, allowing to pay for what is
-  actually used. (Adrien Grand)
-
-* LUCENE-7494: Points now have a per-field API, like doc values. (Adrien Grand)
-
-Bug Fixes
-
-Improvements
-
-* LUCENE-7489: Better storage of sparse doc-values fields with the default
-  codec. (Adrien Grand)
-
-Optimizations
-
-* LUCENE-7416: BooleanQuery optimizes queries that have queries that occur both
-  in the sets of SHOULD and FILTER clauses, or both in MUST/FILTER and MUST_NOT
-  clauses. (Spyros Kapnissis via Adrien Grand, Uwe Schindler)
-
-* LUCENE-7506: FastTaxonomyFacetCounts should use CPU in proportion to
-  the size of the intersected set of hits from the query and documents
-  that have a facet value, so sparse faceting works as expected
-  (Adrien Grand via Mike McCandless)
-
-* LUCENE-7519: Add optimized APIs to compute browse-only top level
-  facets (Mike McCandless)
-
-Other
-
-* LUCENE-7328: Remove LegacyNumericEncoding from GeoPointField. (Nick Knize)
-
-* LUCENE-7360: Remove Explanation.toHtml() (Alan Woodward)
-
 ======================= Lucene 6.4.0 =======================
 
 API Changes