Chris M. Hostetter
|
0337755ed8
|
SOLR-5168: test improvements and @Ignore still broken test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1515521 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-19 17:25:18 +00:00 |
Alan Woodward
|
c93e362fd4
|
SOLR-5162: ...with the right license header this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1515035 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-17 18:54:54 +00:00 |
Alan Woodward
|
b669bf3a7c
|
SOLR-5162: Add back core implicit properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1515032 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-17 18:49:50 +00:00 |
Mark Robert Miller
|
d0bb1cc471
|
SOLR-5164: add relative solr.home testing to some tests, explicitly check for expected instanceDir handling with relative solr.home
SOLR-5099: explicity check for proper solrcore.properties creation
Speed up some tests by setting leaderVoteWait to 0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514857 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-16 19:12:29 +00:00 |
Erick Erickson
|
55142ef165
|
SOLR-4718 Allow solr.xml to be stored in ZooKeeper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514800 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-16 17:16:02 +00:00 |
Chris M. Hostetter
|
3399d7ec73
|
SOLR-3936: Fixed QueryElevationComponent sorting when used with Grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514795 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-16 17:14:02 +00:00 |
Erick Erickson
|
b8097e9e53
|
SOLR-5156 Provide a way to move the contents of a file to ZooKeeper with ZkCLI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514776 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-16 16:30:17 +00:00 |
Erick Erickson
|
fd9ae25cd1
|
SOLR-5164, Can not create a collection via collections API (cloud mode). Fixes SOLR-5099 too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514666 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-16 12:01:06 +00:00 |
Chris M. Hostetter
|
f02170a048
|
SOLR-5122: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514494 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-15 21:07:16 +00:00 |
Chris M. Hostetter
|
1b3b9294cc
|
SOLR-5122: Fixed bug in spellcheck.collateMaxCollectDocs. Eliminates risk of divide by zero, and makes estimated hit counts meaningful in non-optimized indexes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514402 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-15 17:50:30 +00:00 |
Chris M. Hostetter
|
aad060e066
|
SOLR-4952: SolrCmdDistributorTest needs to force MergePolicy for consistent optimize() behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514377 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-15 17:04:48 +00:00 |
Chris M. Hostetter
|
da18c280f0
|
Simple init logging of processor chains
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1514053 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 21:23:15 +00:00 |
Chris M. Hostetter
|
a5c0445b88
|
cleanup TestSolrCoreProperties so that it's less hackish and absurd -- and while we're at it, close the book on SOLR-4952
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513996 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 18:11:45 +00:00 |
Robert Muir
|
2ecb5843b0
|
SOLR-5144: add test that failed on 4.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513962 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 16:56:55 +00:00 |
Robert Muir
|
1f3159af08
|
SOLR-4764: When using NRT, just init the reader from IndexWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513945 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 16:09:49 +00:00 |
Mark Robert Miller
|
cec43e7d92
|
tests: clear more statics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513934 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 15:37:56 +00:00 |
Uwe Schindler
|
8bac549ce3
|
LUCENE-5170: Add getter for reuse strategy to Analyzer, make AnalyzerWrapper's reuse strategy configurable, fix strategy to be stateless
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513903 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 14:41:36 +00:00 |
Mark Robert Miller
|
97b418391f
|
SOLR-5135: Harden Collection API deletion of /collections/$collection ZooKeeper node
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513864 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 13:11:14 +00:00 |
Mark Robert Miller
|
b03231693d
|
SOLR-5134: Fix CHANGES and close
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513859 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 13:02:22 +00:00 |
Mark Robert Miller
|
ea5e5616f0
|
SOLR-5134: Have HdfsIndexOutput extend BufferedIndexOutput.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513825 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 12:07:35 +00:00 |
Mark Robert Miller
|
2e12d5635e
|
SOLR-5133: HdfsUpdateLog can fail to close a FileSystem instance if init is called more than once.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513822 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 11:57:20 +00:00 |
Chris M. Hostetter
|
6edd62d433
|
SOLR-4952: solrconfig.snippet.randomindexconfig.xml used in more configs, including eliminating TestPluginEnable and folding it into TestConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513691 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 23:20:31 +00:00 |
Yonik Seeley
|
07b5204a77
|
tests: disable FullSolrCloudDistribCmdsTest during investigation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513649 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 21:01:14 +00:00 |
Chris M. Hostetter
|
960e49b288
|
SOLR-4952: get all manged schema tests using solrconfig.snippet.randomindexconfig.xml - mainly by removing several solrconfig-*-managed-schema.xml files and using sys props in solrconfig-managed-schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513611 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 18:37:26 +00:00 |
Yonik Seeley
|
44e9caa1e1
|
docs: make javadoc happy with new package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513604 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 18:17:31 +00:00 |
Yonik Seeley
|
685139d964
|
tests: don't log expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513598 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 17:55:32 +00:00 |
Chris M. Hostetter
|
1c413be194
|
SOLR-4952: use solrconfig.snippet.randomindexconfig.xml in the QueryElevation tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513586 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 16:30:34 +00:00 |
Noble Paul
|
2baecc2713
|
SOLR-5017 support for routeField in COmpositeId router also
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513356 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 05:49:17 +00:00 |
Chris M. Hostetter
|
a0ab76a95c
|
SOLR-4952: make TestConfig use solrconfig.snippet.randomindexconfig.xml - this involved moving some 'default' tests arround, prunning down solrconfig-termindex.xml, and renaming solrconfig-termindex.xml -> solrconfig-test-misc.xml since the mane 'termindex' made no sense for what it is used for
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513312 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 01:40:57 +00:00 |
Chris M. Hostetter
|
7ed9edb532
|
SOLR-5140: pin TestGroupingSearch to use LogDocMergePolicy for predictable 'unordered' results
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513297 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 23:40:12 +00:00 |
Yonik Seeley
|
f28864213f
|
SOLR-3076: block join parent and child queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513290 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 22:52:57 +00:00 |
Steven Rowe
|
d4c20941c9
|
SOLR-5119: Managed schema problems after adding fields via Schema Rest API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513238 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 20:16:37 +00:00 |
Yonik Seeley
|
0e332a923d
|
fix comment typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512697 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-10 13:35:42 +00:00 |
Mark Robert Miller
|
b2070fefbc
|
SOLR-5121: zkcli usage help for makepath doesn't match actual command.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512435 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 18:32:03 +00:00 |
Chris M. Hostetter
|
3231e204c4
|
SOLR-4952: TestIndexSearcher.testReopen needs fixed segment merging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511954 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 19:03:40 +00:00 |
Noble Paul
|
f7399ac9b8
|
SOLR-5113
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511633 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 09:06:34 +00:00 |
Chris M. Hostetter
|
131cd87bcf
|
SOLR-5122: disble testEstimatedHitCounts until issue with inordered collection can be dealt with
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511539 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-07 23:48:20 +00:00 |
Chris M. Hostetter
|
1cd55ea231
|
Kill IndexReaderFactoryTest: the only thing it asserts is a lie. Move that (fixed) assertion to AlternateDirectoryTest where it's already true.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511142 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 22:52:08 +00:00 |
Chris M. Hostetter
|
a4d0cd434f
|
SOLR-4952: TestSolrDeletionPolicy2 can't directly use solrconfig.snippet.randomindexconfig.xml - but it can leverage the random sys props directly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511138 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 22:26:50 +00:00 |
Chris M. Hostetter
|
c19a5527d8
|
SOLR-4952: get SolrCoreCheckLockOnStartupTest using solrconfig.snippet.randomindexconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511134 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 22:13:40 +00:00 |
Chris M. Hostetter
|
e778f261ad
|
SOLR-4952: TestSolrDeletionPolicy1 can't directly use solrconfig.snippet.randomindexconfig.xml - but it can leverage the random sys props directly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511128 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 21:43:54 +00:00 |
Chris M. Hostetter
|
b5152fcfc2
|
SOLR-4952: missed the repeater config used in TestReplicationHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511123 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 21:28:25 +00:00 |
Chris M. Hostetter
|
eb104d2190
|
SOLR-5107: Fixed NPE when using numTerms=0 in LukeRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511064 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 18:26:27 +00:00 |
Chris M. Hostetter
|
8256f80523
|
SOLR-4952: ConvertedLegacyTest shouldn't assuming an absolute score now that we are randomizing merge policy settings, term stats may fluctuate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511044 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 17:23:52 +00:00 |
Chris M. Hostetter
|
74549edd2f
|
SOLR-4952: fix DirectUpdateHandlerTest, it can't handle RandomMergePolicy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1510853 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 04:45:02 +00:00 |
Chris M. Hostetter
|
80fb94c647
|
SOLR-4952: get TestReplicationHandler using solrconfig.snippet.randomindexconfig.xml. This also fixes NumericFieldsTest and TestBinaryField which were using the replication configs for no explicable reason, and since i needed to fix TestBinaryField anyway, i simplified it to use SolrJettyTestBase instead of it's own kludgy setup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1510838 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 02:04:42 +00:00 |
Chris M. Hostetter
|
c12875f84e
|
SOLR-5118: beef up assertions in SolrIndexConfigTest, this allows us to remove TestPropInject and TestPropInjectDefaults -- neither of which were testing property injection (tested elsewhere) but were doing some basic assertions on the parsing & init of merge policy and merge scheduler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1510830 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 00:38:10 +00:00 |
Chris M. Hostetter
|
6c8e6e00f3
|
SOLR-4952: use solrconfig.snippet.randomindexconfig.xml in solrconfig.xml and crazy-path-to-config.xml; this included removing some unneccessary checks for indexConfig settings that already have their own explicit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1510802 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 23:17:39 +00:00 |
Chris M. Hostetter
|
26a914558b
|
SOLR-2570: randomize more indexConfig settings in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1510637 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 18:18:39 +00:00 |
Uwe Schindler
|
6465385110
|
SOLR-5113: Disable test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1510073 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-03 22:49:10 +00:00 |