Commit Graph

24736 Commits

Author SHA1 Message Date
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
Noble Paul c187c46437 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-03-07 22:49:51 +05:30
Noble Paul 5146e78a64 SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField are
reimplemented as a part of the bulk API with less details. The tests and write implementations are removed
2016-03-07 22:49:19 +05:30
Mike McCandless 5429356fc4 make test less evil 2016-03-07 08:39:16 -05:00
Shalin Shekhar Mangar dd04b61739 SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow forceUpdateCollection(collection)
(cherry picked from commit 093a8ce)
2016-03-07 18:38:09 +05:30
Uwe Schindler 760007b5b0 Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x 2016-03-07 11:23:36 +01:00
Mike McCandless 267e326dbf LUCENE-7072: always use WGS84 planet model in Geo3DPoint 2016-03-07 05:23:33 -05:00
Uwe Schindler 258d67e974 Update URL to Lucene's KEYS file 2016-03-07 11:23:03 +01:00
Adrien Grand 9413b42d7b LUCENE-7066: Optimize PointRangeQuery for the case that all documents have a value and all points from the segment match. 2016-03-07 09:57:26 +01:00
Mike McCandless e2ebbdf638 LUCENE-7070: insert missing 's' in PointFormat/Reader/Writer 2016-03-06 08:28:00 -05:00
yonik 4d5a33e9ba SOLR-8155: fix UnInvertedField.collectDocsGeneric, used for facet.prefix or non-count sorting 2016-03-05 18:48:48 -05:00
Mike McCandless 6c1ecb6984 remove useless print 2016-03-05 18:14:28 -05:00
Varun Thacker cb4a91eb7c SOLR-8449: Fix the core restore functionality to allow restoring multiple times on the same core 2016-03-06 04:13:55 +05:30
Mike McCandless 9f29e33054 fix very rare test bug that I somehow hit 2016-03-05 04:57:32 -05:00
Mike McCandless 23a747bf27 add END to the end of SimpleText's points data file 2016-03-05 04:51:40 -05:00
Noble Paul eab3a48ba2 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-03-05 11:31:05 +05:30
Noble Paul 1df8aca394 SOLR-8788: CollectionTooManyReplicasTest.testDownedShards failures 2016-03-05 11:30:44 +05:30
anshum 2055b64ca1 SOLR-8790: Ignoring failing CollectionsAPISolrJTest test until this is fixed 2016-03-04 19:26:35 -08:00
anshum 0ac5d724b2 SOLR-8789: Remove the *Tests regular expression from the build xml, and instead rename CollectionsAPISolrJTests to CollectionsAPISolrJTest 2016-03-04 16:36:23 -08:00
anshum 651da42116 SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java 2016-03-04 16:27:12 -08:00
Robert Muir 31a37b0fd6 LUCENE-7067: add missing checkIntegrity calls for Points 2016-03-04 17:26:50 -05:00
Mike McCandless 488591c419 add randomized test for GeoUtils.circleToBBox 2016-03-04 16:54:44 -05:00
Martijn van Groningen d700b149a5 LUCENE-7065: Fix the explain for the global ordinals join query. Before the
explain would also indicate that non matching documents would match.
  On top of that with score mode average, the explain would fail with a NPE.
2016-03-04 18:24:03 +01:00
David Smiley 0b15fd8636 LUCENE-5735: remove NumberRangePrefixTreeStrategy.calcFacets from 6x for now 2016-03-04 10:50:53 -05:00
Varun Thacker 1cbf22569a SOLR-8779: Fix missing InterruptedException handling in ZkStateReader 2016-03-04 20:14:17 +05:30
Shalin Shekhar Mangar 0941255ff2 Remove confusing stale comment
(cherry picked from commit 4bb4c48)
2016-03-04 20:13:14 +05:30
Noble Paul 8d835f1231 SOLR-8750 : Use lambdas in code where SAM type interfaces are used 2016-03-04 18:55:29 +05:30
Luc Vanlerberghe 948a388778 LUCENE-7064: Split MultiPhraseQuery into an immutable class and a Builder
This closes #19
2016-03-04 14:21:42 +01:00
Noble Paul 89524d917a SOLR-8728: ReplicaAssigner throws NPE when a partial list of nodes are only participating in replica
placement. splitshard should preassign nodes using rules, if rules are present
2016-03-04 16:33:12 +05:30
Noble Paul 201b8b02a4 SOLR-8728: ReplicaAssigner throws NPE when a partial list of nodes are only participating in replica
placement. splitshard should preassign nodes using rules, if rules are present
2016-03-04 16:33:00 +05:30
Robert Muir bea235f711 LUCENE-7063: add tests/docs for numericutils, rename confusing methods, remove overlap with LegacyNumericUtils 2016-03-03 21:55:08 -05:00
anshum ba039f7c8c SOLR-8769: Fix document exclusion in mlt query parser in Cloud mode for schemas that have non-'id' unique field 2016-03-03 15:42:00 -08:00
anshum 638b145376 SOLR-8423: DeleteShard and DeleteReplica should cleanup instance and data directory by default and add support for optionally retaining the directories 2016-03-03 13:26:00 -08:00
anshum 73d2d1125f SOLR-8725: Fix precommit check 2016-03-03 13:22:42 -08:00
anshum 7e59ba4220 SOLR-8725: Allow hyphen in shard, collection, core, and alias names but not the first char 2016-03-03 13:22:15 -08:00
Steve Rowe d0d75c448e SOLR-7010: Remove facet.date client functionality 2016-03-03 14:40:13 -05:00