You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/03/01 09:27:11 UTC

[03/50] [abbrv] lucene-solr:jira/solr-9858: SOLR-10143: Added CHANGES entry

SOLR-10143: Added CHANGES entry


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

Branch: refs/heads/jira/solr-9858
Commit: 55ef713eb281178a10ae9d34fce4d7a91a7d3733
Parents: 21690f5
Author: Tomas Fernandez Lobbe <tf...@apache.org>
Authored: Wed Feb 22 10:32:54 2017 -0800
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Wed Feb 22 10:32:54 2017 -0800

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/55ef713e/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 44e4fa9..a6b5504 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -190,6 +190,9 @@ Optimizations
 * SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links
   in AdminUI javascripts (Yun Jie Zhou via janhoy)
 
+* SOLR-10143: PointFields will create IndexOrDocValuesQuery when a field is both, indexed=true and docValues=true
+  (Tom�s Fern�ndez L�bbe)
+
 Other Changes
 ----------------------
 * SOLR-9980: Expose configVersion in core admin status (Jessica Cheng Mallet via Tom�s Fern�ndez L�bbe)