Commit Graph

24585 Commits

Author SHA1 Message Date
Mike McCandless 85dbdb7659 fix NPE, add test case 2016-03-02 17:59:42 -05:00
Mike McCandless 3c02ab2187 add PointValues.size() stat, to return total number of points 2016-03-02 17:53:28 -05:00
Mike McCandless 9f5bbc2d91 LUCENE-7059: remove MultiPointValues 2016-03-02 17:20:06 -05:00
Robert Muir e80ab3926c LUCENE-7061: fix remaining api issues with XYZPoint classes
Squashed commit of the following:

commit 0261e28dd29b1c2a1dcbd5e796966b2cdf2f4b82
Author: Robert Muir <rmuir@apache.org>
Date:   Wed Mar 2 14:51:49 2016 -0500

    Add note about comparison order and test extreme values

commit e1f7bc244cd980e931d584c00ba73f8ac521c3fd
Author: Mike McCandless <mikemccand@apache.org>
Date:   Wed Mar 2 14:25:50 2016 -0500

    add explicit test to verify rect query is inclusive; make test fail fast by default

commit c9be9139ec2f9553ce05fb56b2667be77b8176b6
Author: Robert Muir <rmuir@apache.org>
Date:   Wed Mar 2 14:03:47 2016 -0500

    oops

commit 351d0838bbc87dc7c6d83476bd9cb7ce6c38fc3c
Author: Robert Muir <rmuir@apache.org>
Date:   Wed Mar 2 13:53:42 2016 -0500

    clean up pointrangequery: remove nulls and inclusives

commit 0796057a8041ddf43341611b477502fa2307f0b1
Merge: 742ee02 e3198ca
Author: Robert Muir <rmuir@apache.org>
Date:   Wed Mar 2 13:26:48 2016 -0500

    Merge branch 'master' into unfuck_points

commit 742ee02aaf55439463daddbd3ea16c5e8df31f01
Author: Robert Muir <rmuir@apache.org>
Date:   Wed Mar 2 13:16:08 2016 -0500

    Remove nulls and inclusives from points apis
