You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/06/11 15:50:58 UTC

lucene-solr:master: LUCENE-6766: add changes

Repository: lucene-solr
Updated Branches:
  refs/heads/master cc7cede7a -> 8bd27977d


LUCENE-6766: add changes


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

Branch: refs/heads/master
Commit: 8bd27977dd993d4443be359a6f7ec92c7f012247
Parents: cc7cede
Author: Mike McCandless <mi...@apache.org>
Authored: Sat Jun 11 11:50:47 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Sat Jun 11 11:50:47 2016 -0400

----------------------------------------------------------------------
 lucene/CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8bd27977/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 501f2ee..f104ac6 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -25,6 +25,11 @@ Improvements
   sub-files' checkums and segment IDs, to catch hardware issues or
   filesytem bugs earlier (Robert Muir, Mike McCandless)
 
+* LUCENE-6766: Index time sorting has graduated from the misc module
+  to core, is much simpler to use, via
+  IndexWriter.setIndexSort, and now works with dimensional points.
+  (Adrien Grand, Mike McCandless)
+
 Other
 
 * LUCENE-4787: Fixed some highlighting javadocs. (Michael Dodsworth via Adrien