Open asfimport opened 7 years ago
Nick Knize (@nknize) (migrated from JIRA)
The attached patch achieves the following:
Field
suffix from all Range Field types to make them consistent with their Point
counterpart.BaseRangeFieldQueryTestCase
from sandbox to lucene-test-framework
to be used in core
and misc
InetAddressPoint
and InetAddressRange
from sandbox
to misc
; along with their respective test classes*Range
field types from sandbox
to core
; along with their respective test classesDavid Smiley (@dsmiley) (migrated from JIRA)
+1.
ASF subversion and git services (migrated from JIRA)
Commit d34d81f9af89657fdd4fe0b3174459142955215b in lucene-solr's branch refs/heads/master from @nknize https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=d34d81f
LUCENE-7740: Refactor Range Fields to remove Field suffix (e.g., DoubleRange), move InetAddressRange and InetAddressPoint from sandbox to misc module, and refactor all other range fields from sandbox to core.
ASF subversion and git services (migrated from JIRA)
Commit f277ebd259db99883d2f5c1a029c0776c6241515 in lucene-solr's branch refs/heads/branch_6x from @nknize https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f277ebd
LUCENE-7740: Refactor Range Fields to remove Field suffix (e.g., DoubleRange), move InetAddressRange and InetAddressPoint from sandbox to misc module, and refactor all other range fields from sandbox to core.
Alan Woodward (@romseygeek) (migrated from JIRA)
@nknize can this be closed?
This task refactors Range fields as follows:
Field
suffix to make them more consistent with theirPoint
counterpart.InetAddressRange
fromsandbox
tomisc
*Range
classes (e.g.DoubleRange
) fromsandbox
tocore
Migrated from LUCENE-7740 by Nick Knize (@nknize), updated Jun 28 2019 Attachments: LUCENE-7740.patch