Commit Graph

2557 Commits

Author SHA1 Message Date
Ramkumar Aiyengar 19e25c78b6 SOLR-7392: Fix SOLR_JAVA_MEM and SOLR_OPTS customizations in solr.in.sh being ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674565 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 19:13:00 +00:00
Yonik Seeley 3b94724907 SOLR-7422: "type" param for JSON Facet API for flatter structure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674519 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 14:27:26 +00:00
Shalin Shekhar Mangar e541bccd45 SOLR-7420: Overseer stats are not reset on loss of ZK connection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674458 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 08:42:57 +00:00
Shalin Shekhar Mangar 8573f64b9c SOLR-6087: SolrIndexSearcher makes no DelegatingCollector.finish() call when IndexSearcher throws an expected exception. This closes #57.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674443 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 04:43:19 +00:00
Shalin Shekhar Mangar f258d2f9d4 SOLR-6886: Removed redundant size check and added missing calls to DelegatingCollection.finish inside Grouping code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674430 13f79535-47bb-0310-9956-ffa450edef68
2015-04-18 03:32:36 +00:00
Tomas Eduardo Fernandez Lobbe 61bdfdd635 SOLR-7412: Fixed range.facet.other parameter for distributed requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1674182 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 01:35:30 +00:00
Shai Erera 86b191c550 SOLR-7401: fixed NPE when concurrently creating and deleting collections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673813 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 15:05:06 +00:00
Ryan McKinley 63edfb11c6 Merged revision(s) 1673647 from lucene/dev/branches/branch_5x:
SOLR-7376: Return raw XML or JSON
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673649 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 04:57:39 +00:00
Shalin Shekhar Mangar 382f9e45e0 SOLR-7381: MDC keys are now exposed in thread names automatically so that a thread dump can give hints on what the thread was doing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673469 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 17:03:38 +00:00
Varun Thacker 71fca8a60d SOLR-6637: improve CHANGES entry + fix wrong usage of path in snapshooter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673420 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 13:15:49 +00:00
Shalin Shekhar Mangar a64266193a SOLR-7381: Usages of Executors#newFixedThreadPool, #newSingleThreadExecutor, #newCachedThreadPool as well as ThreadPoolExecutor directly is now forbidden in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673372 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 06:50:52 +00:00
Shalin Shekhar Mangar 53c80b10cf SOLR-7385: The clusterstatus API now returns the config set used to create a collection inside a 'configName' key
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673360 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14 05:25:12 +00:00
David Wayne Smiley 414b1ea098 SOLR-6692: When using hl.maxMultiValuedToMatch with hl.preserveMulti, only count matched snippets.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673216 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 14:53:56 +00:00
Timothy Potter c12f09faaf Align CHANGES.txt with 5.1.0 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673215 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 14:52:01 +00:00
David Wayne Smiley f5071289e7 SOLR-6692: hl.maxAnalyzedChars should apply cumulatively on a multi-valued field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673200 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 14:08:07 +00:00
David Wayne Smiley 0a0dcefb95 SOLR-6692: Made standard highlighter more extensible
Private methods are now protected, removed bad constructor, and refactored out getFieldValues() and getResponseForFragments() for both clarity and sub-class extension utility.  Some refactoring of doHighlightingByHighlighter to clarify logic.  These changes should have ZERO effect on highlights.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673183 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 13:35:35 +00:00
Shalin Shekhar Mangar 4a4d96600a SOLR-7384: Fix spurious failures in FullSolrCloudDistribCmdsTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673176 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 13:05:34 +00:00
Noble Paul 185f8ea2c6 SOLR-7110: Optimize JavaBinCodec to minimize string Object creation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673149 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 10:32:04 +00:00
Shalin Shekhar Mangar 2c9ae41b78 SOLR-7381: Improve logging by adding node name in MDC in SolrCloud mode and adding MDC to all thread pools
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673116 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13 06:09:53 +00:00
Noble Paul 9ba13dea31 SOLR-7380: SearchHandler should not try to load runtime components in inform()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673007 13f79535-47bb-0310-9956-ffa450edef68
2015-04-12 13:24:23 +00:00
Shalin Shekhar Mangar a382e6f61f SOLR-7372: Limit memory consumed by LRUCache with a new 'maxRamMB' config parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672811 13f79535-47bb-0310-9956-ffa450edef68
2015-04-11 04:23:31 +00:00
Jan Høydahl de61fa6f3c SOLR-7369: AngularJS UI insufficient URLDecoding in cloud/tree view
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672637 13f79535-47bb-0310-9956-ffa450edef68
2015-04-10 12:59:03 +00:00
Shalin Shekhar Mangar 32c78bc382 SOLR-7371: Make DocSet implement Accountable to estimate memory usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672391 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 15:10:17 +00:00
Mark Robert Miller 64ed335455 SOLR-7370: FSHDFSUtils#recoverFileLease tries to recover the lease every one second after the first four second wait.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672379 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 14:56:26 +00:00
Steven Rowe 4c83c2200c SOLR-7366: fix regression in ManagedIndexSchema's handling of ResourceLoaderAware objects used by field types, causing example XML docs to not be indexable via bin/post; add a test indexing example docs that fails without the patch and succeeds with it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672238 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 04:42:30 +00:00
Mark Robert Miller f3d352501a SOLR-7066: autoAddReplicas feature has bug when selecting replacement nodes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672201 13f79535-47bb-0310-9956-ffa450edef68
2015-04-08 21:49:21 +00:00
Shawn Heisey 7e9b7448d1 SOLR-7355: Switch from ConcurrentLinkedHashMap to Caffeine. Trunk-only change, as it requires java 8.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672133 13f79535-47bb-0310-9956-ffa450edef68
2015-04-08 18:23:19 +00:00
Varun Thacker fe0ab10d4e SOLR-7358: TestRestoreCore fails in Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671858 13f79535-47bb-0310-9956-ffa450edef68
2015-04-07 14:38:52 +00:00
Timothy Potter a0c4e5186e SOLR-7346: Stored XSS in Admin UI Schema-Browser page and Analysis page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671580 13f79535-47bb-0310-9956-ffa450edef68
2015-04-06 16:49:47 +00:00
Timothy Potter e2bc6dc8ec SOLR-7338: A reloaded core will never register itself as active after a ZK session expiration, also fixes SOLR-6583
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671554 13f79535-47bb-0310-9956-ffa450edef68
2015-04-06 15:42:12 +00:00
Erick Erickson 1aaf420958 SOLR-7241: Add document tab support to AngularJS adminUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671279 13f79535-47bb-0310-9956-ffa450edef68
2015-04-04 17:10:48 +00:00
Shai Erera 2d15d935f0 SOLR-7336: Add State enum to Replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671240 13f79535-47bb-0310-9956-ffa450edef68
2015-04-04 07:02:20 +00:00
Steven Rowe a4be57c1a1 SOLR-7290: Rename catchall _text field in data_driven_schema_configs to _text_
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671234 13f79535-47bb-0310-9956-ffa450edef68
2015-04-04 00:51:43 +00:00
Timothy Potter e8b0fe4193 SOLR-7334: Admin UI does not show Num Docs and Deleted Docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671147 13f79535-47bb-0310-9956-ffa450edef68
2015-04-03 20:03:34 +00:00
Shawn Heisey d5749d6ecc SOLR-6865: Upgrade HttpClient/Core/Mime to 4.4.1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671085 13f79535-47bb-0310-9956-ffa450edef68
2015-04-03 15:10:00 +00:00
Varun Thacker 79bf72708b SOLR-6637: Solr should have a way to restore a core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671022 13f79535-47bb-0310-9956-ffa450edef68
2015-04-03 09:46:54 +00:00
Timothy Potter f951625286 SOLR-7266: The IgnoreCommitOptimizeUpdateProcessor blocks commit requests from replicas needing to recover.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670678 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01 15:29:42 +00:00
Varun Thacker 4cfac61c6e SOLR-7202: Move CHANGES entry under 5.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670586 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01 09:27:45 +00:00
Shai Erera 1becb1c972 SOLR-7325: move CHANGES entry under 5.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670582 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01 08:55:23 +00:00
Varun Thacker 335747875d SOLR-7324: Move CHANGES entry under 5.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670571 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01 06:59:18 +00:00
Varun Thacker ddfb4d9d00 Fix QueryResponse to deal with the expanded section when using the XMLResponseParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670569 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01 06:55:06 +00:00
Shai Erera 208d0c79eb SOLR-7325: Change Slice state into enum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670566 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01 05:42:47 +00:00
Noble Paul 72e8c75c29 SOLR-6924: The config API forcefully refreshes all replicas in the collection to ensure all are
updated

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670381 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 16:18:18 +00:00
Timothy Potter 3cd47b0e19 Add version 5.2.0 to trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670375 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 16:07:01 +00:00
Shawn Heisey 5f5814ce27 SOLR-7319: Revert previous patch, return to discussion.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670370 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 15:54:05 +00:00
Varun Thacker b13658aa5d SOLR-7324: IndexFetcher does not need to call isIndexStale if full copy is already needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670359 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31 15:04:09 +00:00
Varun Thacker c7427a2fd1 SOLR-7202: Remove deprecated string action types in Overseer, OverseerCollectionProcessor - deletecollection, createcollection, reloadcollection, removecollection, removeshard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669748 13f79535-47bb-0310-9956-ffa450edef68
2015-03-28 11:47:17 +00:00
Shawn Heisey 421897ea3c SOLR-7319: Workaround for the "Four Month Bug" GC pause problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669731 13f79535-47bb-0310-9956-ffa450edef68
2015-03-28 04:07:18 +00:00
Ramkumar Aiyengar 83969f44a0 SOLR-7309: Make bin/solr, bin/post work when Solr installation directory contains spaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669628 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 17:25:05 +00:00
David Wayne Smiley ef0209189e SOLR-5911: term vector payload support
in schema & TermVectorComponent & LukeRequestHandler

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669492 13f79535-47bb-0310-9956-ffa450edef68
2015-03-27 02:01:38 +00:00
Shai Erera f4bc84cade SOLR-7317: Remove jhighlight.jar which contains LGPL-only code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669449 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 21:36:56 +00:00
Chris M. Hostetter 939a079fc4 SOLR-7240 Another CHANGES typo .. sure ... why not.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669448 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 21:34:18 +00:00
Chris M. Hostetter 44437971eb SOLR-7240 CHANGES typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669433 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 20:55:35 +00:00
Chris M. Hostetter b17ed54025 SOLR-7240: '/' redirects to '/solr/' for convinience
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669431 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 20:51:23 +00:00
Shai Erera a044b12cf5 SOLR-7298: Fix Collections API SolrJ calls to not add name parameter when not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669426 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 20:18:14 +00:00
Noble Paul ad913e4013 SOLR-7226: Make /query/* jmx/* , requestDispatcher/*, <listener> <initParams> properties in solrconfig.xml editable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669368 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 16:39:14 +00:00
Yonik Seeley f2874dd9d3 SOLR-7212: Parameter substitution / macro expansion across entire request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669354 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 15:29:38 +00:00
Joel Bernstein 845c7c3a5d SOLR-7082: update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669343 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 13:40:35 +00:00
Alan Woodward 377c53e668 SOLR-1387: Add facet.contains and facet.contains.ignoreCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669335 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 12:22:50 +00:00
Alan Woodward 203bbf504a SOLR-7203: Remove buggy no-op retries in HttpSolrClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669313 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 10:42:22 +00:00
Alan Woodward 5048456a7a SOLR-7307: Add constructors to EmbeddedSolrServer taking Path or NodeConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669305 13f79535-47bb-0310-9956-ffa450edef68
2015-03-26 09:21:01 +00:00
Uwe Schindler c3bbff6ee6 SOLR-7293: Fix bug that Solr server does not listen on IPv6 interfaces by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669197 13f79535-47bb-0310-9956-ffa450edef68
2015-03-25 18:29:04 +00:00
Yonik Seeley 3a8d0c2f38 SOLR-7306: percentiles for new facet module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669189 13f79535-47bb-0310-9956-ffa450edef68
2015-03-25 18:02:26 +00:00
Shalin Shekhar Mangar 29c1de0fa8 SOLR-7305: BlendedInfixLookupFactory swallows root IOException when it occurs. This closes #137
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669180 13f79535-47bb-0310-9956-ffa450edef68
2015-03-25 17:41:51 +00:00
Ramkumar Aiyengar 83c0c952b6 SOLR-7291: Test indexing on ZK disconnect with ChaosMonkey tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669026 13f79535-47bb-0310-9956-ffa450edef68
2015-03-25 00:03:33 +00:00
Noble Paul f678ac5d9d SOLR-6673: MDC based logging of collection, shard, replica, core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668992 13f79535-47bb-0310-9956-ffa450edef68
2015-03-24 21:01:44 +00:00
Yonik Seeley f1ab009e1f SOLR-7254: invalid start/rows should throw 400 rather than 500 error code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668976 13f79535-47bb-0310-9956-ffa450edef68
2015-03-24 20:05:23 +00:00
Shalin Shekhar Mangar ad482ef4a5 SOLR-7294: Migrate API fails with 'Invalid status request: notfoundretried 6times' message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668956 13f79535-47bb-0310-9956-ffa450edef68
2015-03-24 19:04:40 +00:00
Varun Thacker 2cba11bfa6 SOLR-7248: In legacyCloud=false mode we should check if the core was hosted on the same node before registering it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668931 13f79535-47bb-0310-9956-ffa450edef68
2015-03-24 16:35:30 +00:00
Chris M. Hostetter 5ac2c238cf SOLR-6350: StatsComponent now supports Percentiles
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668922 13f79535-47bb-0310-9956-ffa450edef68
2015-03-24 15:33:19 +00:00
Mark Robert Miller 57b47fed01 SOLR-7134: Replication can still cause index corruption.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668779 13f79535-47bb-0310-9956-ffa450edef68
2015-03-24 03:19:37 +00:00
Mark Robert Miller 0476534d96 SOLR-6414: Update to Hadoop 2.6.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668652 13f79535-47bb-0310-9956-ffa450edef68
2015-03-23 14:16:33 +00:00
Mark Robert Miller 4e01da3843 SOLR-7284: HdfsUpdateLog is using hdfs FileSystem.get without turning off the cache.
SOLR-7286: Using HDFS's FileSystem.newInstance does not guarantee a new instance.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668411 13f79535-47bb-0310-9956-ffa450edef68
2015-03-22 17:09:40 +00:00
Mark Robert Miller 8edc462ec1 SOLR-7141: RecoveryStrategy: Raise time that we wait for any updates from the leader before they saw the recovery state to have finished.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668396 13f79535-47bb-0310-9956-ffa450edef68
2015-03-22 16:04:46 +00:00
Mark Robert Miller 12188a93fa SOLR-7285: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668392 13f79535-47bb-0310-9956-ffa450edef68
2015-03-22 15:51:04 +00:00
Mark Robert Miller 0a8dfe05dc SOLR-7092: Stop the HDFS lease recovery retries in HdfsTransactionLog on close and try to avoid lease recovery on closed files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668311 13f79535-47bb-0310-9956-ffa450edef68
2015-03-21 19:08:53 +00:00
Ramkumar Aiyengar f15330c32d SOLR-7245: Temporary ZK election or connection loss should not stall indexing due to LIR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668274 13f79535-47bb-0310-9956-ffa450edef68
2015-03-21 14:13:17 +00:00
Yonik Seeley 29053fd238 SOLR-7216: JSON request API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668168 13f79535-47bb-0310-9956-ffa450edef68
2015-03-20 22:18:03 +00:00
Shalin Shekhar Mangar b2046cf20c SOLR-7162: Remove unused SolrSortField interface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1668132 13f79535-47bb-0310-9956-ffa450edef68
2015-03-20 19:56:42 +00:00
Noble Paul fe44bfa016 SOLR-6892: better description in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1667587 13f79535-47bb-0310-9956-ffa450edef68
2015-03-18 16:50:48 +00:00
Yonik Seeley 695a0f0af0 SOLR-7217: autodetect POST body for curl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1667457 13f79535-47bb-0310-9956-ffa450edef68
2015-03-18 05:56:13 +00:00
Shalin Shekhar Mangar 8d64c08c1a SOLR-7258: Forbid MessageFormat.format and MessageFormat single-arg constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1667414 13f79535-47bb-0310-9956-ffa450edef68
2015-03-17 21:52:05 +00:00
Steven Rowe ff83497b27 SOLR-6141: Schema API: Remove fields, dynamic fields, field types and copy fields; and replace fields, dynamic fields and field types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1667175 13f79535-47bb-0310-9956-ffa450edef68
2015-03-17 05:13:36 +00:00
Yonik Seeley 3dc5ed33c5 SOLR-7214: JSON Facet API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666856 13f79535-47bb-0310-9956-ffa450edef68
2015-03-16 04:40:23 +00:00
Shalin Shekhar Mangar 5caf937f26 SOLR-7109: Indexing threads stuck during network partition can put leader into down state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666825 13f79535-47bb-0310-9956-ffa450edef68
2015-03-15 18:40:50 +00:00
Ramkumar Aiyengar 24b20a53ff SOLR-7246: Speed up BasicZkTest, TestManagedResourceStorage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666749 13f79535-47bb-0310-9956-ffa450edef68
2015-03-14 21:33:16 +00:00
Noble Paul 40a1d7e22c SOLR-6892: Improve the way update processors are used and make it simpler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666436 13f79535-47bb-0310-9956-ffa450edef68
2015-03-13 13:13:15 +00:00
Chris M. Hostetter c9d344f09d SOLR-7239: improved performance of min & max in StatsComponent, as well as situations where local params disable all stats
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666294 13f79535-47bb-0310-9956-ffa450edef68
2015-03-12 20:38:02 +00:00
Timothy Potter f3bc0ad731 SOLR-7173: Fix ReplicationFactorTest on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666266 13f79535-47bb-0310-9956-ffa450edef68
2015-03-12 17:58:29 +00:00
Yonik Seeley 5fa7505968 SOLR-7218: Use ^= for constant score query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1666183 13f79535-47bb-0310-9956-ffa450edef68
2015-03-12 13:29:40 +00:00
Chris M. Hostetter 10dd59701c SOLR-6349 + SOLR-6682: Added support for stats.field localparams to enable/disable individual stats; Fix response when using EnumField with StatsComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665579 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 15:34:06 +00:00
Shawn Heisey 208e1f9156 SOLR-7195: bin/solr changes: Escape start.jar in greps. Fix incorrect substring port detection.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665405 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 04:39:51 +00:00
Alan Woodward b4ee7b6eb4 SOLR-7180: MiniSolrCloudCluster starts up and shuts down its jetties in parallel
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665353 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 20:51:28 +00:00
Noble Paul 00005759ba SOLR-7209: /update/json/docs carry forward fields from previous records
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665341 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 20:21:48 +00:00
Noble Paul 31a3e55508 SOLR-7126: Secure loading of runtime external jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665207 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 12:23:59 +00:00
Alan Woodward 68d180346a SOLR-7201: HttpSolrClient can handle collection parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665199 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 11:54:45 +00:00
Alan Woodward a8fd826f4a SOLR-4044: CloudSolrClient.connect() can take a timeout parameter to wait for the cluster
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665174 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 10:31:48 +00:00
Alan Woodward 1968413943 SOLR-7206: MiniSolrCloudCluster should deal with SSL mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665159 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 09:15:57 +00:00
Shalin Shekhar Mangar 389992cf99 SOLR-4464: DIH Processed documents counter resets to zero after first entity is processed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665110 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 01:59:40 +00:00
Shalin Shekhar Mangar 059e5259c6 SOLR-5846: EnumField supports DocValues functionality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665107 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 01:29:28 +00:00
Shalin Shekhar Mangar 66e5099e15 SOLR-6841: Visualize lucene segment information in Admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665105 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 00:54:48 +00:00
Shalin Shekhar Mangar b730cdaa49 SOLR-7189: Allow DIH to extract content from embedded documents via Tika
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665099 13f79535-47bb-0310-9956-ffa450edef68
2015-03-09 00:16:25 +00:00
Ramkumar Aiyengar 65b033712b SOLR-6359: Allow customization of the number of records and logs kept by UpdateLog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664825 13f79535-47bb-0310-9956-ffa450edef68
2015-03-07 11:40:37 +00:00
Noble Paul b221a53496 SOLR-7073: Add an API to add a jar to a collection's classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664797 13f79535-47bb-0310-9956-ffa450edef68
2015-03-07 05:55:35 +00:00
Ramkumar Aiyengar ae7c10cb25 SOLR-6804: Add CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664482 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 20:55:44 +00:00
Alan Woodward a43843701d SOLR-7155: Add optional collection parameter to all SolrClient methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664310 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 11:29:24 +00:00
Alan Woodward 739e9b489d SOLR-7179: Stop using sysprops to configure test jettys
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664292 13f79535-47bb-0310-9956-ffa450edef68
2015-03-05 09:54:06 +00:00
Noble Paul c1c593a0ad SOLR-7174: DIH should reset TikaEntityProcessor so that it is capable of re-use
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1663857 13f79535-47bb-0310-9956-ffa450edef68
2015-03-04 05:09:29 +00:00
Ramkumar Aiyengar b29aef7954 SOLR-6275: Improve accuracy of QTime reporting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1663829 13f79535-47bb-0310-9956-ffa450edef68
2015-03-03 23:24:50 +00:00
Uwe Schindler 0689a2e0e0 Fix intro text
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1663747 13f79535-47bb-0310-9956-ffa450edef68
2015-03-03 17:08:49 +00:00
Uwe Schindler 237d0fb86c SOLR-7184: Update Jetty
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1663736 13f79535-47bb-0310-9956-ffa450edef68
2015-03-03 16:33:58 +00:00
Erick Erickson 3ae3d32bcb SOLR-6657: DocumentDictionaryFactory requires weightField to be mandatory, but it shouldn't
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1663525 13f79535-47bb-0310-9956-ffa450edef68
2015-03-03 04:53:41 +00:00
Michael McCandless 3099bbc0b4 4.10.4 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1663492 13f79535-47bb-0310-9956-ffa450edef68
2015-03-03 00:33:05 +00:00
Chris M. Hostetter 821ab8b0d9 SOLR-7171: BaseDistributedSearchTestCase now clones getSolrHome() for each subclass, and consistently uses getSolrXml()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1663381 13f79535-47bb-0310-9956-ffa450edef68
2015-03-02 18:07:55 +00:00
Shalin Shekhar Mangar eb8079c050 SOLR-7178: OverseerAutoReplicaFailoverThread compares Integer objects using ==
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662935 13f79535-47bb-0310-9956-ffa450edef68
2015-02-28 13:28:18 +00:00
Shalin Shekhar Mangar 3cf40619ca SOLR-7128: Make sure fields aren't duplicated in shard requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662729 13f79535-47bb-0310-9956-ffa450edef68
2015-02-27 15:50:07 +00:00
Alan Woodward 60d117b7cb SOLR-7151: CHANGES.txt attribution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662671 13f79535-47bb-0310-9956-ffa450edef68
2015-02-27 12:18:44 +00:00
Alan Woodward d7eefdd7a7 SOLR-7151: SolrClient query methods throw IOException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662670 13f79535-47bb-0310-9956-ffa450edef68
2015-02-27 12:17:51 +00:00
Uwe Schindler 3347d644d4 Typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662460 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 14:29:32 +00:00
Uwe Schindler 09a0dcb6c6 SOLR-7139: Fix SolrContentHandler for TIKA to ignore multiple startDocument events
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662457 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 14:26:38 +00:00
Alan Woodward 46ede7622e SOLR-7166: Encapsulate JettySolrRunner config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662449 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 14:05:24 +00:00
Noble Paul f511424d43 SOLR-7130: Make stale state notification work without failing the requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662439 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 13:04:28 +00:00
Shalin Shekhar Mangar 936aa1dcfc SOLR-7128: Two phase distributed search is fetching extra fields in GET_TOP_IDS phase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662366 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 06:47:52 +00:00
Ryan McKinley 5eda9e0c77 SOLR-7164: fix README for BBoxFieldType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662357 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 05:06:51 +00:00
Ryan McKinley 47662fff60 SOLR-7164: BBoxFieldType defaults sub fields to not-stored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662355 13f79535-47bb-0310-9956-ffa450edef68
2015-02-26 04:38:36 +00:00
Mark Robert Miller f2c9067e59 SOLR-7113: Multiple calls to UpdateLog#init is not thread safe with respect to the HDFS FileSystem client object usage.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662324 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 23:19:08 +00:00
Alan Woodward 7642c8fa3b SOLR-7160: CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1662235 13f79535-47bb-0310-9956-ffa450edef68
2015-02-25 14:54:14 +00:00
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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 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
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
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
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
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 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
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 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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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 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 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
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 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 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
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
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 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
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
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
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
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
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 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
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
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
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
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
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
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
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 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 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
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 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
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 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
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
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 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
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 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 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 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 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
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
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
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 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
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
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
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
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 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
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
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
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
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 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
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
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 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
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
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