Commit Graph

7230 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 6ae36bc6e9 SOLR-7147: Introduce new TrackingShardHandlerFactory for monitoring what requests are sent to shards during tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662209 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 13:33:55 +00:00
Alan Woodward 8e0ce8dd0b SOLR-7158: Fix zk upload on Windows systems
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662205 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 12:29:56 +00:00
Alan Woodward 732f9aeecc SOLR-7145: SolrRequest is now parametrized by its response type
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662198 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 11:14:02 +00:00
Shalin Shekhar Mangar caf9037242 SOLR-7156: Fix test failures due to resource leaks on windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662174 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 07:44:27 +00:00
David Wayne Smiley 7e060ae688 SOLR-7116: Distrib facet refinement shouldn't re-compute other facet types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662167 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 04:42:11 +00:00
Ryan Ernst a411d8af6c LUCENE-6271: initial patch, postings() funcs switched over to not return null, callers marked with nocommits that check against null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene6271@1662157 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 01:17:13 +00:00
Adrien Grand 2cd3fb807d LUCENE-6286: Removed IndexSearcher methods that take a Filter object.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662059 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 17:43:10 +00:00
Steven Rowe acbba205a7 Fix problems with changes2html.pl, mostly to do with marking things as attributions when they shouldn't be, or not when they should; and fixup formatting issues in lucene/CHANGES.txt and solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661772 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 20:39:02 +00:00
Shalin Shekhar Mangar a43ebd6870 SOLR-7142: Fix TestFaceting.testFacets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661685 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 14:39:09 +00:00
Erick Erickson 8dd508a544 SOLR-5507: Admin UI - Refactoring using AngularJS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661606 13f79535-47bb-0310-9956-ffa450edef68
2015-02-23 05:42:36 +00:00
Mark Robert Miller ba9d77a445 SOLR-7135: Allow the server build.xml 'sync-hack' target to by skipped by specifying a system property.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661527 13f79535-47bb-0310-9956-ffa450edef68
2015-02-22 18:56:04 +00:00
Alan Woodward 1fdf68d482 SOLR-7125: Don't upload dotfiles
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661506 13f79535-47bb-0310-9956-ffa450edef68
2015-02-22 18:22:40 +00:00
Erick Erickson 6c8dc4e115 Add a comment to the schema.xml file(s) warning against applying analysis chains to the <uniqueKey> field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661427 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 18:51:34 +00:00
Adrien Grand bed131f180 LUCENE-6270: Replace TermsFilter with TermsQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661395 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 16:49:55 +00:00
Alan Woodward 299c492dd3 LUCENE-6272: Scorer extends DocIdSetIterator directly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661376 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 15:02:46 +00:00
Adrien Grand 3dc3e57847 LUCENE-6269: Remove BooleanFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661366 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 14:08:09 +00:00
Robert Muir 7c36d012f6 LUCENE-6265: add extrasfs to return bonus files/subdirs with directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661251 13f79535-47bb-0310-9956-ffa450edef68
2015-02-21 00:09:35 +00:00
Robert Muir 8607f76503 LUCENE-6266: Remove unnecessary Directory parameters from SIS/SIPC/SI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661172 13f79535-47bb-0310-9956-ffa450edef68
2015-02-20 18:11:44 +00:00
Adrien Grand bd89330adf LUCENE-6268: Replace FieldValueFilter and DocValuesRangeFilter with equivalent queries that support approximations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661156 13f79535-47bb-0310-9956-ffa450edef68
2015-02-20 16:36:46 +00:00
Alan Woodward df3471a1b4 SOLR-7125: Add note to javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660925 13f79535-47bb-0310-9956-ffa450edef68
2015-02-19 16:22:06 +00:00
Alan Woodward f013c438ee SOLR-7125: Allow upload and download of configs via CloudSolrClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660919 13f79535-47bb-0310-9956-ffa450edef68
2015-02-19 15:58:55 +00:00
Erick Erickson 6d68694ce5 SOLR-7032: Clean up tests remnanat of old-style solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660790 13f79535-47bb-0310-9956-ffa450edef68
2015-02-19 04:11:48 +00:00
Anshum Gupta d17e0ec7f4 SOLR-7104: Propagate property prefix params for ADDREPLICA
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660551 13f79535-47bb-0310-9956-ffa450edef68
2015-02-18 01:00:33 +00:00
Anshum Gupta 8a254abccd SOLR-6956: Fixing the mocked OCP in OverseerCollectionProcessorTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660544 13f79535-47bb-0310-9956-ffa450edef68
2015-02-18 00:05:00 +00:00
Shalin Shekhar Mangar aa2bc27bac SOLR-6956: A better message for DeleteReplicaTest failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660453 13f79535-47bb-0310-9956-ffa450edef68
2015-02-17 17:31:24 +00:00
Shalin Shekhar Mangar 26fdf474dd SOLR-6956: OverseerCollectionProcessor and replicas on the overseer node can sometimes operate on stale cluster state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660449 13f79535-47bb-0310-9956-ffa450edef68
2015-02-17 17:10:43 +00:00
Robert Muir 69300ee467 LUCENE-6246: Fix DocsEnum -> PostingsEnum transition (phase 1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660366 13f79535-47bb-0310-9956-ffa450edef68
2015-02-17 12:46:55 +00:00
Shalin Shekhar Mangar f89cab00d1 SOLR-7118: Use the right schema fields to avoid spurious failures and other misc fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660313 13f79535-47bb-0310-9956-ffa450edef68
2015-02-17 08:18:51 +00:00
Shalin Shekhar Mangar d0a220ed00 SOLR-6956: Log collection name as well as live nodes size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1660104 13f79535-47bb-0310-9956-ffa450edef68
2015-02-16 12:54:24 +00:00
Ryan Ernst 1dc2cbf25e LUCENE-6245: Force Filter subclasses to implement toString API from Query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659982 13f79535-47bb-0310-9956-ffa450edef68
2015-02-15 19:07:30 +00:00
Shalin Shekhar Mangar 8c1c170468 SOLR-6917: TestDynamicLoading should wait for .system collection to recover and JarRepository should always choose an active replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659893 13f79535-47bb-0310-9956-ffa450edef68
2015-02-15 08:21:13 +00:00
David Wayne Smiley 59769898df SOLR-7005: don't add facet.heatmap.format=png to shard requests unless heatmaps are in use
Not a bug; just a small cleanup.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659872 13f79535-47bb-0310-9956-ffa450edef68
2015-02-15 02:18:13 +00:00
Noble Paul 02a391b284 SOLR-6924: messageformat requires strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659860 13f79535-47bb-0310-9956-ffa450edef68
2015-02-14 21:46:08 +00:00
Shalin Shekhar Mangar c6d2edf081 SOLR-6902: Move change log entry to 5.1 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659852 13f79535-47bb-0310-9956-ffa450edef68
2015-02-14 20:01:15 +00:00
Shalin Shekhar Mangar 0ad390fee0 SOLR-7112: Fix DeleteInactiveReplicaTest.deleteLiveReplicaTest test failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659850 13f79535-47bb-0310-9956-ffa450edef68
2015-02-14 19:44:51 +00:00
Noble Paul 74387f8d68 SOLR-1945: Add support for child docs in DocumentObjectBinder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659845 13f79535-47bb-0310-9956-ffa450edef68
2015-02-14 19:04:22 +00:00
Timothy Potter 429588097c SOLR-6832: Queries be served locally rather than being forwarded to another replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659748 13f79535-47bb-0310-9956-ffa450edef68
2015-02-14 02:37:34 +00:00
Erik Hatcher 3dc8f4a437 SOLR-7017: change web crawl usage example to use apache.org site
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659710 13f79535-47bb-0310-9956-ffa450edef68
2015-02-13 23:20:48 +00:00
Timothy Potter e7ebd44f12 SOLR-6311: SearchHandler should use path when no qt or shard.qt parameter is specified
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659694 13f79535-47bb-0310-9956-ffa450edef68
2015-02-13 21:39:57 +00:00
Robert Muir 04e297adee LUCENE-6241: FSDirectory.listAll doesnt filter out subdirectories anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659621 13f79535-47bb-0310-9956-ffa450edef68
2015-02-13 17:30:54 +00:00
David Wayne Smiley 2919db8728 LUCENE-6215: Move NumberRangePrefixTreeStrategy into correct package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659615 13f79535-47bb-0310-9956-ffa450edef68
2015-02-13 17:19:33 +00:00
Adrien Grand 82eff4eb4d LUCENE-1518: Make Filter extend Query.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659585 13f79535-47bb-0310-9956-ffa450edef68
2015-02-13 15:59:03 +00:00
Uwe Schindler 0f7b913b07 LUCENE-6069: Lucene Core now gets compiled with Java 8 "compact1" profile, all other modules with "compact2".
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659347 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 18:19:38 +00:00
Shalin Shekhar Mangar ef71f3d1bd SOLR-6214: Fix mistake in failure message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659203 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 10:30:57 +00:00
Jan Høydahl c5d28062b5 SOLR-7084: FreeTextSuggester Nullpointer when building dictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659197 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 10:18:33 +00:00
Shalin Shekhar Mangar 17bfed1212 SOLR-6214: Snapshots numberToKeep param only keeps n-1 backups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659180 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 09:37:14 +00:00
Shalin Shekhar Mangar 9ace7e1694 SOLR-7103: Remove unused method params in faceting code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659175 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 09:24:37 +00:00
Shalin Shekhar Mangar a94083c06b Fixed typos and used diamond operator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659164 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 08:10:04 +00:00
Shalin Shekhar Mangar 90584151cd Fixed typos in comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659160 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 07:31:02 +00:00
Shalin Shekhar Mangar f2a0440c25 SOLR-6775: Do not attempt cleanup of temp directory because it is handled by test framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659149 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 05:03:58 +00:00
Mark Robert Miller d0ca43081f SOLR-7101: JmxMonitoredMap can throw an exception in clear when queryNames fails.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659116 13f79535-47bb-0310-9956-ffa450edef68
2015-02-12 01:13:21 +00:00
Noble Paul 067b01c1b3 javadocs error fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659008 13f79535-47bb-0310-9956-ffa450edef68
2015-02-11 17:14:03 +00:00
Noble Paul cb87848acd formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658961 13f79535-47bb-0310-9956-ffa450edef68
2015-02-11 13:53:23 +00:00
Noble Paul 5c6d796fca formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658932 13f79535-47bb-0310-9956-ffa450edef68
2015-02-11 11:25:24 +00:00
Noble Paul 67c81fb7b9 formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658924 13f79535-47bb-0310-9956-ffa450edef68
2015-02-11 11:10:28 +00:00
Noble Paul 2eb8ae20a8 SOLR-6533: formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658917 13f79535-47bb-0310-9956-ffa450edef68
2015-02-11 10:41:13 +00:00
Noble Paul 648eebbe92 SOLR-6533: logging added and formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658916 13f79535-47bb-0310-9956-ffa450edef68
2015-02-11 10:40:03 +00:00
Tomas Eduardo Fernandez Lobbe 78e1153dcb SOLR-7019: Support changing field key when using interval faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658860 13f79535-47bb-0310-9956-ffa450edef68
2015-02-11 01:42:13 +00:00
Noble Paul 196e031e4e SOLR-7076: CHANGES.txt update
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658667 13f79535-47bb-0310-9956-ffa450edef68
2015-02-10 10:56:33 +00:00
Noble Paul 9a77ceee6a SOLR-7076: TikaEntityProcessor should have support for onError=skip
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658664 13f79535-47bb-0310-9956-ffa450edef68
2015-02-10 10:49:11 +00:00
David Wayne Smiley ac50da1613 SOLR-7005: New facet.heatmap on spatial RPT fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658614 13f79535-47bb-0310-9956-ffa450edef68
2015-02-10 02:31:02 +00:00
Timothy Potter f3279129a6 SOLR-7094: Better error reporting of JSON parse issues when indexing docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658595 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 22:41:29 +00:00
Robert Muir 12b30db6ce LUCENE-4797: fix remaining html violations, engage linter in solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658539 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 19:02:32 +00:00
Adrien Grand 87b7393360 LUCENE-6224: cut over more package.htmls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658525 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 18:47:17 +00:00
Mark Robert Miller 77df3e2333 SOLR-6920, SOLR-6640: Make constant and fix logging.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658519 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 18:39:36 +00:00
Noble Paul 2eaad8e89b SOLR-5890: Delete silently fails if not sent to shard where document was
added

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658486 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 18:00:25 +00:00
Timothy Potter 0f78f64f43 SOLR-6693: bin\solr.cmd doesn't support 32-bit JRE/JDK running on Windows due to parenthesis in JAVA_HOME
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658423 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 15:04:48 +00:00
Alan Woodward e0ff51383c LUCENE-6226: Revert for more API discussions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658375 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 12:02:03 +00:00
Alan Woodward ef2141f6bf LUCENE-6226: Query.createWeight() takes a param indicating which postings values should be read from the index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658373 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 11:46:07 +00:00
Mark Robert Miller 360cb2166b Add a 5.0 note that allows us the right to add zk=truth improvements during 5.x by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658238 13f79535-47bb-0310-9956-ffa450edef68
2015-02-08 18:44:23 +00:00
Mark Robert Miller f2bf0e2235 SOLR-7033, SOLR-5961: RecoveryStrategy should not publish any state when closed / cancelled and there should always be a pause between recoveries even when recoveries are rapidly stopped and started as well as when a node attempts to become the leader for a shard.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658236 13f79535-47bb-0310-9956-ffa450edef68
2015-02-08 18:31:07 +00:00
Mark Robert Miller 908da87486 SOLR-6920, SOLR-6640: Rename method to filesToAlwaysDownloadIfNoChecksums.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658129 13f79535-47bb-0310-9956-ffa450edef68
2015-02-08 03:53:41 +00:00
Mark Robert Miller f0e9183c29 SOLR-6920, SOLR-6640: Do not log an error when a file does not exist for comparison.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658089 13f79535-47bb-0310-9956-ffa450edef68
2015-02-07 18:12:13 +00:00
Uwe Schindler f198592418 LUCENE-4797: Split doclint args in trunk, this makes it consistent with 5.x (patch not yet committed there)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658088 13f79535-47bb-0310-9956-ffa450edef68
2015-02-07 18:05:45 +00:00
Mark Robert Miller 704626ac47 SOLR-6920, SOLR-6640: When we so not have a checksum for a file, always download files under 100kb and other small improvements.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658078 13f79535-47bb-0310-9956-ffa450edef68
2015-02-07 17:00:08 +00:00
Steven Rowe 77bf475f97 LUCENE-6044: removed one last (for realz this time) enablePositionIncrements mention from a test schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658000 13f79535-47bb-0310-9956-ffa450edef68
2015-02-07 00:16:39 +00:00
Steven Rowe 6c68cedd50 LUCENE-6044: removed one last enablePositionIncrements mention from a test schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657994 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 23:42:17 +00:00
Steven Rowe 513cefa5e9 LUCENE-6044: add CHANGES entry on trunk; remove mention of enablePositionIncrements from test schemas
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657992 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 23:31:48 +00:00
Mark Robert Miller dfeca5ca16 SOLR-6920, SOLR-6640: A replicated index can end up corrupted when small files end up with the same file name and size.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657969 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 21:38:57 +00:00
Adrien Grand bd3753e965 LUCENE-6220: Fix ArrayStoreException in grouping tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657921 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 18:52:20 +00:00
Adrien Grand e4436aa7fe LUCENE-6220: Move needsScores to Query.createWeight.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657874 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 15:54:53 +00:00
Alan Woodward c5899ae960 LUCENE-4524: Revert some bogus text changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657801 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 13:27:11 +00:00
Alan Woodward c13216934c LUCENE-4524: Replace DocsEnum and DocsAndPositionsEnum with PostingsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657800 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 13:25:22 +00:00
Noble Paul fc3df31e2d SOLR-7083:Support managing all named components in solrconfig such as
requestHandler, queryParser, queryResponseWriter, valueSourceParser, 
  transformer, queryConverter

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657781 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 11:08:25 +00:00
Noble Paul e78affcaa2 SOLR-6924: Splitting the testcase because more SolrConfigHandler features and testcases are coming up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657761 13f79535-47bb-0310-9956-ffa450edef68
2015-02-06 09:05:59 +00:00
Shalin Shekhar Mangar 251516bcc7 SOLR-6775: Import the right Lists class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657680 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 20:06:57 +00:00
Tomas Eduardo Fernandez Lobbe b96f012f2e SOLR-6648: Add support for highlight and allTermsRequired configuration in AnalyzingInfix and BlendedInfix Solr suggesters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657655 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 18:24:01 +00:00
Tomas Eduardo Fernandez Lobbe 442f111b4d Minor javadoc fix in SuggestComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657626 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 17:04:57 +00:00
Steven Rowe 20e84d6583 SOLR-7020: add CHANGES entry on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657615 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 16:02:39 +00:00
Robert Muir 010e352f60 LUCENE-6218: don't decode freqs or enumerate all positions when scoring is not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657554 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 12:34:28 +00:00
Shalin Shekhar Mangar 0beba279a5 SOLR-6775: Creating backup snapshot results in null pointer exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657523 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 10:37:25 +00:00
Shalin Shekhar Mangar b3f57c8343 Remove debug printf statements that I had left in accidentally
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657515 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 10:28:24 +00:00
Shalin Shekhar Mangar 93ba7da65f SOLR-4839: Avoid NPE when jetty.testMode=false
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657495 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 08:42:56 +00:00
Shalin Shekhar Mangar 118a826378 SOLR-7072: Multiple mlt.fl does not work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657493 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 08:36:11 +00:00
Shalin Shekhar Mangar 98f7513609 SOLR-6227: Avoid spurious failures of ChaosMonkeySafeLeaderTest by ensuring there's at least one jetty to kill
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657487 13f79535-47bb-0310-9956-ffa450edef68
2015-02-05 06:33:28 +00:00
Steven Rowe 639f72ee71 fix typo in exception message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657438 13f79535-47bb-0310-9956-ffa450edef68
2015-02-04 22:39:21 +00:00
Gregory Chanan 348e1d07e3 SOLR-6919: Use separate logger for SolrCore request logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657417 13f79535-47bb-0310-9956-ffa450edef68
2015-02-04 22:04:02 +00:00
Anshum Gupta efba0e80b0 SOLR-7049: LIST Collections API call should be processed directly by the CollectionsHandler instead of the OverseerCollectionProcessor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657409 13f79535-47bb-0310-9956-ffa450edef68
2015-02-04 21:39:47 +00:00
Chris M. Hostetter a5a4469596 SOLR-6780: issue did not get backported to 4x branch correctly, fixing CHANGES to accurately record that 5.0 will be first release with fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657314 13f79535-47bb-0310-9956-ffa450edef68
2015-02-04 16:56:03 +00:00
Shalin Shekhar Mangar d17715000c Remove unused static constant from ZkController
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657164 13f79535-47bb-0310-9956-ffa450edef68
2015-02-04 12:38:19 +00:00
Noble Paul 7a73a2a9b3 SOLR-6787: .system collection create fails if /configs dir is not present in ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656747 13f79535-47bb-0310-9956-ffa450edef68
2015-02-03 14:44:32 +00:00
Shalin Shekhar Mangar 588ed73b94 SOLR-6640: Use SegmentInfos.files in unused file check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656630 13f79535-47bb-0310-9956-ffa450edef68
2015-02-03 06:55:01 +00:00
Timothy Potter 2dfb0a02a8 SOLR-4905: Allow fromIndex parameter to JoinQParserPlugin to refer to a single-sharded collection that has a replica on all nodes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656622 13f79535-47bb-0310-9956-ffa450edef68
2015-02-03 03:07:26 +00:00
Gregory Chanan 8ac45d4479 SOLR-6919: Log REST info before executing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656596 13f79535-47bb-0310-9956-ffa450edef68
2015-02-02 22:41:00 +00:00
Joel Bernstein 5422ecba4e SOLR-7068: Update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656466 13f79535-47bb-0310-9956-ffa450edef68
2015-02-02 14:11:04 +00:00
Joel Bernstein e4ac9ae227 SOLR-7068: Collapse on numeric field breaks when min/max values are negative.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656335 13f79535-47bb-0310-9956-ffa450edef68
2015-02-01 17:36:25 +00:00
Michael McCandless 1529c57ca1 LUCENE-6212: remove per-doc analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656272 13f79535-47bb-0310-9956-ffa450edef68
2015-02-01 09:12:09 +00:00
Steven Rowe a705371bfc SOLR-7067: bin/solr won't run under bash 4.2+
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656133 13f79535-47bb-0310-9956-ffa450edef68
2015-01-31 01:32:03 +00:00
Mark Robert Miller 97e0a1c8ad SOLR-6880: Remove this assert that can fail tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656090 13f79535-47bb-0310-9956-ffa450edef68
2015-01-30 18:46:49 +00:00
Mark Robert Miller fd35bd5ae4 SOLR-6944: ReplicationFactorTest and HttpPartitionTest both fail with org.apache.http.NoHttpResponseException: The target server failed to respond
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656056 13f79535-47bb-0310-9956-ffa450edef68
2015-01-30 16:56:24 +00:00
Mark Robert Miller 0068708e14 SOLR-6969: When opening an HDFSTransactionLog for append we must first attempt to recover it's lease to prevent data loss.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655754 13f79535-47bb-0310-9956-ffa450edef68
2015-01-29 17:22:41 +00:00
Mark Robert Miller 84ffb0855f SOLR-6924: Add BadApple to test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655736 13f79535-47bb-0310-9956-ffa450edef68
2015-01-29 16:49:49 +00:00
Noble Paul 7121dbc494 SOLR-7059: Using paramset with multi-valued keys leads to a 500. SolrParams need an aray instead of a list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655541 13f79535-47bb-0310-9956-ffa450edef68
2015-01-29 07:40:32 +00:00
Noble Paul ce8efb0d93 SOLR-7050: realtime get should internally load only fields specified in fl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655540 13f79535-47bb-0310-9956-ffa450edef68
2015-01-29 07:35:18 +00:00
Erick Erickson 667fa3a270 SOLR-7046: NullPointerException when group.function uses query() function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655525 13f79535-47bb-0310-9956-ffa450edef68
2015-01-29 05:22:04 +00:00
Alan Woodward 06287f52ad Fix test to take SSL config into account
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655362 13f79535-47bb-0310-9956-ffa450edef68
2015-01-28 15:35:31 +00:00
Noble Paul a28edac7a9 SOLR-6854 Stale cached state in CloudSolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655289 13f79535-47bb-0310-9956-ffa450edef68
2015-01-28 13:02:58 +00:00
Alan Woodward 92491f2472 SOLR-6954: Remove deprecated SolrClient.shutdown() method from trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655277 13f79535-47bb-0310-9956-ffa450edef68
2015-01-28 12:28:18 +00:00
Alan Woodward 3018576b67 SOLR-6954: SolrClient implements Closeable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655263 13f79535-47bb-0310-9956-ffa450edef68
2015-01-28 11:55:57 +00:00
Anshum Gupta 41729528c3 SOLR-6640: Fixing the comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655249 13f79535-47bb-0310-9956-ffa450edef68
2015-01-28 09:41:47 +00:00
Gregory Chanan ba3eb7620e SOLR-6915: Avoid broken Locales and skip IBM J9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655187 13f79535-47bb-0310-9956-ffa450edef68
2015-01-27 23:00:16 +00:00
Timothy Potter 1660e8acb3 SOLR-7016: Fix bin\solr.cmd to work in a directory with spaces in the name.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655070 13f79535-47bb-0310-9956-ffa450edef68
2015-01-27 16:04:58 +00:00
Timothy Potter 9c1e05d604 SOLR-7037: bin/solr start -e techproducts -c fails to start Solr in cloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655058 13f79535-47bb-0310-9956-ffa450edef68
2015-01-27 15:00:32 +00:00
Noble Paul 74d54410f9 SOLR-7039 First collection created with stateFormat=2 writes to clusterstate.json also
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1655032 13f79535-47bb-0310-9956-ffa450edef68
2015-01-27 13:21:24 +00:00
Anshum Gupta 237f0d0ded SOLR-7038: Validate config set presence before trying to create a collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654942 13f79535-47bb-0310-9956-ffa450edef68
2015-01-27 02:10:04 +00:00
Steven Rowe fddabd00af SOLR-5918: ant clean does not remove ZooKeeper data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654913 13f79535-47bb-0310-9956-ffa450edef68
2015-01-26 23:41:49 +00:00
Noble Paul d3f7b2035a fixing NPE http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11688/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654862 13f79535-47bb-0310-9956-ffa450edef68
2015-01-26 18:39:43 +00:00
Mark Robert Miller 8755ea2edd SOLR-6500: Refactor FileFetcher in SnapPuller, add debug logging.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654858 13f79535-47bb-0310-9956-ffa450edef68
2015-01-26 18:30:45 +00:00
Erik Hatcher 70bc0af0ee SOLR-7031: Fix README and CHANGES (merged from r1654827)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654830 13f79535-47bb-0310-9956-ffa450edef68
2015-01-26 15:27:50 +00:00
Tomas Eduardo Fernandez Lobbe 5c809f285c SOLR-6845: Fixed Suggester's buildOnStartup in core reload and improved tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654710 13f79535-47bb-0310-9956-ffa450edef68
2015-01-25 22:40:44 +00:00
Anshum Gupta f7598b09d7 SOLR-7029: Fix README to mention -c with bin/create instead of -n
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654563 13f79535-47bb-0310-9956-ffa450edef68
2015-01-24 19:00:09 +00:00
Uwe Schindler 6a3598d894 Add note to Solr's changes about 3.x indexes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654510 13f79535-47bb-0310-9956-ffa450edef68
2015-01-24 13:10:41 +00:00
Steven Rowe b1a127b6c5 SOLR-6856: fix preceding whitespace for attribute values dumped into the catch-all field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654444 13f79535-47bb-0310-9956-ffa450edef68
2015-01-24 01:07:07 +00:00
Shawn Heisey d17e8133e0 SOLR-7024: bin/solr: Improve java detection and error messages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654434 13f79535-47bb-0310-9956-ffa450edef68
2015-01-24 00:02:25 +00:00
Steven Rowe 6dcfa17adc SOLR-6856: Restore ExtractingRequestHandler's ability to capture all HTML tags when parsing (X)HTML.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654431 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 23:44:45 +00:00
Shalin Shekhar Mangar ff4e2c66e0 SOLR-6449: Add first class support for Real Time Get in Solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654420 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 22:25:34 +00:00
Shalin Shekhar Mangar 9f909988f8 Use collection counter as the thread name itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654277 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 17:25:45 +00:00
Steven Rowe e7525ee92e SOLR-6986: modernize bottom-right links in the Admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654258 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 16:29:06 +00:00
Erick Erickson 7fda449473 SOLR-6902: Use JUnit rules instead of inheritance with distributed Solr tests to allow for multiple tests without the same class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654256 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 16:13:32 +00:00
Noble Paul bd9de6bc24 reverting SOLR-6938
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654038 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 20:11:41 +00:00
Timothy Potter 69dd5e42f2 SOLR-7018: bin/solr stop should stop if there is only one node running or generate an error message prompting the user to be explicit about which of multiple nodes to stop using the -p or -all options
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654015 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 19:17:01 +00:00
Noble Paul 08dee02f04 SOLR-6938 Implicit configuration of Update handlers does not match previous explicit one
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653989 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 18:19:21 +00:00
Erik Hatcher c0c30b2343 Remove empty TBD section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653961 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 17:29:30 +00:00
Erik Hatcher 4c17c799fc SOLR-7013: use unzip if jar is not available (merged from r1653943)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653945 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 17:13:20 +00:00
Noble Paul 8c7f42d6f8 SOLR-6521 use abs() to handle -ve hash
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653921 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 15:55:21 +00:00
Shalin Shekhar Mangar bea1e9c608 SOLR-6847: LeaderInitiatedRecoveryThread compares wrong replica's state with lirState
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653879 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 14:36:08 +00:00
Noble Paul ec01b5aeb5 SOLR-6988 Make stateformat=2 as default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653867 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 14:12:52 +00:00
Noble Paul 02dfdd3202 SOLR-6521 use murmurhash because hashCode can give -ve val
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653862 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 14:00:40 +00:00
Shalin Shekhar Mangar b2249d1069 SOLR-6640: Exclude lock files from unused file check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653844 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 13:12:45 +00:00
Shalin Shekhar Mangar b323ce6bae SOLR-6640: Add changelog entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653837 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 12:59:33 +00:00
Noble Paul 1eda04b2cf SOLR-6521 CloudSolrServer should synchronize cache cluster state loading
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653822 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 12:11:57 +00:00
Uwe Schindler 3af6787e55 SOLR-6703, SOLR-6926: Fix at least "run-example" script to work on Windows and dont use <arg line=""/> in ANT. It currently does not work when booting example if path contains spaces!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653806 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 10:43:15 +00:00
Noble Paul 51016c0fdb SOLR-7015 collection create with stateFormat=2 fails if conf name equals collection name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653788 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 09:12:59 +00:00
Tomas Eduardo Fernandez Lobbe 24d9371125 Fix CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653786 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 09:09:58 +00:00
Tomas Eduardo Fernandez Lobbe 8c50bc2fde SOLR-6845: Suggester tests start new cores instead of reloading
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653784 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 09:02:13 +00:00
Erik Hatcher d921424a9c SOLR-6870: sync up the quickstart with script behavior, and some slight error message improvements to bin/post (merged from r1653755)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653757 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 02:12:49 +00:00
Shalin Shekhar Mangar 2d2b07928f SOLR-7011: Delete collection returns before collection is actually removed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653716 13f79535-47bb-0310-9956-ffa450edef68
2015-01-22 00:10:55 +00:00
Steven Rowe 6b807173d3 SOLR-6991,SOLR-6387: Under Turkish locale, don't run solr-cell and dataimporthandler-extras tests that use Tika
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653704 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 23:47:19 +00:00
Timothy Potter e61b5a5dca SOLR-6928: solr.cmd stop works only in english
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653699 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 23:28:30 +00:00
Shalin Shekhar Mangar ad298b70cf SOLR-7014: Collapse identical catch branches in try-catch statements in morphlines-core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653697 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 23:26:25 +00:00
Shalin Shekhar Mangar 0961e4179d SOLR-7014: Collapse identical catch branches in try-catch statements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653665 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 21:39:15 +00:00
Steven Rowe b2f68b23df LUCENE-6134: fix typos in lucene/CHANGES.txt and solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653612 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 17:34:27 +00:00
Timothy Potter eb23901230 SOLR-6993: install_solr_service.sh won't install on RHEL / CentOS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653601 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 17:02:36 +00:00
Steven Rowe ab8d012df6 SOLR-7008: Exclude server/etc/solrtest.keystore and create-solrtest.keystore.sh from the binary release packages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653551 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 15:11:39 +00:00
Alan Woodward 344be1a6b1 SOLR-6976: Remove methods and classes deprecated in 4.x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653549 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 15:06:04 +00:00
Noble Paul 8932af3b4b SOLR-6787, SOLR-6801 use realtime get to verify that the versions do not collide
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653453 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 07:17:08 +00:00
Steven Rowe c96c074527 SOLR-6913: put back mistakenly removed '*_t' dynamic field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653419 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 02:14:59 +00:00
Tomas Eduardo Fernandez Lobbe 0acebd74f6 SOLR-6845: Remove enable=false from the suggest request handler in the techproducts sample config. It is OK to use (and copy/paste this configuration) with buildOnStartup=false
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653414 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 00:46:41 +00:00
Tomas Eduardo Fernandez Lobbe 6ce841759a SOLR-6845: Add a ''buildOnStartup'' option for suggesters. (Tomás Fernández Löbbe)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653410 13f79535-47bb-0310-9956-ffa450edef68
2015-01-21 00:11:00 +00:00
Gregory Chanan e7045badaa SOLR-6987: SSL support for MiniSolrCloudCluster
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653402 13f79535-47bb-0310-9956-ffa450edef68
2015-01-20 23:06:46 +00:00
Erik Hatcher 7844cf5cca Fix wrong StringUtils import (merged from r1653365)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653368 13f79535-47bb-0310-9956-ffa450edef68
2015-01-20 20:52:59 +00:00
Anshum Gupta 99f0278068 SOLR-7004: Add a missing constructor for CollectionAdminRequest.BalanceShardUnique that is supposed to set the collection action
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653343 13f79535-47bb-0310-9956-ffa450edef68
2015-01-20 19:23:47 +00:00
Noble Paul a881142e8a SOLR-6801 test always writes to leader so that replication lag does not impact next insertion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653328 13f79535-47bb-0310-9956-ffa450edef68
2015-01-20 18:25:01 +00:00
Shalin Shekhar Mangar 76bfd12337 SOLR-6640: No need for SSL in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653283 13f79535-47bb-0310-9956-ffa450edef68
2015-01-20 16:22:49 +00:00
Shalin Shekhar Mangar 8a2ef93467 SOLR-6640: Close searchers before rollback and recovery to avoid index corruption
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653281 13f79535-47bb-0310-9956-ffa450edef68
2015-01-20 16:19:38 +00:00
Alan Woodward e65eb74239 SOLR-6840: Fix clustering test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653212 13f79535-47bb-0310-9956-ffa450edef68
2015-01-20 09:12:40 +00:00
Alan Woodward 7df1a77cc7 SOLR-6840: Fix multicore example tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653073 13f79535-47bb-0310-9956-ffa450edef68
2015-01-19 18:43:44 +00:00
Alan Woodward e61cd9654b SOLR-6840: Remove support for old-style solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652995 13f79535-47bb-0310-9956-ffa450edef68
2015-01-19 13:25:29 +00:00
Uwe Schindler cb558014e5 SOLR-6799: Update Saxon-HE to 9.6.0-2 (part 2)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652956 13f79535-47bb-0310-9956-ffa450edef68
2015-01-19 10:34:56 +00:00
Uwe Schindler a4d74500e7 SOLR-6996: Add a test for ODF files in ExtractingRequestHandlerTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652944 13f79535-47bb-0310-9956-ffa450edef68
2015-01-19 09:22:06 +00:00
Uwe Schindler 98d21dfbee SOLR-6991: Move changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652831 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 19:00:41 +00:00
Uwe Schindler 8f4574709d SOLR-6870: Fix missing images
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652811 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 17:38:44 +00:00
Uwe Schindler da1cc26c84 SOLR-6991: Add missing license and notice. Remove outdated stuff from notice files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652783 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 15:46:30 +00:00
Erik Hatcher 6f82f47655 Remove prematurely committed files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652759 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 14:21:25 +00:00
Uwe Schindler 426afa7b93 SOLR-6489: Disable only failing tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652747 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 13:00:09 +00:00
Uwe Schindler 503e738f77 SOLR-6991: Update to Apache TIKA 1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652742 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 11:48:17 +00:00
Erik Hatcher 7f38f31d2d SOLR-6900: add support for stdin and string args (merged from r1652722)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652724 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 10:15:46 +00:00
Erik Hatcher 22d0422663 Fix Solr smoke tests: SYSTEM_REQUIREMENTS no longer exists where it was testing for it (merged from r1652718)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652721 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 10:02:59 +00:00
Yonik Seeley 5fa8807541 SOLR-6909: Extract atomic update handling logic into AtomicUpdateDocumentMerger
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652660 13f79535-47bb-0310-9956-ffa450edef68
2015-01-17 20:04:27 +00:00
Noble Paul df42c143bb SOLR-5147 addressing the OOM failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652618 13f79535-47bb-0310-9956-ffa450edef68
2015-01-17 14:51:53 +00:00
Noble Paul 8ee7579302 SOLR-6801 version can be string or number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652444 13f79535-47bb-0310-9956-ffa450edef68
2015-01-16 16:00:50 +00:00
Noble Paul 255961719f SOLR-6801 NPE on core reload
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652431 13f79535-47bb-0310-9956-ffa450edef68
2015-01-16 15:18:05 +00:00
Noble Paul 9483635648 SOLR-5147 remove forbidden API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652426 13f79535-47bb-0310-9956-ffa450edef68
2015-01-16 15:11:40 +00:00
Noble Paul e32c7b7db9 SOLR-5147 Support child documents in DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652360 13f79535-47bb-0310-9956-ffa450edef68
2015-01-16 08:33:35 +00:00
Anshum Gupta d5c52bc915 SOLR-6715: Removing duplicate CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652355 13f79535-47bb-0310-9956-ffa450edef68
2015-01-16 08:02:12 +00:00
Timothy Potter b5df6e6a44 SOLR-6981: add a delete action to the bin/solr script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652345 13f79535-47bb-0310-9956-ffa450edef68
2015-01-16 06:36:15 +00:00
Timothy Potter 19905bf336 SOLR-6982: remove bad search/replace issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652210 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 18:29:59 +00:00
Timothy Potter 7401236745 SOLR-6982: bin/solr and SolrCLI should support SSL-related Java System Properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652208 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 18:24:48 +00:00
Noble Paul 3a4cf1ca29 SOLR-6770 accidentally commented out a test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652153 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 16:06:05 +00:00
Noble Paul 02e4a111d3 SOLR-6770 mask the useParams aftger expanding it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652134 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 15:20:18 +00:00
Adrien Grand 457e70ab94 LUCENE-6179: Disallow out-of-order scoring.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652013 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 09:35:20 +00:00
Erik Hatcher 806e227b59 Fix doc build issues with new Solr quickstart
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651938 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 02:45:57 +00:00
Erik Hatcher d015e7366b SOLR-6900: converted to Unix-style options in bin/post and updated usage examples, also updated version string of SimplePostTool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651916 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 00:53:17 +00:00
Erik Hatcher d23496f4da SOLR-6900: bin/post improvements including glob handling, spaces in file names, and improved help output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651895 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 23:47:55 +00:00
Mark Robert Miller a6b2647c92 SOLR-6931: We should do a limited retry when using HttpClient.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651767 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 18:38:20 +00:00
Timothy Potter 4930a38e84 SOLR-6764: Field types need to be re-informed after reloading a managed schema from ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651763 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 18:25:10 +00:00
Timothy Potter 0f5e7462f5 SOLR-6926: Add example target with gentle prompt to start using ant server instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651698 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 15:14:21 +00:00
Joel Bernstein d095b85427 SOLR-6581: Additional test for Collapse and fixed problem with Expand float tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651685 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 14:35:03 +00:00
Noble Paul 71f698c543 SOLR-6937 don't replace periods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651646 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 12:56:41 +00:00
Erik Hatcher 545788fea9 Fix build, exclude offending file from jtidy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651641 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 12:44:04 +00:00
Noble Paul 684c7375d9 SOLR-6937 In schemaless mode ,replace spaces and special characters with underscore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651587 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 08:02:43 +00:00
Erik Hatcher 368354b378 SOLR-6870: add assets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651561 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 03:07:01 +00:00
Erik Hatcher 83db0a52a1 SOLR-6870: overhaul/rename tutorial
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651560 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 03:05:35 +00:00
Anshum Gupta 4aef9bdc8e Bumping up version to 5.1 for the 5.0 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651556 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 02:34:04 +00:00
Steven Rowe f24fa71a5d Get Maven compilation working again: example->server; don't need javax.servlet:javax.servlet-api test dep in solr/core/ivy.xml, since it's already included as a compile-scope dep via solr/server/ivy.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651545 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 00:46:43 +00:00
Timothy Potter bc475b8c42 SOLR-6926: remove ant example, now it is ant server
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651535 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 23:31:20 +00:00
Chris M. Hostetter eb5db72e69 LUCENE-6058: call out this change as a re-index requirement in Solr upgrade instructions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651496 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 21:14:11 +00:00
Timothy Potter aba932e403 SOLR-6851: Set the SOLR_VAR_DIR using the SOLR_SERVICE variable, thus alleviating the need to specify the -d option when overrding the service name with -s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651435 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 18:15:48 +00:00
Mark Robert Miller 10b501395b SOLR-6880: Remove this assert that can fail various tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651394 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 15:58:35 +00:00
Mark Robert Miller 423e469e5f SOLR-6941: DistributedQueue#containsTaskWithRequestId can fail with NPE.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651380 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 15:25:56 +00:00
Mark Robert Miller 1696206de6 SOLR-6943: HdfsDirectoryFactory should fall back to system props for most of it's config if it is not found in solrconfig.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651373 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 15:12:46 +00:00
David Wayne Smiley c0707926df SOLR-6904: remove deprecated spatial Circle & Rect syntax
FYI these weren't used often and were replaced with supported syntaxes in v4.3.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651351 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 14:17:18 +00:00
Noble Paul 2b1d34dfd9 SOLR-6770 Optimize tests to avoid duplicate RE[BST calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651308 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 09:05:23 +00:00
Gregory Chanan a4e089e662 SOLR-6915: SaslZkACLProvider and Kerberos Test Using MiniKdc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651264 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 02:03:58 +00:00
Anshum Gupta 6d7fdf9f3f SOLR-6496: LBHttpSolrClient stops retrying after the timeAllowed threshold is met
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651236 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 23:52:10 +00:00
Timothy Potter c36180cdf8 SOLR-6952: bin/solr create action should copy configset directory instead of reusing an existing configset in ZooKeeper by default; commit also includes fix for SOLR-6933 - create alias
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651231 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 23:33:34 +00:00
Anshum Gupta 68cf1ca825 SOLR-6923: AutoAddReplicas also consults live_nodes to see if a state change has happened
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651221 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 22:53:38 +00:00
Gregory Chanan 847f870e75 SOLR-6963: Upgrade hadoop version to 2.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651212 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 22:07:42 +00:00
Joel Bernstein d385c653c2 SOLR-6581: Efficient DocValues support and numeric collapse field implementations for Collapse and Expand
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651087 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 13:40:34 +00:00
David Wayne Smiley 1f2d431273 SOLR-6916: hl.payloads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651076 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 13:30:15 +00:00
Erik Hatcher 221cbaad10 fix SimplePostToolTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651040 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 08:50:31 +00:00
Erik Hatcher ae4734f4cf SOLR-6959: standardize XML content-type
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651027 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 02:36:30 +00:00
Erik Hatcher 5f1d3bd308 SOLR-6434: Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651019 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 01:00:04 +00:00
Erik Hatcher 4e24294c9c fix a reference to outdated post.sh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651017 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 00:44:24 +00:00
Erik Hatcher 1636450d22 SOLR-6959: Elaborate on URLs being POSTed to
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651015 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 00:33:47 +00:00
Erik Hatcher 03dc3c4185 SOLR-6908: Remove last post.sh references, and fix a post.jar usage example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651013 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 00:30:09 +00:00
Mark Robert Miller 5ddea27113 SOLR-6957: Raise timeout.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650984 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 23:04:21 +00:00
Mark Robert Miller fdb0af9bca SOLR-6951: Add basic testing for test ObjectReleaseTracker.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650916 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 16:49:14 +00:00
Timothy Potter b92f39f3bb SOLR-6946: Document -p port option for create_core and create_collection actions in bin/solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650912 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 16:39:11 +00:00
Mark Robert Miller c8888cd115 tests: raise timeout - trips sometimes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650905 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 15:33:23 +00:00
Erik Hatcher 4ed87ec42f SOLR-1723: polished the content-type capability
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650831 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 23:40:57 +00:00
Mark Robert Miller d97b1cef28 SOLR-6950: Ensure TransactionLogs are closed with test ObjectReleaseTracker.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650781 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 18:09:14 +00:00
Mark Robert Miller 5e8eb5cd46 SOLR-6324: Set finite default timeouts for select and update.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650768 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 16:58:36 +00:00
Mark Robert Miller 8213fe8a0a SOLR-6793: ReplicationHandler does not destroy all of it's created SnapPullers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650764 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 16:12:39 +00:00
Noble Paul f7bbdc339e SOLR-6787 enable autocommit maxDocs=1 for .system collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650729 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 10:32:42 +00:00
Erick Erickson 87869f97bb no separate JIRA, just updating some obsolete JIRAs related to ripping out SOLR-5287
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650720 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 05:09:25 +00:00
David Wayne Smiley d44b85f2fb SOLR-6945: sample schema.xml bbox field distanceUnits=kilometers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650703 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 01:01:52 +00:00
Steven Rowe 916f1876ec SOLR-6913: In data_driven_schema_configs configset, rename schema.xml to managed-schema, remove example-only fieldtypes, add dynamic fields for each fieldtype where they don't exist, and add a warning about the catch-all _text field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650701 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 00:38:50 +00:00
Steven Rowe 9acea483e3 SOLR-6913: revert cleanup schema in data_drive_schema_configs configset (schema modifications will follow)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650696 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 23:25:20 +00:00
Erik Hatcher a0c45d4fb9 SOLR-6127: More improvements to the films example: remove fake document, README steps polished
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650688 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:39:07 +00:00
Erik Hatcher ae0c13fae8 SOLR-1723: VelocityResponseWriter improvements
SOLR-2035: Add a VelocityResponseWriter $resource tool for locale-specific string lookups.
Lots of VrW code cleanup, more and improved test cases.


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650685 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:32:50 +00:00
Mark Robert Miller b870aed9b9 SOLR-6932: All HttpClient ConnectionManagers and SolrJ clients should always be shutdown in tests and regular code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650608 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 17:33:04 +00:00
Erik Hatcher 0aac930251 SOLR-6098: fix a couple of post.jar mentions that did not have -Dc on them
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650525 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 13:34:54 +00:00
Noble Paul 8d7681e72c SOLR-6787 A simple class to mask a handler defined in same path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650448 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 06:52:07 +00:00
Mark Robert Miller 1e53aae81b SOLR-6839: Direct routing with CloudSolrServer will ignore the Overwrite document option.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650422 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 23:49:07 +00:00
Chris M. Hostetter 26019792c4 SOLR-6643: Fix error reporting & logging of low level JVM Errors that occur when loading/reloading a SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650350 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 18:38:57 +00:00
Steven Rowe d4aa684211 SOLR-6913: cleanup schema in data_drive_schema_configs configset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650329 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 16:57:39 +00:00
Steven Rowe 1a27122415 SOLR-4839: Set Jetty 9's new option to persist its temp directory (persistTempDirectory) - where the war is exploded - to true, so that the server/solr-webapp/ directory doesn't get deleted when Jetty shuts down gracefully
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650328 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 16:56:25 +00:00
Robert Muir ec43ca9fd8 LUCENE-6165: Change merging APIs from LeafReader to CodecReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650301 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 14:53:03 +00:00
Robert Muir b2f3330f7d SOLR-4839: fix licensing metadata. PLEASE RUN PRECOMMIT BEFORE COMMITTING.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650293 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 14:26:52 +00:00
Noble Paul 1c1c2a57cd SOLR-6787 more logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650251 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 11:06:37 +00:00
Noble Paul 11460d0be3 SOLR-6787 commit right away instead of waiting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650212 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 06:33:28 +00:00
Erick Erickson 759441eccd SOLR-6925: Back out changes having to do with SOLR-5287 (editing configs from admin UI)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650208 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 05:15:46 +00:00
Shalin Shekhar Mangar 1ff5f7fc9a SOLR-4839: Remove dependency to jetty.orbit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650169 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 21:19:00 +00:00
Noble Paul 980c1e42f1 SOLR-6365 path /update/** should match /update as well
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650125 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 17:41:01 +00:00
Timothy Potter 812e0c6e6f SOLR-6918: No need to log exceptions (as warn) generated when creating MBean stats if core is shutting down
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650123 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 17:35:20 +00:00
Noble Paul c2712551be SOLR-6365 last commit caused regression
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650064 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 14:24:31 +00:00
Noble Paul 3b988de804 SOLR-6787 hardening tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650030 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 10:49:39 +00:00
Noble Paul b7ddac884e SOLR-6533 implicit requesthandlers were not exposed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650000 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 07:08:00 +00:00
Noble Paul 88eb9719fa SOLR-6365 bug fix matching wrong name when it is a shorter prefix of path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649996 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 06:10:49 +00:00
Robert Muir b10d20a122 LUCENE-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649989 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 02:52:57 +00:00
Mark Robert Miller bba930a5b3 SOLR-6880: Harden ZkStateReader to expect that getCollectionLive may return null as it's contract states.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649945 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 20:53:49 +00:00
Mark Robert Miller 90dd4ab345 SOLR-6766: Expose HdfsDirectoryFactory Block Cache statistics via JMX.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649939 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 20:29:17 +00:00
Erik Hatcher 9b3d792bd8 SOLR-6900: added usage to bin/post, plus some TODOs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649937 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 20:28:53 +00:00
Andrzej Bialecki 136174bc13 SOLR-6830 Update CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649880 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 17:26:19 +00:00
Shalin Shekhar Mangar 76fa1005db SOLR-6801: Use static random initialized with random.seed and use it in Collections.shuffle to make forbidden-api checks pass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649877 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 17:17:15 +00:00
Andrzej Bialecki 037b72a00c SOLR-6830 Upgrade Woodstox and StAX.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649857 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 16:15:58 +00:00
Noble Paul 82b4fedcea SOLR-6801 addressing test failures, SOLR-6607 supporting all initArgs for requesthandlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649821 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 15:11:12 +00:00
Adrien Grand cdb651976e LUCENE-5702: Move comparators to a per-leaf API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649818 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 15:03:19 +00:00
Shalin Shekhar Mangar 75f6dd52e4 SOLR-6897: Throw fatal error if nrtMode is present in solrconfig on 6.0. Added note to upgrade section.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649816 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 14:50:54 +00:00
Shalin Shekhar Mangar 258f3b152e SOLR-6897: Fix wrong assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649814 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 14:46:49 +00:00
Shalin Shekhar Mangar e13e0de583 SOLR-6897: Nuke non-NRT mode from code and configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649810 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 14:28:08 +00:00
Timothy Potter cc3e6d9f93 SOLR-4839: start Jetty 9 correctly on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649689 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 23:03:19 +00:00
Erick Erickson 14c8880729 SOLR-6666: Dynamic copy fields are considering all dynamic fields, causing a significant performance impact on indexing documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649657 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 20:50:39 +00:00
Shalin Shekhar Mangar 27b5e4988f SOLR-4839: Remove jetty.port from start.ini and add default inside jetty-http.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649584 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 16:43:46 +00:00
Shalin Shekhar Mangar 0d2c19d505 SOLR-4839: Removing extra license text from jetty xml and module files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649571 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 16:23:02 +00:00
Shalin Shekhar Mangar a41b9954d1 SOLR-4839: Upgrade to Jetty 9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649552 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:45:58 +00:00
Noble Paul de4f26978f SOLR-6770 Added testcase for standalone mode and fixed a reload bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649551 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:44:57 +00:00
Noble Paul ddb6b38b88 SOLR-6770 wrong file name in standalone mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649542 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 15:13:46 +00:00
Michael McCandless 41fcc722ff LUCENE-6119: CMS dynamically rate limits IO writes of each merge depending on incoming merge rate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649532 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 14:28:28 +00:00
Erik Hatcher 749d0ccff0 SOLR-6127: README improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649523 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 13:46:10 +00:00
Noble Paul c8545d6dbf SOLR-6533 , changed the node name from solrConfig to config. handle empty command list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649486 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 09:18:10 +00:00
Erick Erickson 633fecf787 SOLR-6907, corrected patch, URLEncode documents directory in MorphlineMapperTest to handle spaces etc in file name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649455 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 01:45:07 +00:00
Erik Hatcher b5a484fe1f SOLR-6908: Minor corrections to SimplePostTool -help
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649442 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 22:31:13 +00:00
Erik Hatcher d693013c2c SOLR-6908: Minor corrections to SimplePostTool -help
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649438 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 22:18:01 +00:00
Erick Erickson 75e1cafacf SOLR-6907: URLEncode documents directory in MorphlineMapperTest to handle spaces etc in file name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649383 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 19:00:46 +00:00
Erik Hatcher 73837c049e SOLR-6127: Fix reference to previously renamed script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649376 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 17:48:03 +00:00
Erik Hatcher a4965941be SOLR-6127: fix paths in README
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649355 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 16:44:49 +00:00
Noble Paul 136f38c8c6 SOLR-6787 more logging to trace errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649349 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 15:07:24 +00:00
Noble Paul 81ce259cf5 SOLR-6801 increase wait times to address failures http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1989/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649345 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 14:50:26 +00:00
Erik Hatcher c0b2330827 SOLR-6735: Make CloneFieldUpdateProcessorFactory null safe
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649323 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 12:48:21 +00:00
David Wayne Smiley 8fd247cc0e SOLR-6797: spatial distanceUnits=degrees|kilometers|miles
units=degrees is now deprecated.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649243 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 20:09:36 +00:00
Timothy Potter c96668e207 SOLR-6874: There is a race around SocketProxy binding to it's port the way we setup JettySolrRunner and SocketProxy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649154 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 00:20:46 +00:00
Shalin Shekhar Mangar c2d9d1c602 SOLR-6905: Test pseudo-field retrieval in distributed search
This closes #122.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649110 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 20:08:16 +00:00
Erick Erickson 6791a405b4 SOLR-6906: Fix typo bug in DistributedDebugComponentTest.testCompareWithNonDistributedRequest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649106 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 20:02:45 +00:00
Adrien Grand 972e64f7c7 LUCENE-6148: Accountable.getChildResources returns a Collection.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649074 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 16:25:16 +00:00
Erick Erickson 362ddae754 SOLR-6483, Refactor some methods in MiniSolrCloudCluster tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648923 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 19:19:12 +00:00
Robert Muir 9fadf77120 LUCENE-6146: Replaced Directory.copy() with Directory.copyFrom()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648851 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 15:15:13 +00:00
Noble Paul 94a23da9c2 SOLR-6787 changed the schema of blob store. now, the id is blobName/version and not the md5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648836 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 12:47:22 +00:00
Timothy Potter 93e19a3148 SOLR-6761: Ability to ignore commit and optimize requests from clients when running in SolrCloud mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648775 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 20:32:42 +00:00
Alan Woodward 259604ec24 SOLR-6895: Fix rename error in AliasIntegrationTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648750 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 17:38:25 +00:00
Alan Woodward 4a6d85790a SOLR-6895: Remove SolrServer classes from trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648710 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 14:49:20 +00:00
Alan Woodward ef809a0f10 SOLR-6895: Deprecate SolrServer classes and replace with SolrClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648697 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 14:05:48 +00:00
Noble Paul 5444b1f45a SOLR-6801 more tests , SOLR-6770 refactored code around
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648689 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 12:25:08 +00:00
Noble Paul 3da26b7dca SOLR-6792 added javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648654 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 04:51:42 +00:00
Timothy Potter e18538cc4b SOLR-5810: basic paged nav support for cloud graph panel for many collections.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648621 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 22:38:50 +00:00
Erik Hatcher b520131e23 SOLR-6127: move films example (data) to its own subdirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648540 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 15:24:28 +00:00
Uwe Schindler 2f429ab914 Fixed a typo in various solrconfig.xml files. This closes #120
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648511 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 11:47:15 +00:00
Erik Hatcher c56babbb42 SOLR-6016: Fix example techproduct data to work with schemaless example mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648504 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 11:00:23 +00:00
Erik Hatcher 119d8caa21 SOLR-6435: bin/post cleanup for 5x merge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648478 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 03:34:19 +00:00
Erik Hatcher fde2508de7 Update logo/style in generic templates (already fixed for techproducts)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648467 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 02:21:17 +00:00
Erik Hatcher c9f16b3e37 SOLR-6779: adjust trunk CHANGES to reflect the merge to 5x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648463 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 01:29:37 +00:00
Erik Hatcher 0ff1e75b74 SOLR-6779 (fix /browse on schemaless example) and several other related fixes and cleanups including remove /browse from test configs where it isn't needed, adjusting /browse definition to be valid and not an inappropriate copy of techproducts, fixed /update/extract indexing with data_driven_schema_configs configset, and fixed indexing of solr(-to-solr) example DIH indexing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648456 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 00:50:57 +00:00
Anshum Gupta 05e5d89bf7 SOLR-6899: Make CollectionAdminRequest.action setter protected instead of public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648451 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 00:19:25 +00:00
Anshum Gupta 74e318cabd SOLR-6448: SolrJ support for all Collection API calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648446 13f79535-47bb-0310-9956-ffa450edef68
2014-12-29 23:37:04 +00:00
Alan Woodward 3a857ad958 SOLR-6896: Drop SolrJettyRunner max idle time to 200ms to speed up tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648387 13f79535-47bb-0310-9956-ffa450edef68
2014-12-29 16:33:13 +00:00
Erick Erickson 410099b6fb SOLR-6876: Remove unused legacy scripts.conf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648246 13f79535-47bb-0310-9956-ffa450edef68
2014-12-28 19:48:03 +00:00
Erik Hatcher e5c766891d SOLR-3711: Truncate long strings in field facets in generic facet_fields.vm
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648044 13f79535-47bb-0310-9956-ffa450edef68
2014-12-27 10:18:21 +00:00
Erik Hatcher 9159eede8f SOLR-3711: Truncate long strings in /browse field facets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648041 13f79535-47bb-0310-9956-ffa450edef68
2014-12-27 10:11:06 +00:00
Erik Hatcher 31fdda2f43 SOLR-6779: add trimmed /browse templates to Velocity contrib JAR, making them available to any VrW using system
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648030 13f79535-47bb-0310-9956-ffa450edef68
2014-12-27 01:11:47 +00:00
Erik Hatcher 088fbc38b6 SOLR-6779: remove techproduct-specific settings from generic /browse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648028 13f79535-47bb-0310-9956-ffa450edef68
2014-12-27 01:07:53 +00:00
Noble Paul e9395306b7 SOLR-6770 changed command names to set, update
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647962 13f79535-47bb-0310-9956-ffa450edef68
2014-12-26 12:27:35 +00:00
Erik Hatcher a46a46720a Adjust films README using new bin/post script instead of curl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647930 13f79535-47bb-0310-9956-ffa450edef68
2014-12-26 02:45:21 +00:00
Erik Hatcher f456817e25 Add a couple of recent change mentions, to the trunk/6.0 section but these will ideally be committed to branch_5x eventually too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647929 13f79535-47bb-0310-9956-ffa450edef68
2014-12-26 02:32:39 +00:00
Erik Hatcher 85f9f8ad52 SOLR-6435: Add script to simplify posting content to Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647928 13f79535-47bb-0310-9956-ffa450edef68
2014-12-26 02:31:22 +00:00
Erik Hatcher 6d665f146a SOLR-6127: Improve example docs, using films data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647918 13f79535-47bb-0310-9956-ffa450edef68
2014-12-25 21:27:12 +00:00
Erick Erickson 1417ef1f60 SOLR=6691: REBALANCELEADERS needs to change the leader election queue. Going to let this bake in trunk until 5.0 is cut
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647857 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 22:55:36 +00:00
Erick Erickson 0c6151e4bc SOLR-6860: Re-enable REBALANCELEADERS for 5.1. going to let this bake in trunk only until 5.0 is cut
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647849 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 21:55:05 +00:00
Tomas Eduardo Fernandez Lobbe bc8a596303 SOLR-6864: Improved tests, added useColdSearcher test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647836 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 19:51:51 +00:00
Erick Erickson 4ba0639193 SOLR=6873: Lib relative path is incorrect for techproduct configset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647831 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 18:54:24 +00:00
Noble Paul ed0f198480 SOLR-6770 fixing test failures http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2013/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647829 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 18:50:31 +00:00
Timothy Potter 007a6a1610 SOLR-6397: zkcli script put/putfile should allow overwriting an existing znode's data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647828 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 18:44:02 +00:00
Timothy Potter 1a494d6384 SOLR-6855: bin/solr -e dih launches, but has some path cruft issues preventing some of the imports don't work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647825 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 18:32:21 +00:00
Steven Rowe d0a7f224e9 SOLR-6879: Have an option to disable autoAddReplicas temporarily for all collections.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647811 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 15:55:45 +00:00
Timothy Potter 27f8a4649d SOLR-6866: schemaless example should create core/collection named gettingstarted
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647808 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 15:46:37 +00:00
Shalin Shekhar Mangar aec7811b66 SOLR-6885: Add core name to RecoveryThread name
This closes #117.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647799 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 14:48:28 +00:00
Steven Rowe 975dbe134e LUCENE-6134: fix typos: wether->whether, neccessary->necessary, initalize->initialize, specifed->specified, etc. (thanks Ahmet Arslan\!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647795 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 14:33:59 +00:00
Noble Paul 566ddf3fbd SOLR-6770 Add/edit param sets and use them in requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647748 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 08:51:08 +00:00
Steven Rowe 2189b7a761 LUCENE-6134: fix typos: it's->its, its->it's, etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647735 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 05:48:58 +00:00
Timothy Potter 7204caba96 SOLR-6867: SolrCLI should check for existence before creating a new core/collection, more user-friendly error reporting (no stack trace), and the ability to pass a directory when using bin/solr to create a core or collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647726 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 04:00:49 +00:00
Timothy Potter 4e65c4d1e0 SOLR-6851: Scripts to help install and run Solr as a service on Linux
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647700 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 23:20:42 +00:00
Mark Robert Miller 8622f61f12 SOLR-6729: createNodeSet.shuffle=(true|false) support for /admin/collections?action=CREATE.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647654 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 19:26:29 +00:00
Shalin Shekhar Mangar 6f74593cb6 SOLR-6882: Misspelled collection API actions in ReplicaMutator exception messages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647553 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 11:40:52 +00:00
Shalin Shekhar Mangar d5a8bcf01d SOLR-6883: CLUSTERPROP API switch case does not call break
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647551 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 11:34:39 +00:00
David Wayne Smiley 75bc69dcce SOLR-6680: refactor DefaultSolrHighlighter.TermOffsetsTokenStream (from term vectors) to avoid buffering the token.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647481 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 04:27:47 +00:00
Anshum Gupta 9a9c1bde04 SOLR-6868: Try to fix the failing test and also a part of the SolrJ collection API test refactoring
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647472 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 02:52:07 +00:00
Anshum Gupta 658c73d6c3 SOLR-6881: Add split.key support for SPLITSHARD via SolrJ.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647462 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 01:30:41 +00:00
Mark Robert Miller fa1f4467f4 SOLR-6850: AutoAddReplicas makes a call to wait to see live replicas that times out after 30 milliseconds instead of 30 seconds.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647460 13f79535-47bb-0310-9956-ffa450edef68
2014-12-23 01:16:12 +00:00
Noble Paul f75adf5956 SOLR-6801 fixing test failure http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2008/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647287 13f79535-47bb-0310-9956-ffa450edef68
2014-12-22 11:05:49 +00:00
Anshum Gupta 73a6fca890 SOLR-1632: Distributed IDF, finally.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647253 13f79535-47bb-0310-9956-ffa450edef68
2014-12-22 07:05:34 +00:00
Mark Robert Miller ec9fdd5943 SOLR-5776: Use less SSL in a test run.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647147 13f79535-47bb-0310-9956-ffa450edef68
2014-12-21 14:55:00 +00:00
Noble Paul a9f6aaaee1 SOLR-6801 addressing test failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647034 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 18:43:53 +00:00
Robert Muir 1f431a14f6 remove broken javadocs. please do not add broken javadoc tags
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647022 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 17:30:15 +00:00
Mark Robert Miller 3d70e67002 SOLR-6801: Fix formatting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647018 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 16:49:50 +00:00
Noble Paul ce7da69d2c NPE in tests http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11610/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646989 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 14:31:02 +00:00
Noble Paul c2c72f5f02 SOLR-6801 Load RequestHandler from blob store
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646964 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 12:21:10 +00:00
Tomas Eduardo Fernandez Lobbe d4f03f72ae SOLR-6864: Fix test race condition, make test wait for warming in TestIndexSearcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646918 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 06:18:37 +00:00
Erick Erickson ec5364fa51 SOLR-6859: Disable REBALANCELEADERS for 5.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646904 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 00:17:48 +00:00
Alan Woodward 8079368b8b SOLR-6718: coreRootDirectory should be resolved against SOLR_HOME
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646660 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 10:05:14 +00:00
Steven Rowe ae727f338c SOLR-6058: Include the new Solr logo and favicon in Solritas (/browse UI) as well as in generated per-release Solr documentation; switch all favicon links' Content-Type: 'image/ico'->'image/x-icon'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646609 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 01:49:37 +00:00
Tomas Eduardo Fernandez Lobbe 869ac14ac4 SOLR-6864: Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646577 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 23:24:30 +00:00
Anshum Gupta 57bfad4861 SOLR-6523: Fixing the test. Removing the unwanted check and calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646567 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 23:06:34 +00:00
Anshum Gupta bacef57576 SOLR-6523: Provide SolrJ support for specifying stateFormat while creating Collections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646558 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 22:27:38 +00:00
Shalin Shekhar Mangar 85ccfa8b22 Compare canonical paths instead of absolute paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646492 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 17:15:10 +00:00
Shalin Shekhar Mangar 2950159a2c SOLR-6554: Fix work queue handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646474 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 15:13:41 +00:00
Noble Paul 9ac8383fb7 SOLR-6787 refactored a method out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646418 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 09:40:46 +00:00
Noble Paul e23993550e SOLR-6365 lazy loaded components did not have initParams applied
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646401 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 08:25:32 +00:00
Noble Paul 5a876e47ad SOLR-6626 NPE when the filed values are null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646388 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 06:34:35 +00:00
Steven Rowe 6a20e9872c SOLR-6058: Include the new solr logo in the admin ui, and make the favicon the sun glyph from the new solr logo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646382 13f79535-47bb-0310-9956-ffa450edef68
2014-12-18 05:18:43 +00:00
Anshum Gupta 82a09ecd3e SOLR-5922: Add support for adding core properties to SolrJ Collection Admin Request calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646350 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 22:33:39 +00:00
Anshum Gupta f821354186 SOLR-6861: Remove post.sh from exampledocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646297 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 17:32:42 +00:00
Chris M. Hostetter 9ab0f64f07 put a really simple html doc in exampledocs for using in ref guide examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646116 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 00:17:37 +00:00
Shai Erera f2ce463b05 remove accidentally committed .jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646097 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 21:41:30 +00:00
Shai Erera a14e23190b Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646083 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 21:21:19 +00:00
Anshum Gupta a7a5cfc413 SOLR-6852: Updating the CHANGES.txt entry to the 'Upgrading from..' section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646032 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 18:12:00 +00:00
Alan Woodward 7e4449010e SOLR-6849: And really fix it this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645895 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 10:11:59 +00:00
Anshum Gupta eee7ab7979 SOLR-6852: Adding the CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645868 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 07:23:24 +00:00
Anshum Gupta 9f8520d3a9 SOLR-6852: SimplePostTool no longer defaults to collection1, also there's no default update URL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645866 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 07:17:39 +00:00
Timothy Potter b8fee04522 SOLR-6833: clean should remove example directories created by running bin/solr -e foo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645737 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 20:24:02 +00:00
Chris M. Hostetter e002da2d6a SOLR-6679: uncomment /suggest, but tie it to an sysprop so you have to go out of your way to enable on startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645721 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:50:54 +00:00
Alan Woodward 4c76f8d13d SOLR-6849: Fix another @Slow test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645712 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:25:53 +00:00
Robert Muir 765403b2af LUCENE-6104: simplify internals of Lucene50NormsProducer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645711 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 18:03:05 +00:00
Alan Woodward 199610cd78 SOLR-6849: Fix @Slow test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645695 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 16:49:09 +00:00
Alan Woodward 010bf8d77d SOLR-6849: RemoteSolrException should report its source host
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645622 13f79535-47bb-0310-9956-ffa450edef68
2014-12-15 11:06:09 +00:00
David Wayne Smiley 85a43a77a9 SOLR-6827: DateRangeField support for facet.range, exclusive ranges, DateMath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645383 13f79535-47bb-0310-9956-ffa450edef68
2014-12-14 04:55:26 +00:00
David Wayne Smiley 0ddb7567f1 LUCENE-5648: spatial NumberRangePrefixTree refactorings, mostly:
* rename NRPT.LevelledValue -> UnitNRShape, NRPT.NRShape -> SpanUnitsNRShape, both subclass new NRPT.NRShape marker class; make all 3 public and use these types in method signatures as appropriate.
* remove NRPT pass-through convenience methods on NRPTStrategy (not needed; maintenance burden)
* re-order some factory/parsing methods in NRPT to keep together at the top
* UnitNRShape implements Comparable, and both NRShape implements Cloneable
* improve randomized test to pick better random calendars
* more docs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645381 13f79535-47bb-0310-9956-ffa450edef68
2014-12-14 04:33:01 +00:00
Erick Erickson 2d93746254 SOLR-6826: fieldType capitalization is not consistent with the rest of case-sensitive field names
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645349 13f79535-47bb-0310-9956-ffa450edef68
2014-12-13 20:49:03 +00:00
Shalin Shekhar Mangar c186cbfcbc SOLR-6604: SOLR-6812: Fix NPE with distrib.singlePass=true and expand component. Increased test coverage of expand component with docValues.
This closes #98.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645098 13f79535-47bb-0310-9956-ffa450edef68
2014-12-13 00:05:00 +00:00
Steven Rowe 980c23f498 SOLR-6844: Rename ConfigSolr.getZkHostPort(), which actually returns the Solr port, to .getSolrHostPort()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645034 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 19:05:02 +00:00
Timothy Potter 3a5438ec1f SOLR-6843: JMX RMI connector should be disabled by default but can be activated by setting ENABLE_REMOTE_JMX_OPTS to true in solr.in.(sh|cmd).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644978 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 17:07:06 +00:00
Shalin Shekhar Mangar b1083b2a32 Fixed typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644911 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 14:53:43 +00:00
Noble Paul 8d2fded1df SOLR-6626 NPE in FieldMutatingUpdateProcessor when indexing a doc with
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644865 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 12:33:28 +00:00
Timothy Potter b36c68b16e SOLR-6833: Examples started with bin/solr -e should use a solr.solr.home directory under the example directory instead of server/solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644799 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 00:21:27 +00:00
Chris M. Hostetter 1612359297 SOLR-6834: hard fail if checkIntegrityAtMerge is used in 6.0 (trunk only, not for backport)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644759 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 20:45:07 +00:00
Chris M. Hostetter 05945a9490 SOLR-6834: Warn if checkIntegrityAtMerge is configured
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644707 13f79535-47bb-0310-9956-ffa450edef68
2014-12-11 17:21:47 +00:00
Noble Paul fc061ed8a2 SOLR-6787 removing the dependency on zk jar for post.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644489 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 17:32:25 +00:00
Timothy Potter f8da9b85ca SOLR-6773: Remove the multicore example as the DIH and cloud examples illustrate multicore behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644461 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 15:46:35 +00:00
Noble Paul dd4cb4073f SOLR-6787 adding CHANGES.TXT entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644341 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 06:41:53 +00:00
Noble Paul 98b1b7064b SOLR-6633 changing the field name from \_src to \_src\_
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644135 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 18:05:06 +00:00
Noble Paul 5929d5b436 SOLR-6633 field name changed from _src to _src_ by populafr demand
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644100 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 16:13:58 +00:00
Noble Paul 3a102c548a SOLR-6787 API to manage blobs in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644095 13f79535-47bb-0310-9956-ffa450edef68
2014-12-09 15:58:32 +00:00
Michael McCandless 0c28951031 LUCENE-6097: make abort/waitForMerges private
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643891 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 19:18:48 +00:00
Timothy Potter d2ff57a8b7 SOLR-6778: Add more details about getting started in solr/README.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643859 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 16:43:08 +00:00
Erik Hatcher 7faa543ae0 SOLR-6829: Added getter/setter for lastException in DIH's ContextImpl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643857 13f79535-47bb-0310-9956-ffa450edef68
2014-12-08 16:41:17 +00:00
Chris M. Hostetter 95e75230e4 SOLR-6560: Purge termIndexInterval from example/test configs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643381 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 18:30:25 +00:00
Steven Rowe d72e3dfb0f SOLR-3881: Avoid OOMs in LanguageIdentifierUpdateProcessor:
- Added langid.maxFieldValueChars and langid.maxTotalChars params to limit
  input, by default 10k and 20k chars, respectively.
- Moved input concatenation to Tika implementation; the langdetect
  implementation instead appends each input piece via the langdetect API.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643377 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 18:22:30 +00:00
Adrien Grand 846e457684 SOLR-4799: Fix javadocs generation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643351 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 16:53:32 +00:00
Timothy Potter af748a9254 SOLR-6653: don't exit with error code if restarting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643317 13f79535-47bb-0310-9956-ffa450edef68
2014-12-05 15:10:21 +00:00
Noble Paul 83f0d3578c SOLR-4799 faster join using join=zipper aka merge join for nested DIH EntityProcessors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643097 13f79535-47bb-0310-9956-ffa450edef68
2014-12-03 11:56:26 +00:00
Anshum Gupta 778e1b31ab SOLR-6755: Adding a try/catch block and extra logging to get more details when this test fails next
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643013 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 21:50:19 +00:00
Mark Robert Miller 34bee4999d SOLR-6756: A first pass at making the cloud-dev scripts work again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642963 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 17:41:30 +00:00
Timothy Potter d7851a8c5f SOLR-6653: should return error code >0 when something fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642952 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 16:57:06 +00:00
Yonik Seeley 564aed06e9 SOLR-6776: only clear changesSinceCommit on a hard commit so tlog will still be flushed on a softCommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642946 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 16:46:05 +00:00
Timothy Potter 7ff7ab4a31 SOLR-6732: back compat support needed in trunk and 5x to support upgrades from 4.10.1 to 5x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642917 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 15:41:58 +00:00
Mark Robert Miller d2a05a3d50 SOLR-4792: Remove WAR file from dist directory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642879 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 14:33:49 +00:00
Shalin Shekhar Mangar 9d4bd1f350 SOLR-6796: distrib.singlePass does not return correct set of fields for multi-fl-parameter requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642873 13f79535-47bb-0310-9956-ffa450edef68
2014-12-02 14:04:35 +00:00
Timothy Potter 6530bfc93f SOLR-6694: fix misplaced percent found when fixing this issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642780 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 22:57:24 +00:00
Shalin Shekhar Mangar 25bbac4a0d SOLR-6795: distrib.singlePass returns score even though not asked for
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642774 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 22:44:11 +00:00
Timothy Potter 224f6f59c1 SOLR-6694: auto-detect JAVA_HOME using the Windows registry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642767 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 22:00:23 +00:00
Michael McCandless e989394fb2 LUCENE-6084: add reasonable IndexOutput.toString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642761 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 21:21:38 +00:00
Timothy Potter 9806b86719 SOLR-6726: better strategy for selecting the JMX RMI port based on SOLR_PORT in bin/solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642745 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 19:50:30 +00:00
Shalin Shekhar Mangar 3c34c0f125 Moved back-ported items to 4.10.3 section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642733 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 18:49:32 +00:00
Chris M. Hostetter 1d57269643 SOLR-6780: Fixed a bug in how default/appends/invariants params were affecting the set of all keys found in the request parameters, resulting in some key=value param pairs being duplicated.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642727 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 18:09:56 +00:00
Shalin Shekhar Mangar 608a61cd5c SOLR-6554: Moved performance test factors into constants
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642708 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 16:32:36 +00:00
Noble Paul 62353b343e SOLR-6476 reference to a deleted servlet cleaned up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642705 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 16:18:36 +00:00
Shalin Shekhar Mangar 2339bd0218 SOLR-6554: Refactored Overseer to improve reuse and put batching logic inside ZkStateWriter. Added a new ZkStateWriterTest.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642693 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 14:37:04 +00:00
Mark Robert Miller 193c1be0b4 SOLR-6752: Buffer Cache allocate/lost metrics should be exposed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642689 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 14:29:29 +00:00
Noble Paul 56d7da62ba SOLR-6476 removing othe vestiges of config REST APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642660 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 09:59:15 +00:00
Noble Paul f317f12f87 SOLR-6476 refactored bulk schema APIs and other read REST APIs to use standard RequestHandler mechanism
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642641 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 08:02:05 +00:00
David Wayne Smiley a371f353f5 SOLR-6510: add tests for collapse on docvalues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642620 13f79535-47bb-0310-9956-ffa450edef68
2014-12-01 02:39:18 +00:00
David Wayne Smiley 015eacf293 SOLR-6680: DefaultSolrHighlighter: avoid CachingTokenFilter when not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642510 13f79535-47bb-0310-9956-ffa450edef68
2014-11-30 04:23:57 +00:00
Uwe Schindler 57ff9ed94c LUCENE-5968: Improve error message when 'ant beast' is run on top-level modules
This closes #96

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642488 13f79535-47bb-0310-9956-ffa450edef68
2014-11-29 23:52:42 +00:00
Shalin Shekhar Mangar 83299a07e3 SOLR-6554: Add a ClusterState.copyWith method which accepts a collection directly instead of a map of collections and use it throughout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642466 13f79535-47bb-0310-9956-ffa450edef68
2014-11-29 19:24:58 +00:00
Shalin Shekhar Mangar 918b2280a8 SOLR-6554: Removed one-liner methods and unused methods from overseer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642443 13f79535-47bb-0310-9956-ffa450edef68
2014-11-29 16:08:05 +00:00
Shalin Shekhar Mangar 2b0ecdbf47 SOLR-6554: Speed up overseer operations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642437 13f79535-47bb-0310-9956-ffa450edef68
2014-11-29 15:53:11 +00:00
Robert Muir 46e8f846c5 LUCENE-6080: remove some deprecations from trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642374 13f79535-47bb-0310-9956-ffa450edef68
2014-11-28 23:05:14 +00:00
Robert Muir cd1783c58c fix all doclint warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642259 13f79535-47bb-0310-9956-ffa450edef68
2014-11-28 03:18:36 +00:00
Timothy Potter c539640102 SOLR-6370: mention in changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642182 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 16:15:41 +00:00
Noble Paul aee51c5eb0 SOLR-6607 /config path should show overridden requesthandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642151 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 13:42:32 +00:00
Noble Paul 4fab579c2a SOLR-6607 Managing requesthandlers through API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642141 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 13:16:22 +00:00
Mark Robert Miller 99b935a881 SOLR-6454: Suppress EOFExceptions in SolrDispatchFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642138 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 13:11:31 +00:00
Mark Robert Miller 3b6e1677a0 SOLR-6799: Remove old sha1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642082 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 10:42:29 +00:00
Timothy Potter 6abb23b22b SOLR-3619: Fix NPE during unit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642017 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 03:22:56 +00:00
Mark Robert Miller f8cd5c6688 SOLR-6799: Update Saxon-HE to 9.6.0-2.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642014 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 03:05:17 +00:00
Mark Robert Miller 66c61e9712 SOLR-6798: Add entries to CHANGES missing in trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642001 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 01:59:36 +00:00
Mark Robert Miller 8eae2c82e3 SOLR-6459: Fix passing the wrong queue.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641996 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 01:43:19 +00:00
Mark Robert Miller 9efd8433bb SOLR-4792: Move CHANGES entry from 6 to 5.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641993 13f79535-47bb-0310-9956-ffa450edef68
2014-11-27 01:39:55 +00:00
Timothy Potter 2656c3bdb8 SOLR-3619: clone configsets when starting examples or creating cores instead of using configsets directly; selectively clone the server directory when creating node1 for the cloud example; fix script error reporting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641961 13f79535-47bb-0310-9956-ffa450edef68
2014-11-26 23:12:08 +00:00
Timothy Potter 74af952f0e SOLR-6708: Use ps auxww instead of waux for finding Solr processes to work on FreeBSD
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641853 13f79535-47bb-0310-9956-ffa450edef68
2014-11-26 16:45:01 +00:00
Tomas Eduardo Fernandez Lobbe d5f8b17e3f SOLR-5864: Remove previous SolrCore as parameter on reload
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641819 13f79535-47bb-0310-9956-ffa450edef68
2014-11-26 14:15:37 +00:00
Noble Paul 3f4a3c393b SOLR-6792 adding deprecation details
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641792 13f79535-47bb-0310-9956-ffa450edef68
2014-11-26 10:31:46 +00:00
Noble Paul 9184a44687 SOLR-6792 deprecate AdminHandlers, Clean up solrconfig.xml of unnecessary plugin definitions, implicit registration of /replication, /get and /admin/* handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641790 13f79535-47bb-0310-9956-ffa450edef68
2014-11-26 10:27:53 +00:00
David Wayne Smiley f39a0e5786 SOLR-6784: BBoxField's 'score' mode should have been optional.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641670 13f79535-47bb-0310-9956-ffa450edef68
2014-11-25 18:49:08 +00:00
Alan Woodward 5dbff1d1c1 SOLR-6763: Shard leader elections should not persist across ZK session expiry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641590 13f79535-47bb-0310-9956-ffa450edef68
2014-11-25 11:49:36 +00:00
Alan Woodward 63867cb7ce SOLR-6751: Analysis errors should return BAD_REQUEST, not SERVER_ERROR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641586 13f79535-47bb-0310-9956-ffa450edef68
2014-11-25 11:42:31 +00:00
David Wayne Smiley f60f243b17 SOLR-6781: Bugfix- BBoxField didn't support dynamic fields.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641522 13f79535-47bb-0310-9956-ffa450edef68
2014-11-25 03:43:39 +00:00
Shalin Shekhar Mangar 5f34b81536 SOLR-6754: ZkController.publish doesn't use the updateLastState parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641354 13f79535-47bb-0310-9956-ffa450edef68
2014-11-24 10:17:40 +00:00
Robert Muir 773ed71e5a LUCENE-6068: LeafReader.fields never returns null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641239 13f79535-47bb-0310-9956-ffa450edef68
2014-11-23 18:35:20 +00:00
Robert Muir 6c634c2920 LUCENE-6074: symlink jars on unix/os X systems
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641236 13f79535-47bb-0310-9956-ffa450edef68
2014-11-23 18:00:11 +00:00
Mark Robert Miller 509dcf87f9 SOLR-6459: Normalize logging of operations in Overseer and log current queue size.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641218 13f79535-47bb-0310-9956-ffa450edef68
2014-11-23 16:40:30 +00:00
Noble Paul d22f5bf7b1 SOLR-6533 fixing test failures http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4445
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641020 13f79535-47bb-0310-9956-ffa450edef68
2014-11-22 01:13:46 +00:00
Ryan Ernst 98218bfa3f LUCENE-5950: Update changes entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640958 13f79535-47bb-0310-9956-ffa450edef68
2014-11-21 17:06:04 +00:00
Noble Paul 6b91456f73 SOLR-6533 fixing test failures http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11645
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640909 13f79535-47bb-0310-9956-ffa450edef68
2014-11-21 12:50:23 +00:00
Uwe Schindler 0f35178bee LUCENE-5950: These 2 hacks are still needed to make the whole thing to compile in Eclipse's compiler (IDE)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640874 13f79535-47bb-0310-9956-ffa450edef68
2014-11-21 08:10:23 +00:00
Noble Paul c54d9a8f7f SOLR-6533 Added a testcase for config reload, hardened watching for changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640857 13f79535-47bb-0310-9956-ffa450edef68
2014-11-21 06:04:47 +00:00
Ryan Ernst 8a24e56be5 LUCENE-5950: Remove ecj hacks no longer necessary with current ecj settings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640843 13f79535-47bb-0310-9956-ffa450edef68
2014-11-21 00:34:48 +00:00
Ryan Ernst 5e17f315d4 LUCENE-5950: Move to Java 8 as minimum Java version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640833 13f79535-47bb-0310-9956-ffa450edef68
2014-11-20 22:47:21 +00:00
Mark Robert Miller 31e3f8fd89 SOLR-3774: Fix test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640756 13f79535-47bb-0310-9956-ffa450edef68
2014-11-20 15:25:42 +00:00
Alan Woodward 01542923b0 Fix test failures when LTC uses anonymous MergeScheduler classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640703 13f79535-47bb-0310-9956-ffa450edef68
2014-11-20 10:03:26 +00:00
Anshum Gupta 68ee07de95 SOLR-5473: Fixing the typo in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640648 13f79535-47bb-0310-9956-ffa450edef68
2014-11-20 00:30:03 +00:00
Mark Robert Miller 318c2bf853 SOLR-3774: Solr adds RequestHandler SolrInfoMBeans twice to the JMX server.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640623 13f79535-47bb-0310-9956-ffa450edef68
2014-11-19 19:45:39 +00:00
Timothy Potter 7c5ea7648b SOLR-6762: use collection.configName parameter instead of configSet when creating a collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640598 13f79535-47bb-0310-9956-ffa450edef68
2014-11-19 17:03:31 +00:00
Noble Paul 58d913b6e5 SOLR-6365 "implicit requesthandler (specifiedin code) takes lower precedence over <initParams>"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640594 13f79535-47bb-0310-9956-ffa450edef68
2014-11-19 16:47:19 +00:00
Mark Robert Miller 570058d937 SOLR-6747: Add an optional caching option as a workaround for SOLR-6586.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640582 13f79535-47bb-0310-9956-ffa450edef68
2014-11-19 16:04:41 +00:00
Mark Robert Miller 7cd7552a4b SOLR-6570: Run SolrZkClient session watch asynchronously.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640566 13f79535-47bb-0310-9956-ffa450edef68
2014-11-19 14:52:56 +00:00
Mark Robert Miller 17081c0f19 SOLR-6533: Fixes the formatting for the CHANGES entry ...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640564 13f79535-47bb-0310-9956-ffa450edef68
2014-11-19 14:44:18 +00:00
Robert Muir bf6287116a LUCENE-6064: throw exception instead of doing nothing, when sorting/grouping etc on misconfigured field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640464 13f79535-47bb-0310-9956-ffa450edef68
2014-11-19 02:09:25 +00:00
Anshum Gupta eaf211db6a SOLR-6755: Fix the test to always return 2 parsedqueries i.e. have more 2 shards
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640416 13f79535-47bb-0310-9956-ffa450edef68
2014-11-18 20:12:36 +00:00
Joel Bernstein f68dc934b5 SOLR-6684: Updated CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640261 13f79535-47bb-0310-9956-ffa450edef68
2014-11-18 00:43:33 +00:00
Joel Bernstein d215490869 SOLR-6323: Updated CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640259 13f79535-47bb-0310-9956-ffa450edef68
2014-11-18 00:39:01 +00:00
Michael McCandless fdeb323243 LUCENE-6004: don't highlight LookupResult.key from AnalyzingInfixSuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639798 13f79535-47bb-0310-9956-ffa450edef68
2014-11-14 22:04:05 +00:00
Timothy Potter f66288743c SOLR-6742: change eol-style to CRLF
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639789 13f79535-47bb-0310-9956-ffa450edef68
2014-11-14 21:31:52 +00:00
Stefan Matheis b5e9539954 SOLR-6740: Admin UI - improve Files View
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639511 13f79535-47bb-0310-9956-ffa450edef68
2014-11-13 20:31:13 +00:00
Stefan Matheis 7b9c366913 SOLR-6739: Admin UI - Sort list of command line args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639509 13f79535-47bb-0310-9956-ffa450edef68
2014-11-13 20:27:48 +00:00
Stefan Matheis 57c055bf44 SOLR-6738: Admin UI - Escape Data on Plugins-View
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639383 13f79535-47bb-0310-9956-ffa450edef68
2014-11-13 16:36:41 +00:00
Erik Hatcher b3061b0493 Remove incorrect prefix on some log messages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639382 13f79535-47bb-0310-9956-ffa450edef68
2014-11-13 16:35:15 +00:00
Michael McCandless 8047006d11 LUCENE-6060: remove IndexWriter.unlock
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639329 13f79535-47bb-0310-9956-ffa450edef68
2014-11-13 14:10:06 +00:00
Jan Høydahl a323091dac SOLR-6085: Suggester crashes when prefixToken is longer than surface form
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638711 13f79535-47bb-0310-9956-ffa450edef68
2014-11-12 08:25:28 +00:00
Timothy Potter cc1b4bea5e SOLR-6703: Fix ant run-example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638486 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 22:36:48 +00:00
Timothy Potter 250b33606f SOLR-6705: mention fix in changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638485 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 22:34:03 +00:00
Timothy Potter fe6eff7d1b SOLR-6705: Add specific JVM version checking to Windows start scripts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638429 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 21:28:17 +00:00
Jan Høydahl 5240a5ac8a SOLR-6697: bin/solr start scripts allow setting SOLR_OPTS in solr.in.*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638423 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 21:20:56 +00:00
Michael McCandless e140b8907c LUCENE-6059: add Daitch-Mokotoff Soundex phonetic Apache commons phonetic codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638250 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 18:47:14 +00:00
Timothy Potter 030afc5c7d SOLR-6662: update changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638190 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 15:45:32 +00:00
Timothy Potter 83a04af6fb SOLR-6705: better handling of JVM version specific options
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638022 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 04:21:44 +00:00
Yonik Seeley 6270a1fc13 SOLR-6679: comment out suggester in stock config due to long startup times
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1638010 13f79535-47bb-0310-9956-ffa450edef68
2014-11-11 01:43:47 +00:00
Shalin Shekhar Mangar 6639fc546a SOLR-6721: ZkController.ensureReplicaInLeaderInitiatedRecovery puts replica in local map before writing to ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637986 13f79535-47bb-0310-9956-ffa450edef68
2014-11-10 21:52:24 +00:00
Noble Paul 6ecca6c553 SOLR-6579 SnapPuller Replication blocks clean shutdown of tomcat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637879 13f79535-47bb-0310-9956-ffa450edef68
2014-11-10 14:51:55 +00:00
Uwe Schindler 376a4007f6 SOLR-5022: Reenable Hdfs tests on Java 8+, because they have no permgen. Windows is still disabled, because Hadoop needs Cygwin.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637754 13f79535-47bb-0310-9956-ffa450edef68
2014-11-09 22:22:36 +00:00
Uwe Schindler 8251f8dbf8 LUCENE-5953: Revert changes to SnapShooter, just remove useless locking. The tests now pass more often, because snapshot directory does not disappear suddenly (its created explicitely before file copying
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637743 13f79535-47bb-0310-9956-ffa450edef68
2014-11-09 21:20:13 +00:00
Uwe Schindler 28b0bc6c32 LUCENE-5953: Remove obsolete locking
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637688 13f79535-47bb-0310-9956-ffa450edef68
2014-11-09 15:31:15 +00:00
Uwe Schindler c429f437f0 LUCENE-5953: Restructure Directory and LockFactory APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637665 13f79535-47bb-0310-9956-ffa450edef68
2014-11-09 12:18:03 +00:00
Michael McCandless b7059e7628 LUCENE-6049: don't throw exc writing segment if document hit non-aborting exc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637524 13f79535-47bb-0310-9956-ffa450edef68
2014-11-08 08:24:13 +00:00
Shalin Shekhar Mangar 39e7625798 SOLR-6715: Fix javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637299 13f79535-47bb-0310-9956-ffa450edef68
2014-11-07 06:56:33 +00:00
Shalin Shekhar Mangar 4905248879 SOLR-6715: ZkSolrResourceLoader constructors accept a parameter called 'collection' but it should be 'configName'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637296 13f79535-47bb-0310-9956-ffa450edef68
2014-11-07 06:39:26 +00:00
Chris M. Hostetter 218fc55d70 SOLR-6351: fix CHANGES, forgot to credit Steve Molloy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637248 13f79535-47bb-0310-9956-ffa450edef68
2014-11-06 22:29:58 +00:00
Gregory Chanan 3e5a59c20a SOLR-6698: Solr is not consistent wrt ZkCredentialsProvider / ZkCredentialProvider
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637016 13f79535-47bb-0310-9956-ffa450edef68
2014-11-06 00:25:58 +00:00
Joel Bernstein 7cd68fe196 SOLR-6684 Fix-up /export JSON
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636986 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 22:18:27 +00:00
Tomas Eduardo Fernandez Lobbe a741d433d0 SOLR-6704: Added unit tests that uncovered TrieDateField bug in branch 4.10.x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636980 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 22:04:08 +00:00
Noble Paul d40e7fc0f9 SOLR-6706 missed changes.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636904 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 15:46:49 +00:00
Noble Paul d32a68961b SOLR-6706
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636900 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 15:41:08 +00:00
Shalin Shekhar Mangar ba0c5980fe SOLR-6685: ConcurrentModificationException in Overseer Status API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636875 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 14:22:43 +00:00
Noble Paul 5567f629fb SOLR-6533
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636863 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 12:51:05 +00:00
Noble Paul 30db71bbde SOLR-6533,SOLR-6654
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636862 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 12:38:06 +00:00
Anshum Gupta 2c8de2f35c SOLR-6248: Fixing an exception in case of missing qf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636784 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 00:21:42 +00:00
Chris M. Hostetter 7e07a9c578 SOLR-6351: Stats can now be nested under pivot values by adding a 'stats' local param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636772 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 23:09:41 +00:00
Jan Høydahl 2f1493339e SOLR-6696: bin/solr start script should not enable autoSoftCommit by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636760 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 22:27:07 +00:00
Jan Høydahl 9c1da956a4 Add 4.10.2 changes section and remove duplicated entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636747 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 21:58:06 +00:00
Michael McCandless ba56e75704 LUCENE-6046: add maxDeterminizedStates to determinize to prevent exhausting CPU/RAM when the automaton is too difficult to determinize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636716 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 20:03:10 +00:00
Shalin Shekhar Mangar 2380e375a0 SOLR-2927: Solr does not unregister all mbeans upon exception in constructor causing memory leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636603 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 15:21:12 +00:00
Shalin Shekhar Mangar 2e0eea7346 SOLR-6591: Ignore overseer operations for collections with stateFormat > 1 if the parent ZK path doesn't exist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636400 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 17:30:04 +00:00
Shalin Shekhar Mangar 06510acbab Fix assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636379 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 16:11:22 +00:00
Erick Erickson 7292a07b0c SOLR-6670: change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE. corrected typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636363 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 14:33:53 +00:00
Noble Paul 19a2ea8679 SOLR-6365
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636330 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 11:57:00 +00:00
Erick Erickson 7702efb849 SOLR-6670: change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636226 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 01:52:39 +00:00
Michael McCandless 17ab4645d5 LUCENE-6041: remove FieldInfo.isIndex/hasDocValues sugar APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636166 13f79535-47bb-0310-9956-ffa450edef68
2014-11-02 19:03:11 +00:00
Michael McCandless 6bf44e9439 LUCENE-6039: NO -> NONE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635861 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 20:48:22 +00:00
Timothy Potter d76c1768b6 SOLR-6662: better validation when parsing command-line options that expect a value
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635812 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 16:56:22 +00:00
Michael McCandless bc41d58cd3 LUCENE-6039: cutover to IndexOptions.NO/DocValuesType.NO instead of null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635790 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 15:10:08 +00:00
Timothy Potter 05ad610074 SOLR-3619: Rename 'example' dir to 'server'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635666 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 04:30:52 +00:00
Timothy Potter 967172f78d SOLR-6631: Part deux - refactor LatchChildWatcher to LatchWatcher that takes an optional EventType during construction to only release the latch when a specific event type is received.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635573 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 18:19:46 +00:00
Joel Bernstein 0a27b98333 SOLR-6584 Export handler causes bug in prefetch with very small indexes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635539 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 16:44:11 +00:00
Adrien Grand 347e4447eb LUCENE-6025: Add BitSet.prevSetBit and cut over the join module to this API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635531 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 16:06:17 +00:00
Anshum Gupta d7a1423439 SOLR-6248: Changing the format of mlt query parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635329 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 23:10:17 +00:00
Tomas Eduardo Fernandez Lobbe d49fb2f7ec Fixed SimpleQParserPlugin javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635223 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 17:45:27 +00:00
Noble Paul 6ae76082e6 SOLR-6610
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635163 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:56:49 +00:00
Timothy Potter cb0b53eaac Backout fix for SOLR-6631 as things like create collection are hanging now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635155 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:46:29 +00:00
Timothy Potter e3f636a276 SOLR-6631: DistributedQueue spinning on calling zookeeper getChildren()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635131 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 13:38:15 +00:00
Shalin Shekhar Mangar 0e165d33ad Fix NPE on nightly tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635067 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 08:37:18 +00:00
Anshum Gupta a5ba0b84f7 SOLR-6248: MoreLikeThis QParser that works in standalone/cloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634937 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 18:12:31 +00:00
Chris M. Hostetter 7bd7a91057 SOLR-6187: fix Zaccheo's name in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634915 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 16:57:41 +00:00
Chris M. Hostetter 7ac4cf6303 SOLR-6655: fix forbidden API for real this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634912 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 16:50:25 +00:00
Shalin Shekhar Mangar aee9727bec SOLR-6655: Use root locale in String.format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634830 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 09:58:53 +00:00
Erik Hatcher 4350a1d01c SOLR-6661: Adjust all example configurations to allow overriding error-prone relative paths for solrconfig.xml <lib> references with solr.install.dir system property; bin/solr scripts will set it appropriately.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634770 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 03:05:19 +00:00
Erik Hatcher ae04100de9 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634769 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 02:52:23 +00:00
Erik Hatcher 7e41222b64 SOLR-6655: SimplePostTool now features -Dhost, -Dport, and -Dc (for core/collection) parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634765 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 02:48:36 +00:00
Shalin Shekhar Mangar 516ae95878 SOLR-6591: Do not batch updates for different stateFormats together
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634684 13f79535-47bb-0310-9956-ffa450edef68
2014-10-27 20:56:41 +00:00
Timothy Potter 14d27294e9 SOLR-6650: disabled by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634621 13f79535-47bb-0310-9956-ffa450edef68
2014-10-27 17:52:04 +00:00
Shalin Shekhar Mangar b422645bde SOLR-6591: ZkStateReader.updateClusterState should refresh cluster state for watched collections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634554 13f79535-47bb-0310-9956-ffa450edef68
2014-10-27 14:51:08 +00:00
Shalin Shekhar Mangar 08c6f54346 SOLR-6591: Overseer can use stale cluster state and lose updates for collections with stateFormat > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634243 13f79535-47bb-0310-9956-ffa450edef68
2014-10-25 19:20:28 +00:00
Timothy Potter 23eb9cbfcc SOLR-6650: Add optional slow request logging at WARN level; this closes #101
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634086 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 16:21:59 +00:00
Shalin Shekhar Mangar 716b4acc74 SOLR-6651: Don't log found twice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634060 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 14:07:51 +00:00
Shalin Shekhar Mangar 13e8aa61fc SOLR-6651: Fix wrong timeout logged in waitForReplicasToComeUp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634057 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 13:56:51 +00:00
Noble Paul 996bf1412b added an asMap() method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634047 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 12:59:58 +00:00
Adrien Grand c179a9bf94 LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634012 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 07:32:19 +00:00
Robert Muir dbe6c7ff05 LUCENE-5969: remove 4.x back compat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633998 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 04:48:13 +00:00
Robert Muir ff50c35fc2 LUCENE-5969: finish porting rest of codec to 5.0 features
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633991 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 02:43:41 +00:00
Jan Høydahl 7c3703a5b2 SOLR-6647: Bad error message when missing resource from ZK when parsing Schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633969 13f79535-47bb-0310-9956-ffa450edef68
2014-10-23 22:15:03 +00:00
Jan Høydahl 3deda56ac9 Start script fails to detect solr on non-default port and then after 30s tails wrong log file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633960 13f79535-47bb-0310-9956-ffa450edef68
2014-10-23 21:45:21 +00:00
Steven Rowe 31523073ad SOLR-6578: added CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633721 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 21:13:03 +00:00
Steven Rowe deda60b40d SOLR-6578: Update commons-io dependency to the latest 2.4 version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633718 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 20:54:46 +00:00
Shalin Shekhar Mangar 232c2ec167 SOLR-6295: Fix child filter query creation to never match parent docs in SolrExampleTests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633679 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 19:00:49 +00:00
Shalin Shekhar Mangar 7fa2cea91c SOLR-6224: Post soft-commit callbacks are called before soft commit actually happens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633676 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 18:48:42 +00:00
Shalin Shekhar Mangar 4ed9b12033 SOLR-6524: Collections left in recovery state after node restart because recovery sleep time increases exponentially between retries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633655 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 17:19:03 +00:00
Adrien Grand 9e9812cbb0 LUCENE-5441: Decouple (Sparse)FixedBitSet from DocIdSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633628 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 14:19:19 +00:00
Timothy Potter 6d6ed37027 SOLR-6641: SystemInfoHandler should include the zkHost the node is using (when running in solrcloud mode)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633621 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 14:07:38 +00:00
Robert Muir 533249e67d merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633538 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 05:44:17 +00:00
Jan Høydahl 6d27591ab5 SOLR-6573: Updated after comments from Hoss, now also supports value parsed from localParam "v=", using rb.getQparser().getLocalParams()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633395 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 15:13:07 +00:00
Noble Paul c445d40b80 SOLR-6633 changed package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633394 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 15:12:55 +00:00
Noble Paul 522d1a3b15 SOLR-6633
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633391 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 14:58:37 +00:00
Noble Paul de911858d9 SOLR-6633
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633390 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 14:53:04 +00:00
Michael McCandless 8f9f8a3252 LUCENE-6013: remove IndexableFieldType.indexed and FieldInfo.indexed (it's redundant with IndexOptions != null)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633296 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 07:32:38 +00:00
Shalin Shekhar Mangar 58fe66dba7 SOLR-6530: Protect against NPE when there are no live replicas
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633276 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 06:10:18 +00:00
Jan Høydahl c1bdf27d97 SOLR-6573: QueryElevationComponent now works with localParams in the query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633223 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 20:47:50 +00:00
Robert Muir eee7825cef LUCENE-5969: move old postings back compat to backward-codecs, cleanup PBF related stuff, add segment headers, etc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633196 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 18:25:52 +00:00
Anshum Gupta 788d519b89 SOLR-6623: Fixing NPE in StoredFieldsShardResponseProcessor when using timeAllowed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633053 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 06:10:08 +00:00
Erick Erickson 72df721236 SOLR-5992: add removeregex as an atomic update operation, Thanks Vitaliy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633019 13f79535-47bb-0310-9956-ffa450edef68
2014-10-19 22:45:31 +00:00
Noble Paul 7644a6def6 SOLR-6551
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632756 13f79535-47bb-0310-9956-ffa450edef68
2014-10-18 11:19:01 +00:00
Noble Paul 606901c6d5 SOLR-6632
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632751 13f79535-47bb-0310-9956-ffa450edef68
2014-10-18 10:58:29 +00:00
Robert Muir c9e2d7bead LUCENE-5969: fix tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1632706 13f79535-47bb-0310-9956-ffa450edef68
2014-10-18 00:19:30 +00:00
Erick Erickson f1759bc6ad CollectionsAPI call REBALANCELEADERS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632594 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 14:50:14 +00:00
Noble Paul c4f4d6efab SOLR-6476 error message fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632525 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 09:35:35 +00:00
Tomas Eduardo Fernandez Lobbe fa6fc130a4 SOLR-6151: Improved TestReplicationHandlerBackup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632449 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 00:07:07 +00:00
Steven Rowe 38f182593a LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632430 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 20:13:48 +00:00
Chris M. Hostetter d8146460f0 LUCENE-5961: Fix the exists() method for FunctionValues returned by many ValueSoures to behave properly when wrapping other ValueSources which do not exist for the specified document
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632414 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 19:05:20 +00:00
Adrien Grand e1b7594cd0 LUCENE-6010: Remove dead code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632305 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 13:41:08 +00:00
Noble Paul 6a790d5b25 SOLR-6307
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632259 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 09:41:43 +00:00
Shalin Shekhar Mangar 22ac7a0bce SOLR-4715: Fixing precommit and removing incorrect javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632164 13f79535-47bb-0310-9956-ffa450edef68
2014-10-15 18:50:59 +00:00
Michael McCandless 78e445ce57 LUCENE-6006: remove unnecessary FieldInfo.normType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632120 13f79535-47bb-0310-9956-ffa450edef68
2014-10-15 16:58:30 +00:00
Shalin Shekhar Mangar 46bdcca89e SOLR-4715: Add CloudSolrServer constructors which accept a HttpClient instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632049 13f79535-47bb-0310-9956-ffa450edef68
2014-10-15 14:09:31 +00:00
Gregory Chanan 8ecb8f5c88 SOLR-6624: Spelling mistakes in the Java source
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631924 13f79535-47bb-0310-9956-ffa450edef68
2014-10-14 23:43:59 +00:00
Noble Paul 048d0e7bf4 SOLR-6617
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631649 13f79535-47bb-0310-9956-ffa450edef68
2014-10-14 07:21:26 +00:00
Chris M. Hostetter 269545dd91 SOLR-6540 Fix NPE from strdist() func when doc value source does not exist in a doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631555 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 21:19:47 +00:00
Chris M. Hostetter d0dd912bba SOLR-6485: remove useless javadocs that are broken and violate precommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631554 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 21:16:34 +00:00
Timothy Potter fe41822918 SOLR-6529: fix regression in error handling introduced by using pid files for finding Solr processes on the localhost
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631514 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 19:23:22 +00:00
Timothy Potter 9322323d8b SOLR-6592: add mention in solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631467 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 16:44:34 +00:00
Timothy Potter 59e271011f SOLR-6592: add mention in solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631464 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 16:40:28 +00:00
Timothy Potter a5ee2289d4 SOLR-6592: add mention in solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631462 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 16:38:49 +00:00
Timothy Potter 58a145fbba SOLR-6511: fix back compat issue when reading existing data from ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631439 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 15:35:35 +00:00
Noble Paul 1fb3769a89 SOLR-6485 added javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631426 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 14:48:04 +00:00
Noble Paul 5e61a97033 SOLR-6476 change the error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631420 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 14:37:55 +00:00
Shalin Shekhar Mangar 169b0a41cf SOLR-5852: Add CloudSolrServer helper method to connect to a ZK ensemble
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631409 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 14:23:24 +00:00
Noble Paul 9a9444a642 SOLR-6476 refactored to get the Operation class outside
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631397 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 14:01:25 +00:00
Shalin Shekhar Mangar 5f002f0f66 Use diamond operator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631375 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 13:06:32 +00:00
Anshum Gupta 67bff82e65 SOLR-5986: Removing a todo that was introduced with a prior commit. It doesn't make any sense now as partialResults are now returned in all cases where timeAllowed kicks in
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631145 13f79535-47bb-0310-9956-ffa450edef68
2014-10-12 04:16:00 +00:00
Timothy Potter 98e1abe532 SOLR-6529: Stop command in the start scripts should only stop the instance that it had started
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630606 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 22:28:05 +00:00
Anshum Gupta 3f603bdd87 SOLR-5986: Fix tests and start returning partial results in case of ExitingReaderException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630583 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 20:07:46 +00:00
Gregory Chanan 2da8697230 SOLR-6609: queryParams not respected for single-stream UpdateRequests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630576 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 20:00:32 +00:00
Timothy Potter 3f566e6e91 SOLR-6549: add a -s option to set the -Dsolr.solr.home property, thus allowing multiple Solr nodes on the same host to share the same server directory -d but with different Solr home directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630550 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 18:42:21 +00:00
Shalin Shekhar Mangar e7f194c1dc SOLR-6605: Make ShardHandlerFactory maxConnections configurable (This closes #99)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630532 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 16:47:11 +00:00
Dawid Weiss 733d67246c Update RR to version 2.1.9 (minor fixes here and there).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630486 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 14:25:24 +00:00
Shalin Shekhar Mangar d5191d5674 SOLR-6603: LBHttpSolrServer - lazily allocate skipped-zombie-servers list. (This closes #97)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630285 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 05:32:06 +00:00
Shalin Shekhar Mangar 791ccec5c0 SOLR-6545: Query field list with wild card on dynamic field fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630169 13f79535-47bb-0310-9956-ffa450edef68
2014-10-08 16:36:03 +00:00
Erick Erickson aa5227c99f SOLR-6513: Add a collectionsAPI call BALANCESLICEUNIQUE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630143 13f79535-47bb-0310-9956-ffa450edef68
2014-10-08 15:28:42 +00:00
Timothy Potter 1979ac573d SOLR-6157: re-enable this test to see if it runs consistently on Jenkins (beast passed 20/20)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630140 13f79535-47bb-0310-9956-ffa450edef68
2014-10-08 15:23:44 +00:00
Timothy Potter 511996c5ba SOLR-6511: keep track of the node that created the leader-initiated recovery znode, helpful for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629966 13f79535-47bb-0310-9956-ffa450edef68
2014-10-07 19:35:12 +00:00
Tomas Eduardo Fernandez Lobbe 4244b5f82d SOLR-6589: Test is fixed by the commit in SOLR-6590
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629923 13f79535-47bb-0310-9956-ffa450edef68
2014-10-07 16:34:49 +00:00
Adrien Grand 3f99989544 LUCENE-5996: Collections.shuffle(List) is now a forbidden API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629920 13f79535-47bb-0310-9956-ffa450edef68
2014-10-07 16:22:39 +00:00
Robert Muir 83d58d7761 LUCENE-5995: upgrade to ICU 54.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5995@1629796 13f79535-47bb-0310-9956-ffa450edef68
2014-10-07 02:38:14 +00:00
Anshum Gupta c3c3f29a7d SOLR-6597: Removed SolrIndexConfig parameter from one of the SolrIndexSearcher constructor, where it was never really used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629772 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 21:54:58 +00:00
Timothy Potter d308344af8 SOLR-6511: Better handling of ZooKeeper related exceptions when deciding to start the leader-initiated recovery nag thread
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629720 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 17:50:49 +00:00
Timothy Potter ac7621e607 SOLR-6592: Avoid waiting for the leader to see the down state if that leader is not live.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629719 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 17:50:00 +00:00
Noble Paul e8afe4f5c5 SOLR_-6590
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629624 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 12:16:42 +00:00
Tomas Eduardo Fernandez Lobbe 74ca91be6c SOLR-6589: Ignoring testExampleConfig until there is a fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629517 13f79535-47bb-0310-9956-ffa450edef68
2014-10-05 17:56:14 +00:00
Robert Muir 35160fd56a LUCENE-5969: Lucene 5.0 codec, round two
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629499 13f79535-47bb-0310-9956-ffa450edef68
2014-10-05 14:01:13 +00:00
Noble Paul c1fb329601 SOLR-6585
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629433 13f79535-47bb-0310-9956-ffa450edef68
2014-10-04 18:01:03 +00:00
Robert Muir 59a2b79deb merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1629403 13f79535-47bb-0310-9956-ffa450edef68
2014-10-04 15:08:32 +00:00
Chris M. Hostetter 72c3b1bdc9 SOLR-5986: comment out failing assertion in TestDistributedSearch until anshum can review/fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629329 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 21:55:24 +00:00
Tomas Eduardo Fernandez Lobbe 26c9773c6c SOLR-6587: Correct exception thrown on bad collection configuration in SolrCloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629305 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 20:16:59 +00:00
Timothy Potter c44e4ee0ff SOLR-6249: support re-establishing a new watcher on the managed schema znode after zk session expiration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629229 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 15:28:41 +00:00
Shalin Shekhar Mangar bc573db32f SOLR-6530: Reopen the socket proxy after test finishes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629107 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 03:41:01 +00:00
Anshum Gupta 8a004bc63d SOLR-6564: Fix failing CloudExitableDirectoryReader test in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629062 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 20:30:41 +00:00
Erick Erickson 8091ab7838 SOLR-6577: The ability to add or change arbitrary replica properties must not allow the system properties to be changed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629033 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 18:15:13 +00:00
Timothy Potter a27605a8d9 SOLR-6550: mention this fix in other changes section of solr/CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628992 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 15:01:48 +00:00
Shalin Shekhar Mangar 14a98ba5d5 SOLR-6530: Commits under network partitions can put any node in down state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628945 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 11:31:16 +00:00
Shalin Shekhar Mangar 88f7e7c687 SOLR-6564: Fix failing SolrInfoMBeanTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628927 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 10:34:46 +00:00
Adrien Grand 322b697b03 LUCENE-5984: Remove ChainedFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628923 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 10:20:26 +00:00
Anshum Gupta 359ab18b75 SOLR-6564: Fix failing ExitableDirectoryReader tests for Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628872 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 00:58:50 +00:00
Erick Erickson aa2f8bad25 SOLR-6512: Add a collections API call to add/delete arbitrary properties to a specific replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628773 13f79535-47bb-0310-9956-ffa450edef68
2014-10-01 16:57:49 +00:00
Noble Paul c48f927d10 SOLR-6476
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628747 13f79535-47bb-0310-9956-ffa450edef68
2014-10-01 15:58:15 +00:00
Noble Paul 041ea20853 SOLR-6476
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628734 13f79535-47bb-0310-9956-ffa450edef68
2014-10-01 15:20:48 +00:00
Adrien Grand 8f96faf3d3 LUCENE-5938: Add a new sparse fixed bit set and remove ConstantScoreAutoRewrite.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628402 13f79535-47bb-0310-9956-ffa450edef68
2014-09-30 11:52:23 +00:00
Timothy Potter 41f65776d3 SOLR-6511: adjust test logic to account for timing issues in zk session expiration scenario.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628203 13f79535-47bb-0310-9956-ffa450edef68
2014-09-29 15:19:13 +00:00
Timothy Potter 975f1b5bff SOLR-6249: Schema API changes return success before all cores are updated
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628181 13f79535-47bb-0310-9956-ffa450edef68
2014-09-29 13:41:04 +00:00
Robert Muir 24005cdcc5 LUCENE-5969: fix compile/javadocs, tighten up backwards codecs, add more safety to 5.x fields/vectors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1628070 13f79535-47bb-0310-9956-ffa450edef68
2014-09-28 14:36:00 +00:00
Michael McCandless 7ec55f26ea Lucene/Solr 4.10.1 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628016 13f79535-47bb-0310-9956-ffa450edef68
2014-09-27 22:38:18 +00:00
Gregory Chanan d1499bffa3 SOLR-6565: SolrRequest support for query params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627898 13f79535-47bb-0310-9956-ffa450edef68
2014-09-26 22:04:14 +00:00
Anshum Gupta bf85362347 SOLR-6564: Fix failing ExitableDirectoryReader test in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627678 13f79535-47bb-0310-9956-ffa450edef68
2014-09-25 23:17:07 +00:00
Anshum Gupta b820bf78f3 SOLR-5986: Add an ExitableDirectoryReader in Lucene and use that to support exiting of long running queries in Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627622 13f79535-47bb-0310-9956-ffa450edef68
2014-09-25 19:42:07 +00:00
Gregory Chanan fe0c5d68f5 SOLR-6543: Give HttpSolrServer the ability to send PUT requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627460 13f79535-47bb-0310-9956-ffa450edef68
2014-09-25 06:04:05 +00:00
Timothy Potter 3f31f26d3d SOLR-6511: Fencepost error in LeaderInitiatedRecoveryThread; refactor HttpPartitionTest to resolve jenkins failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627347 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 15:21:47 +00:00
Noble Paul 16c4a3cd91 SOLR-6453
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627343 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 15:14:16 +00:00
Noble Paul defaa27e69 SOLR-6485
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627340 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 14:47:37 +00:00
Ryan Ernst 83cbdfda3d LUCENE-5569: Rename more locations in test classes and comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627258 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 08:47:38 +00:00
Noble Paul 19cd9a06fd diabling the test till it is resolved SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627215 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 04:32:27 +00:00
Noble Paul e943f4e1e4 diabling the test till it is resolved SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627214 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 04:26:23 +00:00
Robert Muir 1f7d89668e LUCENE-5969: Add Lucene50Codec (infos, dv, norms)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627187 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 00:59:50 +00:00
Ryan Ernst 85bf318173 LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627178 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 23:51:55 +00:00
Timothy Potter 52a787e311 SOLR-6550: Provide simple mechanism for passing additional metadata / context about a server-side SolrException back to the client-side
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627154 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 20:29:14 +00:00
Noble Paul e096d4ae93 related to the failures seen here SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627122 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 19:19:57 +00:00
Shalin Shekhar Mangar cc2baddb76 Add collection name to the error message logged in OCP
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627078 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 16:11:41 +00:00
Robert Muir 1dd2ecb282 LUCENE-5969: move bumping default codec/dv/pf in tests to TestUtil methods, put blocktreeords in rotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626921 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 00:52:39 +00:00
Chris M. Hostetter 34890299da SOLR-6354: stats.field can now be used to generate stats over the numeric results of arbitrary functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626856 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 17:45:53 +00:00
Timothy Potter 4e7cc1a695 SOLR-6509: Solr start scripts interactive mode doesn't honor -z argument
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626847 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 17:23:14 +00:00
Timothy Potter 5703c00949 SOLR-6486: solr start script can have a debug flag option; use -a to set arbitrary options.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626833 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 16:48:32 +00:00
Timothy Potter 8a69b1d6cb SOLR-6484: SolrCLI's healthcheck action needs to check live nodes as part of reporting the status of a replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626823 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 16:33:56 +00:00
Timothy Potter 05a55f9786 SOLR-6481: CLUSTERSTATUS action should consult /live_nodes when reporting the state of a replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626818 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 16:17:16 +00:00
Timothy Potter e8e49968c9 SOLR-6233: Minor refactorings provided by Steve Davids.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626802 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 15:11:20 +00:00
Steven Rowe 07dec8cab8 SOLR-5474 Fix NPE in tests (some more)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626602 13f79535-47bb-0310-9956-ffa450edef68
2014-09-21 16:02:00 +00:00
Michael McCandless f8a74cb587 LUCENE-5952: better error messages when version fails to parse; use simpler string tokenizer; don't check major versions at such a low level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626550 13f79535-47bb-0310-9956-ffa450edef68
2014-09-21 09:44:11 +00:00
Noble Paul 346e8f52bd SOLR-5474 NPE in tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626534 13f79535-47bb-0310-9956-ffa450edef68
2014-09-21 07:01:23 +00:00
Steven Rowe 459a94d93d simplify build.xml: specialization for test.lib.dir and test-lib resolution are no longer needed, since they're now defined in ../contrib-build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626429 13f79535-47bb-0310-9956-ffa450edef68
2014-09-20 12:41:15 +00:00
Uwe Schindler 0d8d2b9e12 Sync Solr changes in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626396 13f79535-47bb-0310-9956-ffa450edef68
2014-09-20 07:54:51 +00:00
Anshum Gupta 6824f9b401 SOLR-6544: Fix extra iterations and unwanted arguments in helper methods in DeleteReplicaTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626328 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 20:59:15 +00:00
Timothy Potter 9f9be3f3c2 SOLR-6370: Allow tests to report/fail on many ZK watches being parallelly requested on the same data (This closes #84)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626253 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 15:48:44 +00:00
Uwe Schindler 7ec331a6d8 Add missing package.html description
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626237 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 14:37:11 +00:00
Uwe Schindler 2d67a3d0c4 Fix broken Javascript making jtidy fail.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626232 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 14:23:54 +00:00
Shalin Shekhar Mangar 17d39200df Escape tag name in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626227 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 14:22:19 +00:00
Noble Paul 3d9b888f0f SOLR-5473 use zk.clean() instead of zk.delete()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626131 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 06:30:17 +00:00
Noble Paul f16af7afc0 SOLR-6365 <paramSet> renamed to <initParams>
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626045 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 18:45:46 +00:00
Uwe Schindler 002860d524 LUCENE-5944: Bump version in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625976 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 13:37:14 +00:00
Shalin Shekhar Mangar 442f787693 SOLR-6115: Fix enum usage in DeleteReplicaTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625897 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 07:03:57 +00:00
Shalin Shekhar Mangar 237478f09b SOLR-6115: Cleanup enum/string action types in Overseer, OverseerCollectionProcessor and CollectionHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625891 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 05:43:04 +00:00
Uwe Schindler 7978fccfb0 SOLR-6519: Also allow "single" for HDFS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625731 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 18:36:11 +00:00
Uwe Schindler 6dddd1d6b2 SOLR-6519: Add back "single" lock factory type to StandardDirectoryFactory (to prevent test randomization from failing). Should be discussed in separate issue.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625724 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 18:29:22 +00:00
Uwe Schindler 1866163a72 SOLR-6519: Make DirectoryFactory#create() take LockFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625644 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 16:30:46 +00:00
Erick Erickson c004edbb7a SOLR-6482: Omitted tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625441 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 00:49:55 +00:00
Yonik Seeley f8a4f61fe0 add overview.html file to analytics contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625384 13f79535-47bb-0310-9956-ffa450edef68
2014-09-16 20:35:54 +00:00
Yonik Seeley 21bb022d62 SOLR-5302: move analytics component to contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625331 13f79535-47bb-0310-9956-ffa450edef68
2014-09-16 15:29:54 +00:00
Robert Muir e73e624af5 LUCENE-5949: Add Accountable.getChildResources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625275 13f79535-47bb-0310-9956-ffa450edef68
2014-09-16 13:26:55 +00:00