Robert Muir
6ea458a0ed
LUCENE-7109: LatLonPoint.newPolygonQuery should use two-phase iterator
2016-03-16 09:26:15 -04:00
Chris Hostetter
0f78235b94
SOLR-8849: improve reproducibility in random order of chaosmonkey actions
2016-03-15 11:17:45 -07:00
anshum
30a77b73b6
SOLR-8836: Return 400, and a SolrException when an invalid json is provided to the update handler instead of 500.
2016-03-15 10:55:20 -07:00
Robert Muir
870baafc82
LUCENE-7105: Optimize LatLonPoint.newDistanceQuery
2016-03-15 11:18:15 -04:00
Mike McCandless
3ba7456f70
LUCENE-7108: this test was running the wrong range query
2016-03-15 09:50:12 -04:00
Martijn van Groningen
c1dfeb8ef8
LUCENE-7093: Added point values support to the memory index
2016-03-15 13:13:19 +01:00
Mike McCandless
82c06190a3
LUCENE-7101: OfflineSorter had O(N^2) merge cost, and used too many temporary file descriptors, for large sorts
2016-03-15 07:36:02 -04:00
Tommaso Teofili
5801caab6c
SOLR-7739 - applied patch from Alessandro Benedetti for integrating Lucene classification into Solr
2016-03-15 12:29:07 +01:00
Mike McCandless
56ca641b5b
re-enable accidentally turned off test evilness
2016-03-15 05:18:53 -04:00
Martijn van Groningen
cf3eea2640
LUCENE-7091: Added doc values support to memory index
2016-03-15 09:57:40 +01:00
Martijn van Groningen
8185c8a11d
Change entry to reflect that LUCENE-7087 has been backported to 6.0
2016-03-15 09:49:17 +01:00
Robert Muir
02bb6c0155
LUCENE-7104: remove "sort missing first" from LatLonPoint.newDistanceSort and simplify/speedup code
2016-03-14 19:07:30 -04:00
Robert Muir
1660b5630a
LUCENE-7103: further optimize LatLonPoint.newDistanceSort
2016-03-14 16:25:31 -04:00
Robert Muir
0f949c8153
LUCENE-7102: LatLonPoint.newDistanceSort fails with "sort missing first"
2016-03-14 14:08:25 -04:00
Robert Muir
80fe00ba18
LUCENE-7099: improve test to exercise searchAfter
2016-03-14 12:19:19 -04:00
yonik
95f20c6f00
SOLR-8835: fix faceting exception (uif) on multi-valued numeric docValues
2016-03-14 11:33:16 -04:00
Mike McCandless
c8b06b68e6
fix test bug: this test expects single segment index
2016-03-14 10:42:03 -04:00
Mike McCandless
f706c9de82
fix test bug: these tests expect only one segment
2016-03-14 10:21:57 -04:00
Mike McCandless
8cbe471377
LUCENE-7097: let IntroSorter go 2X deeper in quicksort before switching to heapsort
2016-03-14 06:03:17 -04:00
Mike McCandless
3c7e55da3a
fix wrong param order in 2B tests
2016-03-13 08:56:51 -04:00
Mike McCandless
983908c809
optimize offline -> offline partition
2016-03-13 08:55:31 -04:00
Mike McCandless
d8eac8e38a
let BKD use 256 MB heap in 2B tests
2016-03-13 06:53:24 -04:00
Mike McCandless
f474f523dc
improve 2B points test; add new 2B test against BKD directly
2016-03-13 06:41:19 -04:00
Mike McCandless
b466cb6376
make BKD's temp file names a bit more descriptive
2016-03-13 06:28:49 -04:00
Mike McCandless
fcd90b9ba6
fix int overflow
2016-03-13 06:28:18 -04:00
Mike McCandless
fa9700737a
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-03-13 05:35:34 -04:00
Mike McCandless
b420ad4e3c
don't wrap searchers in this test
2016-03-13 05:35:02 -04:00
Mike McCandless
41ef29a2c3
optimize BKD leaf block writing: use incoming sorted points to compute commonn prefix (saves one pass); remove an extra copy bytes
2016-03-13 05:31:11 -04:00
Robert Muir
576a40596d
LUCENE-7099: use two-phase iteration in LatLonPoint.newDistanceQuery
2016-03-12 10:59:43 -05:00
Mike McCandless
0ff341f747
remove O(N^2) asserts
2016-03-12 06:17:03 -05:00
Mike McCandless
b8cfcaf344
LUCENE-7098: reduce OfflineSorter and BKDWriter IO by using 4 bytes instead of 8 bytes to encord ord in the common case
...
Squashed commit of the following:
commit 5ac2dcf2a972e46ccda3e7a8d8df5d0af58f712a
Merge: 68acf7f 684b222
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 19:04:13 2016 -0500
Merge branch 'master' into intords
commit 68acf7f9ee2e0249d90075bc035721c0a91619f7
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 19:04:01 2016 -0500
rename to totalPointCount and add comment; enforce that the caller doesn't exceed what they said; simplify the longOrds check to just compare to Integer.MAX_VALUE
commit afc964b56015475e8c354fdc8b0e05c7fa074ec2
Merge: db79e36 fe21f7a
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 10:17:09 2016 -0500
Merge branch 'master' into intords
Conflicts:
lucene/core/src/test/org/apache/lucene/index/Test2BPoints.java
commit db79e365e097153a05813eaa70603c601bce1853
Author: Mike McCandless <mikemccand@apache.org>
Date: Fri Mar 11 10:15:05 2016 -0500
use int (4 bytes) not lon (8 bytes) if the number of points is less than ~2.1B
2016-03-12 05:12:46 -05:00
Mike McCandless
459d6fd9f9
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-03-12 04:57:02 -05:00
Mike McCandless
3bc2b9e642
don't wrap index reader in this test: it requires leaf readers
2016-03-12 04:56:23 -05:00
Robert Muir
e169050dc3
LUCENE-7099: speed up embarrasingly slow sandbox/ distance sort
2016-03-11 21:20:07 -05:00
Robert Muir
b3ee746a8b
LUCENE-7099: add newDistanceSort to sandbox LatLonPoint
2016-03-11 19:29:22 -05:00
Mike McCandless
684b222221
Replace O(N^2) cost bitset clearing with O(N)
2016-03-11 18:43:34 -05:00
jbernste
007d41c9f5
SOLR-8832: Faulty DaemonStream shutdown procedures
2016-03-11 15:35:51 -05:00
yonik
50c413e865
SOLR-8831: allow _version_ field to be retrievable via docValues
2016-03-11 14:10:37 -05:00
Upayavira
fe21f7a4c3
SOLR-8730: Fix highlighting in new UI query pane
2016-03-11 13:26:01 +00:00
Mike McCandless
1e05d3be76
fix int overflow bug in BKDWriter that prevented it from indexing > 2.1B points; try to improve runtime of Test2BPoints
2016-03-11 06:48:30 -05:00
Mike McCandless
fafbb2b6c7
remove dead code
2016-03-11 05:34:19 -05:00
Mike McCandless
af34993843
remove TODO that was in fact done
2016-03-11 04:54:01 -05:00
Mike McCandless
1a233d83de
test bug: close the right reader (the one we passed to newSearcher)
2016-03-11 04:53:43 -05:00
Varun Thacker
343d9c6fa4
SOLR-8804: Fix a race condition in the ClusterStatus API call
2016-03-11 14:02:06 +05:30
anshum
b0caca3b60
SOLR-8765: Fix CollectionAdminRequest.SplitShard to accept requests without the 'shard' parameter
2016-03-10 16:49:02 -08:00
anshum
209f5c2946
SOLR-8790: Add the node name to core responses in calls from the Overseer
2016-03-10 16:20:44 -08:00
Upayavira
937a41489f
SOLR-7858 - update links between new/old UIs for 6.x release
2016-03-10 23:48:48 +00:00
Mike McCandless
859ad950cc
fix rare-ish test bug
2016-03-10 16:34:04 -05:00
Mike McCandless
7523ca1162
LUCENE-7086: move SlowCompositeReaderWrapper to misc module, and throw clear exc if you try to use in with points
...
Squashed commits:
commit e26b065c71388407bc6725256ca43d7bb30dee29
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 14:16:45 2016 -0500
simplify the checking for incoming points
commit b7254376dcb398c7739aab4544118bb4526961d5
Merge: 8ec82a0 d35d569
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 14:05:24 2016 -0500
Merge branch 'master' into slow_wrapper
Conflicts:
lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCache.java
lucene/misc/src/test/org/apache/lucene/uninverting/TestFieldCacheReopen.java
commit 8ec82a0d9a0dd946d96da20962bb2ea95758edbe
Author: Mike McCandless <mikemccand@apache.org>
Date: Thu Mar 10 13:56:25 2016 -0500
LUCENE-7086: move SlowCompositeReaderWrapper to misc module
2016-03-10 16:08:59 -05:00
Noble Paul
8cc978b53b
SOLR-8135: SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure
2016-03-11 00:49:49 +05:30