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/02/25 19:42:04 UTC

[11/18] lucene-solr git commit: Merge branch 'master' into point_set_query

Merge branch 'master' into point_set_query


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

Branch: refs/heads/master
Commit: 1c3d52d6b54a024ce8b577fb04ecca9e78d3c07f
Parents: 1fb9de8 dc95d52
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Feb 24 15:38:40 2016 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Feb 24 15:38:40 2016 -0500

----------------------------------------------------------------------
 .../org/apache/lucene/document/DoublePoint.java | 10 +--
 .../org/apache/lucene/document/FieldType.java   | 14 ++--
 .../org/apache/lucene/document/FloatPoint.java  | 10 +--
 .../org/apache/lucene/document/IntPoint.java    | 10 +--
 .../org/apache/lucene/document/LongPoint.java   | 10 +--
 .../org/apache/lucene/document/TestField.java   | 16 ++---
 .../apache/lucene/document/TestFieldType.java   |  6 ++
 .../apache/lucene/document/BigIntegerPoint.java |  4 +-
 .../lucene/document/InetAddressPoint.java       |  4 +-
 .../org/apache/lucene/document/LatLonPoint.java |  4 +-
 .../lucene/document/TestBigIntegerPoint.java    |  4 +-
 .../lucene/document/TestInetAddressPoint.java   |  6 +-
 .../apache/lucene/document/TestLatLonPoint.java |  2 +-
 .../org/apache/lucene/geo3d/Geo3DPoint.java     | 67 +++++++++++++++++---
 .../lucene/geo3d/PointInGeo3DShapeQuery.java    | 10 +--
 .../org/apache/lucene/geo3d/TestGeo3DPoint.java | 18 ++++--
 16 files changed, 132 insertions(+), 63 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/core/src/java/org/apache/lucene/document/DoublePoint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/core/src/java/org/apache/lucene/document/FloatPoint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/core/src/java/org/apache/lucene/document/IntPoint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/core/src/java/org/apache/lucene/document/LongPoint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/sandbox/src/java/org/apache/lucene/document/BigIntegerPoint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/sandbox/src/java/org/apache/lucene/document/LatLonPoint.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1c3d52d6/lucene/sandbox/src/test/org/apache/lucene/document/TestInetAddressPoint.java
----------------------------------------------------------------------