Commit Graph

24571 Commits

Author SHA1 Message Date
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
jbernste d0427d8617 SOLR-8799: Update CHANGES.txt 2016-03-08 15:47:20 -05:00
jbernste 15bf038f29 SOLR-8799: Improve error message when tuple can't be read by SolrJ JDBC 2016-03-08 15:46:00 -05:00
Mike McCandless 6eea1f94c4 improve testing for sparse points 2016-03-08 15:22:56 -05:00
Shai Erera 122c248071 SOLR-8793: Fix stale commit files' size computation in LukeRequestHandler 2016-03-08 22:14:45 +02:00
David Smiley 7c69f27233 SOLR-6926: fix smokeTestRelease.py to stop calling ant example.
(cherry picked from commit e490b32)
2016-03-08 14:37:04 -05:00
Mike McCandless 7c527cc346 don't use slow composite reader in this test 2016-03-08 13:41:08 -05:00
Mike McCandless 0ab23fd1f5 LUCENE-7083: default points merge logic should not ask a reader to merge points on a field that doesn't exist in that segment 2016-03-08 13:29:04 -05:00
David Smiley ae59bc0785 LUCENE-6952: Make most Filter* classes abstract.
(cherry picked from commit 9393a31)
2016-03-08 12:37:19 -05:00
Robert Muir f297e900c0 LUCENE-7075: clean up LegacyNumerics* usage in queries/ tests 2016-03-08 11:36:56 -05:00
Robert Muir b6ffd27bf3 LUCENE-7075: clean up LegacyNumeric* in .document javadocs 2016-03-08 11:04:09 -05:00
Varun Thacker 981ad999d0 SOLR-8766: Remove support for admin/gettableFiles as well 2016-03-08 19:36:07 +05:30
Robert Muir 51278ff4c0 LUCENE-7075: remove legacy numericutils usage from test. 2016-03-08 08:41:57 -05:00
Noble Paul e8ad8c9779 Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x 2016-03-08 18:52:19 +05:30
Noble Paul 058ddffcaf SOLR-8766: deprecated <admin> tag in solrconfig.xml is removed 2016-03-08 18:52:04 +05:30
Robert Muir 2ede76b387 LUCENE-7075: convert test class to use points 2016-03-08 07:37:09 -05:00
Noble Paul 644d534f6c SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField have less details 2016-03-08 18:01:28 +05:30
Robert Muir 914003d19a LUCENE-7077: fail precommit on useless assignment 2016-03-08 06:43:35 -05:00
Robert Muir b97e17096e LUCENE-7076: Improve MIGRATE.txt/Point javadocs 2016-03-08 06:21:43 -05:00
Alan Woodward 761618727d SOLR-8782: Improve async collections API 2016-03-08 10:55:40 +00:00
David Smiley 16d98894ed SOLR-6926: Remove deprecated "ant example"; replaced by "ant server" a year ago
(cherry picked from commit a0a571c)
2016-03-07 23:49:13 -05:00
David Smiley 3a31a8c768 LUCENE-7056: Geo3D package re-org
(cherry picked from commit 0093e26)
2016-03-07 20:06:05 -05:00
Robert Muir d7ee7c6615 LUCENE-7073: fix FieldType issues with Points 2016-03-07 19:59:17 -05:00
Mike McCandless 549e6d7c49 LUCENE-7071: reduce byte copying costs of OfflineSorter 2016-03-07 18:12:43 -05:00