Commit Graph

24321 Commits

Author SHA1 Message Date
Christine Poerschke 274febf021 LUCENE-7008: make TestSortingMergePolicy.testForceMergeNotNeeded a no-op until we figure out why the (super class) test fails. 2016-02-02 15:51:12 +00:00
Michael McCandless d9f20f53ed fix compilation errors 2016-02-02 06:16:34 -05:00
Mike McCandless 8889469b8b reduce some verbosity; fix a silly vInt/int disagreement in the test protocol; reduce indexing rate so translog replay can keep up vs primary crashing itself 2016-02-02 06:09:57 -05:00
jbernste c136bd7dc7 SOLR-8625: SQL: Wrong error msg if stmt param is missing 2016-02-01 16:52:01 -05:00
jbernste edf665988d SOLR-8508: Implement DatabaseMetaDataImpl.getCatalogs() 2016-02-01 16:21:13 -05:00
Christine Poerschke ce0b931da8 LUCENE-7006: increase BaseMergePolicyTestCase use (TestNoMergePolicy and TestSortingMergePolicy now extend it, TestUpgradeIndexMergePolicy added) 2016-02-01 17:51:09 +00:00
Christine Poerschke fce97a6ca6 LUCENE-7005: TieredMergePolicy tweaks (>= vs. >, @see get vs. set) 2016-02-01 17:11:47 +00:00
Steve Rowe 064c0ac00f SOLR-8607: The Schema API refuses to add new fields that match existing dynamic fields 2016-02-01 09:15:17 -05:00
Christine Poerschke 8e27c14aed SOLR-8600: add & use ReRankQParserPlugin parameter [default] constants, changed ReRankQuery.toString to use StringBuilder. 2016-02-01 12:00:39 +00:00
Mike McCandless 15fed60b05 fix test bug, using different randomness when creating the two IWCs 2016-02-01 05:27:20 -05:00
David Smiley 0fab4ccb96 .gitignore Benchmark: temp/ & work/ 2016-02-01 00:18:37 -05:00
David Smiley 4cdce3db77 SOLR-7968: Make QueryComponent extensible 2016-01-31 22:25:37 -05:00
jbernste 14a2c16ca4 SOLR-8285: Update CHANGES.txt 2016-01-31 13:31:27 -05:00
jbernste e20820a04d SOLR-8285: Ensure the /export handler works with NULL field values 2016-01-31 13:21:10 -05:00
Noble Paul a4d15862ac Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-01-31 18:45:29 +05:30
Noble Paul 13c9912b3c SOLR-8618 refactored a couple of methods out as protected 2016-01-31 18:44:39 +05:30
Mike McCandless 9332b1602c also assert PointValues are the same from LTC.assertReaderEquals 2016-01-29 19:09:04 -05:00
Mike McCandless 5d5b082e6d catch invalide usage of XXXPoint APIs, when dimensions are mismatched 2016-01-29 15:39:06 -05:00
Robert Muir 07c9b2bdad Use 2d points too in some of these tests (1d has optimized merge, for example) 2016-01-29 11:43:39 -05:00
yonik e6db8ba214 SOLR-8532: GraphQuery don't collect edges at maxDepth level 2016-01-29 10:59:49 -05:00
Mike McCandless c403083872 try again 2016-01-29 09:25:48 -05:00
Mike McCandless 3141c697e5 revert 2016-01-29 09:18:31 -05:00
Mike McCandless 27c28b5340 don't test merge stability of point values: our BKD tree impl is not stable on 1D merge 2016-01-29 09:12:35 -05:00
Mike McCandless ddbf3a2168 fix wrong comment; add test proving it's wrong; add mixed codec tests 2016-01-29 06:16:30 -05:00
Mike McCandless ff49bd5922 make SimpleTextPointReader heroic about exceptions too 2016-01-29 05:45:54 -05:00
Mike McCandless c260c9d251 fix test bug 2016-01-29 05:02:32 -05:00
Robert Muir ae6a971c35 LUCENE-7000: Split BasePointFormatTestCase from TestPointValues 2016-01-29 04:27:27 -05:00
Mike McCandless 0607f007bf throw IOExc, not RuntimeException wrapping IOExc, if we hit exc while closing IndexReader 2016-01-28 19:10:09 -05:00
Mike McCandless da5cc3cad5 add CrankyPointFormat 2016-01-28 16:24:27 -05:00
Christine Poerschke 70b1eb03c4 SOLR-8597: add default, no-op QParserPlugin.init(NamedList) method (solr/CHANGES.txt) 2016-01-28 17:41:34 +00:00
Christine Poerschke 9754da625c SOLR-8597: add default, no-op QParserPlugin.init(NamedList) method 2016-01-28 17:39:52 +00:00
Mark Miller 62c9b6a172 SOLR-8451: fix randomization in test. 2016-01-28 12:34:13 -05:00
Mike McCandless 5a4bb9f2a1 disable ExtraFS for these tests 2016-01-28 12:17:48 -05:00
Mike McCandless 47fb35c20a fix false failures from test bugs 2016-01-28 11:30:18 -05:00
jbernste 79e384bac5 SOLR-8602: Implement ResultSetImpl.wasNull() 2016-01-28 11:08:31 -05:00
Mike McCandless 791ddc627b LUCENE-6999: break out PointWriter.finish from .close to avoid leaking file handles on exception 2016-01-28 11:02:24 -05:00
Mike McCandless af3a19574e LUCENE-6998: fix a couple places to better detect truncated index files; improve corruption testing 2016-01-28 05:01:15 -05:00
yonik 105c6dfe26 SOLR-8605: fix regex queries starting with escaped forward slash 2016-01-27 18:53:17 -05:00
jbernste ad96fd0d89 SOLR-8601: RollupStream loses the type for group by buckets 2016-01-27 16:09:44 -05:00
jbernste b3eb7222df SOLR-8603: Implement StatementImpl.getMoreResults() 2016-01-27 14:04:06 -05:00
jbernste eeaf3eb96f SOLR-8574: Implement ConnectionImpl.isValid() and DatabaseMetaDataImpl.getConnection() 2016-01-27 13:48:06 -05:00
jbernste eb6bf9bc54 SOLR-8250: Implement ResultSetMetaDataImpl getColumnLabel(int column) and getColumnDisplaySize(int column) 2016-01-27 13:21:47 -05:00
Shalin Shekhar Mangar 6acfa2a4ff SOLR-8595: Use BinaryRequestWriter by default in HttpSolrClient and ConcurrentUpdateSolrClient 2016-01-27 20:50:54 +05:30
Mike McCandless cd82417c35 remove dead, and also scary, methods from geo tests 2016-01-27 09:15:41 -05:00
Robert Muir 283d9bb4b7 fix test bug (boosting stopwords with DFI) 2016-01-27 07:49:21 -05:00
Mike McCandless 022540e8c2 fix more nocommits; add separate test that deleteAll can replicate 2016-01-27 06:00:12 -05:00
Nick Knize f3ca357802 LUCENE-6956: Fix polygon approximation for LatLonPoint Queries 2016-01-26 21:01:56 -06:00
Uwe Schindler 424a647af4 LUCENE-6995, LUCENE-6938: Add branch change trigger to common-build.xml to keep sane build on GIT branch change 2016-01-26 22:06:35 +01:00
jbernste bc815b5207 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-01-26 10:57:07 -05:00
jbernste 3654fc33b9 SOLR-8518: Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName 2016-01-26 10:55:32 -05:00