Commit Graph

3366 Commits

Author SHA1 Message Date
Mark Robert Miller f13444989e try waiting up to 2 min rather than just 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417931 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 15:10:24 +00:00
Erick Erickson b85d07d0dd Attempt for fixing lazy core test failure. See SOLR-1028 and SOLR-4149
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417907 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 14:30:02 +00:00
Mark Robert Miller af20e0b5a6 SOLR-3531: Allowing configuring maxMergeSizeMB and maxCachedMB when using NRTCachingDirectoryFactory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417736 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 04:39:30 +00:00
Mark Robert Miller 497c6fca11 removed by mistake - put it back
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417711 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 00:24:00 +00:00
Mark Robert Miller 6996e74dca SOLR-4062: The update log location in solrconfig.xml should default to ${solr.ulog.dir} rather than ${solr.data.dir:}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417702 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 00:10:19 +00:00
James Dyer 58cde699ad remove duplicate code from test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417636 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 20:36:03 +00:00
James Dyer 5b1d05c6ab reduce noise on TestSqlEntityProcessorDelta
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417632 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 20:29:40 +00:00
Uwe Schindler 91240881de Fix the tests.jvms override in some modules so the user (e.g., Jenkins) cannot override it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417622 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 20:15:11 +00:00
Robert Muir f5fdf9362f null static field for GC in base test class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417545 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 17:29:59 +00:00
Mark Robert Miller efb8b8e62e remove nocommit in uncalled test method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417099 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 18:34:54 +00:00
James Dyer 987acc6ccc make test noisy to help debug failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417058 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 17:45:40 +00:00
Mark Robert Miller 9469102f30 SOLR-4114: Allow creating more than one shard per instance with the Collection API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417045 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 17:26:05 +00:00
James Dyer d3d4ee84cd ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417019 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 16:28:01 +00:00
James Dyer 87b1a93a77 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416977 13f79535-47bb-0310-9956-ffa450edef68 2012-12-04 15:04:35 +00:00
Yonik Seeley e34b5ea98e SOLR-2592: delegate query-time shard selection to collection router
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416744 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 02:01:02 +00:00
Shai Erera 2ae7bbed6d disable doubleWrite check in MockDirectoryFactory, or otherwise TestReplicationHandler fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416491 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 12:38:54 +00:00
Shai Erera afc68d0a52 LUCENE-4575: add IndexWriter.setCommitData
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416361 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 07:21:49 +00:00
Yonik Seeley 91a788e871 SOLR-2592: refactor doc routers, use implicit router when implicity creating collection, use collection router to find correct shard when indexing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416216 13f79535-47bb-0310-9956-ffa450edef68
2012-12-02 18:00:11 +00:00
Mark Robert Miller 317931ee5f log less often than twice a second
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416058 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 21:51:20 +00:00
Mark Robert Miller 228fb5669f fix script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416054 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 21:46:58 +00:00
Yonik Seeley 1cee959d6b SOLR-2592: progress - introduce DocCollection, add properties for collections, add a router collection property, add some builtin routers, rename HashPartitioner to DocRouter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416025 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 17:13:26 +00:00
James Dyer 5aacb271b2 ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415904 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 01:40:11 +00:00
Mark Robert Miller 94c588e37c SOLR-4074: Raise default ramBufferSizeMB to 100 from 32.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415873 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 22:19:12 +00:00
Chris M. Hostetter b229140e87 SOLR-2890: Fixed a bug that prevented omitNorms and omitTermFreqAndPositions options from being respected in some <fieldType/> declarations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415817 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 20:01:15 +00:00
Uwe Schindler fe3892f65e Fix: Pass all props and refs down on antcall delegation...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415787 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 18:53:23 +00:00
Uwe Schindler fdb070314f Re-enable Solr tests on Linux and Windows Jenkins. !!! Hack !!!: Disable *all* of Solr on FreeBSD Jenkins (via sysprop)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415781 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 18:33:44 +00:00
Yonik Seeley 00b29b4298 SOLR-4121: fix single quoted token issue with solr qparser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414929 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 21:29:42 +00:00
Mark Robert Miller ad138e5219 SOLR-4119: Update Guava to 13.0.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414853 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 18:31:13 +00:00
Mark Robert Miller 672eeff8d2 SOLR-4087: Add MAX_DOC_FREQ option to MoreLikeThis.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414841 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 17:53:06 +00:00
Mark Robert Miller 5543ee91ec SOLR-4117: Retrieving the size of the index may use the wrong index dir if you are replicating.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414773 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 15:54:11 +00:00
Mark Robert Miller 446080b6b5 SOLR-4055: clone params for create calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414744 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 15:08:47 +00:00
Mark Robert Miller 862335a772 SOLR-4032: Files larger than an internal buffer size fail to replicate.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414428 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 22:05:18 +00:00
James Dyer 01cfcca8a6 SOLR-2141 / SOLR-4047 / SOLR-3842 - remove tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414259 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 16:49:21 +00:00
James Dyer 048fd10f4b SOLR-2141 / SOLR-3842 - CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414248 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 16:24:16 +00:00
James Dyer 9c1d89fe1b SOLR-2141 / SOLR-4047 / SOLR-3842 - fix problems with VariableResolver, better test coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414242 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 16:12:26 +00:00
Mark Robert Miller aa0958f735 only try and clear the tmp directory if it exists
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414238 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 16:00:15 +00:00
Chris M. Hostetter 309312aa7e SOLR-3960: Fixed a bug where Distributed Grouping ignored PostFilters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413975 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 02:54:29 +00:00
James Dyer af004fd22b SOLR-4086: fix trivial test mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413729 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 17:11:20 +00:00
James Dyer 012c260973 SOLR-1916: reinstate @Ignore'ed test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413684 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 15:36:46 +00:00
Yonik Seeley eed8b5859e javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413052 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 20:46:07 +00:00
Yonik Seeley 2d4e789d00 SOLR-4093: solr specific parser + localParams syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413042 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 19:45:50 +00:00
James Dyer 3bb8a5e877 SOLR-4111: test fix for SpellCheckCollatorTest#testContextSensitiveCollate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413036 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 19:24:54 +00:00
Alan Woodward f40f9dd181 SOLR-4101: Add storeOffsetsWithPositions flag to SchemaField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412803 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 09:56:00 +00:00
James Dyer 84b624f028 SOLR-2045: workaround for Locales not supported by Derby
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412262 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 19:59:56 +00:00
Mark Robert Miller cb1a232def raise test timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412182 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 16:36:14 +00:00
Mark Robert Miller 258baa7069 SOLR-4099: Allow the collection api work queue to make forward progress even when it's watcher is not fired for some reason.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412140 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 15:02:47 +00:00
Mark Robert Miller 5ef698c7cd SOLR-4097: Race can cause NPE in logging line on first cluster state update. (Add CHANGES entry)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411956 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 00:29:02 +00:00
Mark Robert Miller 617028b3c1 avoid possible logging npe in race
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411932 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 23:50:39 +00:00
James Dyer 925dcb80bd SOLR-4095: fix silly bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411887 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 21:23:56 +00:00
James Dyer ad834cd712 SOLR-1916: entry in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411823 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 19:52:16 +00:00