2016-03-02 16:52:38 -05:00
thelabdude b17c57f072 SOLR-8145: mention fix in solr/CHANGES.txt 2016-03-02 11:37:23 -07:00
thelabdude 80801a2738 SOLR-8145: Fix position of OOM killer script when starting Solr in the background 2016-03-02 11:22:27 -07:00
Mike McCandless e3198cac54 LUCENE-7059: always visit 1D points in sorted order; fix tie-break but in BKDWriter; fix BKDWriter to pass on maxMBSortInHeap to the OfflineSorter too 2016-03-02 11:27:52 -05:00
Steve Rowe 9427b7402d SOLR-8764: Remove deprecated methods and classes 2016-03-02 09:22:20 -05:00
Mike McCandless 09aa951ad0 remove or cutover all uses of now unsupported versions 2016-03-02 09:05:41 -05:00
Mike McCandless c62ad7bba0 add todos, fix whitespace 2016-03-02 06:30:43 -05:00
Mike McCandless 5454e1030e upgrade dvupdates index to 6.0.0 2016-03-02 06:25:25 -05:00
Mike McCandless 73f112248b ugprade moreterms index to 6.0.0 2016-03-02 06:19:21 -05:00
Mike McCandless 0fd7724896 upgrade empty index to 6.0.0; move 5.0 single segment indices to old 2016-03-02 06:16:47 -05:00
Mike McCandless 2ba48030f3 SegmentInfos now throws IndexFormatTooOld if index is before 6.0.0 2016-03-02 06:10:53 -05:00
Mike McCandless ddbeb2a6b0 rename old indices to unsupported ones, and remove now unsupported 5.x version constants 2016-03-02 06:00:43 -05:00
Mike McCandless 5fbee20457 Un-deprecate Version.LUCENE_7_0_0 2016-03-02 04:33:56 -05:00
nknize 96b195432f Update master version to 7.0.0 2016-03-02 02:37:33 -06:00
Mike McCandless 251cdbcee3 optimize BKDWriter's offline comparator a bit 2016-03-01 16:08:01 -05:00
Mark Miller 0f4f53a8f5 SOLR-8771: Multi-threaded core shutdown creates executor per core. 2016-03-01 12:13:56 -08:00
Mike McCandless 6261767b33 remove dup'd code 2016-03-01 14:32:08 -05:00
Uwe Schindler 3c27980c4a LUCENE-7053: Simplify code to work around Java 8u25 compiler bug 2016-03-01 18:36:54 +01:00
Chris Hostetter ff6557cbcb SOLR-8738: Fixed false success response when invalid deleteByQuery requests intially hit non-leader cloud nodes 2016-03-01 10:02:07 -07:00
Mike McCandless 2a7314b599 make test less evil 2016-03-01 10:47:06 -05:00
Robert Muir 2264600ffe LUCENE-7057: cleanup some sandiness around LatLonPoint 2016-03-01 07:04:45 -05:00
Mike McCandless b6ec95961d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-03-01 05:01:41 -05:00
Mike McCandless 37cf22895f also test points in TestUtil.checkReader 2016-03-01 05:01:19 -05:00
Noble Paul e44eebf39d SOLR-8375: ReplicaAssigner rejects valid nodes 2016-03-01 10:49:47 +05:30
Noble Paul 79b62ee731 Merge remote-tracking branch 'origin/master' 2016-03-01 09:30:22 +05:30
Noble Paul 1734d03eb9 SOLR-8698: changes the example config to reflect the new behavior 2016-03-01 09:29:30 +05:30
Robert Muir 502b8800fc Fix tests to randomized BKD parameters in tests (like TestPointQueries does).
Otherwise, even things like range queries are not tested well unless tests use thousands of documents.
2016-02-29 20:29:51 -05:00
Robert Muir dc39fc3e5a LUCENE-7015: "fix" package-info/javadocs issues across duplicated packages. 2016-02-29 19:49:29 -05:00
nknize 89db4950b9 LUCENE-7015: Refactor spatial module to spatial-extras
Refactors non GeoPoint* classes from existing spatial module to a new spatial-extras module. dev-tools, build, and project files are updated to include new spatial-extras module.
2016-02-29 16:18:39 -06:00
Mark Miller a9aec24236 SOLR-8696: Straighten out calls to ZkStateReader#createClusterStateWatchersAndUpdate. 2016-02-29 13:09:09 -08:00
Mike McCandless 3cc8b6f8fd also test LatLonPoint.newDistanceQuery from TestLatLonPointQueries, and remove some test leniency 2016-02-29 15:45:09 -05:00
Alan Woodward 9a3458f693 SOLR-8758: Add SolrCloudTestCase base class 2016-02-29 18:44:27 +00:00
Tomás Fernández Löbbe a0e72f10a8 SOLR-8671: Added note about date stats 'sum' now using double in the upgrade section 2016-02-29 09:16:01 -08:00
Tomás Fernández Löbbe 20b7453cc8 SOLR-8713: new UI and example solrconfig files point to Reference Guide for Solr Query Syntax instead of the wiki.
This closes #12
2016-02-29 08:22:25 -08:00
Robert Muir 858a52b7c5 LUCENE-7051: remove another estimate match count optimization 2016-02-29 08:29:52 -05:00
Robert Muir 7385d3a4a1 LUCENE-7054: add newDistanceQuery to sandbox LatLonPoint 2016-02-29 07:38:40 -05:00
Adrien Grand 44324d3dfe LUCENE-7050: Cache TermsQuery and point queries more aggressively. 2016-02-29 11:02:57 +01:00
Adrien Grand 46d05afdae LUCENE-7051: Remove the "estimate match count" optimization from point queries. 2016-02-29 10:10:32 +01:00
Uwe Schindler 5f9db01833 LUCENE-6989: Also print missing permission if unmap hack does not work; rename method to make stack trace look nice while executing unmapping 2016-02-29 10:01:43 +01:00
Uwe Schindler 8ffa436f00 LUCENE-7053: Move comparator to better place in code; generalize to use CharSequence instead of String 2016-02-29 09:54:22 +01:00
Uwe Schindler f48d23cd14 LUCENE-7053: Remove custom comparators from BytesRef class and solely use natural byte[] comparator throughout codebase. It also replaces the natural comparator in ArrayUtil by Java 8's Comparator#naturalOrder(). 2016-02-29 09:25:55 +01:00
Tomás Fernández Löbbe ae4d77ae48 SOLR-8671: Date statistics: make "sum" a double instead of a long/date 2016-02-27 14:02:30 -08:00
Mike McCandless 126ac9a5fe BytesRefHash.sort always sorts in unicode order 2016-02-27 10:26:20 -05:00
Shalin Shekhar Mangar 70440bbbd2 SOLR-8752: Add change log entry 2016-02-27 18:11:33 +05:30
Alan Woodward 5c0240219a SOLR-8712: Variable solr.core.instanceDir was not being resolved 2016-02-27 10:03:01 +00:00
Shalin Shekhar Mangar 9c97f2f3d2 SOLR-8746: Renamed Overseer.getInQueue to getStateUpdateQueue, getInternalQueue to getInternalWorkQueue and added javadocs 2016-02-27 14:06:09 +05:30
Shalin Shekhar Mangar c59ca69ec0 SOLR-8748: OverseerTaskProcessor limits number of concurrent tasks to just 10 even though the thread pool size is 100. The limit has now been increased to 100. 2016-02-27 14:05:07 +05:30