Commit Graph

24644 Commits

Author SHA1 Message Date
Mike McCandless 44bd24b1d4 let BKD use 256 MB heap in 2B tests 2016-03-13 07:01:30 -04:00
Mike McCandless 114f85076e improve 2B points test; add new 2B test against BKD directly 2016-03-13 07:01:25 -04:00
Mike McCandless 641c6d30e8 make BKD's temp file names a bit more descriptive 2016-03-13 07:01:15 -04:00
Mike McCandless 85739d8629 fix int overflow 2016-03-13 07:01:06 -04:00
Mike McCandless d2aaae001d don't wrap searchers in this test 2016-03-13 05:37:15 -04:00
Mike McCandless c0e8be7c1b 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:49 -04:00
Robert Muir 85d268ee8b LUCENE-7099: use two-phase iteration in LatLonPoint.newDistanceQuery 2016-03-12 11:01:04 -05:00
Mike McCandless 500fc15734 remove O(N^2) asserts 2016-03-12 06:17:23 -05:00
Mike McCandless a5b941baa1 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:14:38 -05:00
Mike McCandless da67b56272 don't wrap index reader in this test: it requires leaf readers 2016-03-12 04:57:38 -05:00
Robert Muir a4722845e3 LUCENE-7099: speed up embarrasingly slow sandbox/ distance sort 2016-03-11 21:23:37 -05:00
Robert Muir 51d02687a6 LUCENE-7099: add newDistanceSort to sandbox LatLonPoint 2016-03-11 19:30:23 -05:00
Mike McCandless e11182c628 Replace O(N^2) cost bitset clearing with O(N) 2016-03-11 18:44:05 -05:00
jbernste 26f230a474 SOLR-8832: Faulty DaemonStream shutdown procedures 2016-03-11 15:42:51 -05:00
yonik 164d6ccd2d SOLR-8831: allow _version_ field to be retrievable via docValues 2016-03-11 14:12:02 -05:00
Upayavira ef916c1e7e SOLR-8730: Fix highlighting in new UI query pane 2016-03-11 13:27:01 +00:00
Mike McCandless 11c8d33bc7 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:57 -05:00
Mike McCandless bb51219594 remove dead code 2016-03-11 05:34:47 -05:00
Mike McCandless 136a05b0b1 test bug: close the right reader (the one we passed to newSearcher) 2016-03-11 04:54:47 -05:00
Mike McCandless 030caba6cb remove TODO that was in fact done 2016-03-11 04:54:41 -05:00
Varun Thacker b8e454c1da SOLR-8804: Fix a race condition in the ClusterStatus API call 2016-03-11 14:41:58 +05:30
anshum bc41158648 SOLR-8765: Fix CollectionAdminRequest.SplitShard to accept requests without the 'shard' parameter 2016-03-10 17:06:35 -08:00
anshum 8fe11a06ce SOLR-8790: Add the node name to core responses in calls from the Overseer 2016-03-10 16:46:04 -08:00
Upayavira 77d233bc01 SOLR-7858 - update links between new/old UIs for 6.x release 2016-03-10 23:49:43 +00:00
Mike McCandless 7927a3101e 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:36:00 -05:00
Mike McCandless 9f48f53a08 fix rare-ish test bug 2016-03-10 16:34:30 -05:00
Noble Paul 4a795ee371 SOLR-8135: typo in comment 2016-03-11 00:57:26 +05:30
Noble Paul 96b059c9dd SOLR-8135: SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure 2016-03-11 00:52:52 +05:30
Noble Paul 6689e1c55a SOLR-8135: SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure 2016-03-11 00:50:59 +05:30
Robert Muir a3f72fcdec LUCENE-7090, LUCENE-7075: deprecate single-valued LegacyNumerics fieldcaching, provide Points-based replacement. 2016-03-10 08:30:40 -05:00
Martijn van Groningen 73db4cab6a LUCENE-7087: Let MemoryIndex#fromDocument(...) accept 'Iterable<? extends IndexableField>' as document instead of 'Document' 2016-03-10 14:24:15 +01:00
Shalin Shekhar Mangar 02b0dd52ec Fix javadocs for ClusterState.getCollectionOrNull
(cherry picked from commit 66cd070)
2016-03-10 18:20:02 +05:30
Robert Muir 7b03e6e02a LUCENE-7081: prefix-compress compressible fixed-width data (like InetAddress/BigInteger) 2016-03-10 07:27:04 -05:00
Robert Muir c8543efacf LUCENE-7089, LUCENE-7075: add points to flexible queryparser to replace legacy numerics support 2016-03-09 21:06:04 -05:00
Alan Woodward 8b408be7a2 SOLR-8765: Throw SolrException rather than IAE on name validation 2016-03-09 21:16:30 +00:00
Erick Erickson a7cec36165 SOLR-8813: Add test for MultiValued fields being returned in the correct order 2016-03-09 12:03:08 -08:00
Mike McCandless a574f4724d don't use slow composite wrapper in these tests 2016-03-09 14:10:10 -05:00
Alan Woodward 6b2f363896 SOLR-8765: Set parameters correctly in async shard requests 2016-03-09 17:39:35 +00:00
Robert Muir 4e911f2d3a LUCENE-7076: improve deprecation message for LegacyNumericRangeQuery 2016-03-09 12:17:55 -05:00
Robert Muir 42361a68bc LUCENE-7079: add newSetQuery(String, Collection) to primitive Point types 2016-03-09 11:49:32 -05:00
Christine Poerschke 5a43a3e772 LUCENE-7084: fail precommit on comparingIdentical. also replaces one assert in the SingletonSortedSetDocValues constructor with equivalent test (TestSortedSetDocValues.testNoMoreOrdsConstant). 2016-03-09 16:29:51 +00:00
Mike McCandless 94d333983e add missing argument 2016-03-09 11:25:00 -05:00
Mike McCandless b9e204c07d CheckIndex failed to say it was checking points 2016-03-09 11:04:33 -05:00
Robert Muir ba0f63c0c2 LUCENE-7088, LUCENE-7075: Add PointRangeQueryBuilder to xml-queryparser to replace LegacyNumericRangeQueryBuilder 2016-03-09 10:23:50 -05:00
Mike McCandless 9f8fe1239a LUCENE-7085: PointRangeQuery.equals sometimes returns false even if queries were in fact equal 2016-03-09 10:07:52 -05:00
Mike McCandless 8ff5b57cbd add 2B point test 2016-03-09 09:32:05 -05:00
Alan Woodward c1277cda11 SOLR-8765: Enforce required parameters in SolrJ Collections API 2016-03-09 12:51:53 +00:00
Simon Willnauer b4eb4fb32c LUCENE-7080: Sort files to corrupt to prevent HashSet iteration order issues across JVMs 2016-03-09 11:05:26 +01:00
Mike McCandless 885ad49105 remove troublesome float tests since facets only actually expose doubles 2016-03-08 17:31:04 -05:00
Mike McCandless acbabac7b5 fix random float test to do the +/- 1 ulp in float space 2016-03-08 17:21:12 -05:00