Commit Graph

24624 Commits

Author SHA1 Message Date
Alan Woodward 4015f12ff1 SOLR-8765: Set parameters correctly in async shard requests 2016-03-09 17:38:38 +00:00
Robert Muir a7ff1c8d3e LUCENE-7076: improve deprecation message for LegacyNumericRangeQuery 2016-03-09 12:16:59 -05:00
Robert Muir 58623e00cc LUCENE-7079: add newSetQuery(String, Collection) to primitive Point types 2016-03-09 11:25:37 -05:00
Mike McCandless dacbf333e4 CheckIndex failed to say it was checking points 2016-03-09 11:03:37 -05:00
Christine Poerschke f1ad769666 LUCENE-7084: fail precommit on comparingIdentical. also replaces one assert in the SingletonSortedSetDocValues constructor with equivalent test (TestSortedSetDocValues.testNoMoreOrdsConstant). 2016-03-09 16:00:15 +00:00
Robert Muir 116ece2fe4 LUCENE-7088, LUCENE-7075: Add PointRangeQueryBuilder to xml-queryparser to replace LegacyNumericRangeQueryBuilder 2016-03-09 10:07:33 -05:00
Mike McCandless 770e508fd3 LUCENE-7085: PointRangeQuery.equals sometimes returns false even if queries were in fact equal 2016-03-09 10:07:15 -05:00
Mike McCandless 004e83bb6c add 2B point test 2016-03-09 09:30:22 -05:00
Alan Woodward 55c595a9dc SOLR-8765: Enforce required parameters in SolrJ Collections API 2016-03-09 12:51:05 +00:00
Simon Willnauer 588aeeaab7 LUCENE-7080: Sort files to corrupt to prevent HashSet iteration order issues across JVMs 2016-03-09 10:56:13 +01:00
Mike McCandless 12f7ad6696 remove troublesome float tests since facets only actually expose doubles 2016-03-08 17:30:30 -05:00
Mike McCandless a6c8ccbc99 fix random float test to do the +/- 1 ulp in float space 2016-03-08 17:22:31 -05:00
Mike McCandless d776f7b6bd Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-03-08 15:22:13 -05:00
jbernste 02523d5b6d SOLR-8799: Update CHANGES.txt 2016-03-08 15:25:52 -05:00
jbernste 56ad6e5d8a SOLR-8799: Improve error message when tuple can't be read by SolrJ JDBC 2016-03-08 15:22:42 -05:00
Mike McCandless 62b3aaa526 improve testing for sparse points 2016-03-08 15:21:37 -05:00
Shai Erera 4384627f08 SOLR-8793: Fix stale commit files' size computation in LukeRequestHandler 2016-03-08 22:13:21 +02:00
David Smiley e490b329b3 SOLR-6926: fix smokeTestRelease.py to stop calling ant example. 2016-03-08 14:36:04 -05:00
Mike McCandless e3fcbfe7ce don't use slow composite reader in this test 2016-03-08 13:34:08 -05:00
Mike McCandless 2cac33a5ce 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:28:28 -05:00
David Smiley 9393a3190c LUCENE-6952: Make most Filter* classes abstract. 2016-03-08 12:36:46 -05:00
Robert Muir f9fbf8bc1d LUCENE-7075: clean up LegacyNumerics* usage in queries/ tests 2016-03-08 11:17:12 -05:00
Robert Muir 75f18ad404 LUCENE-7075: clean up LegacyNumeric* in .document javadocs 2016-03-08 10:55:13 -05:00
Varun Thacker dcb7a882b6 SOLR-8766: Remove support for admin/gettableFiles as well 2016-03-08 19:32:10 +05:30
Robert Muir 4cc9ad44df LUCENE-7075: remove legacy numericutils usage from test. 2016-03-08 08:41:24 -05:00
Noble Paul dd1dd46b8e Merge remote-tracking branch 'origin/master' 2016-03-08 18:54:20 +05:30
Noble Paul e70c638bcf SOLR-8766: deprecated <admin> tag in solrconfig.xml is removed 2016-03-08 18:53:59 +05:30
Robert Muir 862bf7b5ac LUCENE-7075: convert test class to use points 2016-03-08 07:36:34 -05:00
Noble Paul 5ea6ee7362 SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField have less details 2016-03-08 18:00:12 +05:30
Robert Muir bfd58bc9de LUCENE-7077: fail precommit on useless assignment 2016-03-08 06:42:35 -05:00
Robert Muir 5bb072d4b9 LUCENE-7076: Improve MIGRATE.txt/Point javadocs 2016-03-08 06:21:07 -05:00
Alan Woodward 406a1635c1 Merge branch 'SOLR-8782' 2016-03-08 10:53:39 +00:00
Alan Woodward 5b7be9d16a SOLR-8782: Improve async collections API 2016-03-08 10:53:29 +00:00
David Smiley a0a571caa9 SOLR-6926: Remove deprecated "ant example"; replaced by "ant server" a year ago 2016-03-07 23:48:31 -05:00
David Smiley f7f81c3284 LUCENE-7056: Geo3D package re-org 2016-03-07 20:14:19 -05:00
Mike McCandless 3d633c6e68 LUCENE-7071: reduce byte copying costs of OfflineSorter 2016-03-07 18:12:10 -05:00
Robert Muir 4df4cb07ac LUCENE-7073: fix FieldType issues with Points 2016-03-07 16:13:05 -05:00
Noble Paul b87e392097 Merge remote-tracking branch 'origin/master' 2016-03-07 22:48:25 +05:30
Noble Paul f2c281abcb 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:44:36 +05:30
Mike McCandless 9617d3d400 fix smoke tester to understand newly old index 2016-03-07 10:38:04 -05:00
Mike McCandless 9082d5f8f4 make test less evil 2016-03-07 08:38:38 -05:00
Mike McCandless b79067a456 LUCENE-7072: always use WGS84 planet model in Geo3DPoint 2016-03-07 05:23:04 -05:00
Uwe Schindler 6ce6c01318 Update URL to Lucene's KEYS file 2016-03-07 11:21:12 +01:00
Shalin Shekhar Mangar 093a8ce57c SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow forceUpdateCollection(collection) 2016-03-07 15:03:03 +05:30
Adrien Grand e695b0ae07 LUCENE-7066: Optimize PointRangeQuery for the case that all documents have a value and all points from the segment match. 2016-03-07 09:55:39 +01:00
Mike McCandless 74e7e1509a LUCENE-7070: insert missing 's' in PointFormat/Reader/Writer 2016-03-06 08:27:02 -05:00
yonik 8555726143 SOLR-8155: fix UnInvertedField.collectDocsGeneric, used for facet.prefix or non-count sorting 2016-03-05 18:47:33 -05:00
Mike McCandless 74f4f9f98d remove useless print 2016-03-05 18:12:50 -05:00
Varun Thacker 4381018b77 SOLR-8449: Fix the core restore functionality to allow restoring multiple times on the same core 2016-03-06 04:12:11 +05:30
Mike McCandless f1c044a2d7 fix very rare test bug that I somehow hit 2016-03-05 04:57:14 -05:00