Commit Graph

2474 Commits

Author SHA1 Message Date
Ramkumar Aiyengar c8ce5437da SOLR-7740: Fix typo bug with TestConfigOverlay
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688619 13f79535-47bb-0310-9956-ffa450edef68
2015-07-01 11:15:14 +00:00
Dawid Weiss b6e28103ec SOLR-7724: SolrJ now supports parsing the output of the clustering component. (Alessandro Benedetti via Dawid Weiss)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688455 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 14:26:30 +00:00
Shalin Shekhar Mangar a32822991a SOLR-7673: Race condition in shard splitting can cause operation to hang indefinitely or sub-shards to never become active
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688396 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 08:27:50 +00:00
Chris M. Hostetter 7ac8dd4111 SOLR-7712: fixed test to account for aggregate floating point precision loss
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688266 13f79535-47bb-0310-9956-ffa450edef68
2015-06-29 17:06:28 +00:00
Ramkumar Aiyengar 8c964253b5 SOLR-7710: Replace async occurrences with CommonAdminParams.ASYNC
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688039 13f79535-47bb-0310-9956-ffa450edef68
2015-06-28 18:53:45 +00:00
Ramkumar Aiyengar 385a1283fe SOLR-7485: Add CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1688026 13f79535-47bb-0310-9956-ffa450edef68
2015-06-28 17:19:27 +00:00
Shalin Shekhar Mangar 878881a77a SOLR-6686: facet.threads can return wrong results when using facet.prefix multiple times on same field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687791 13f79535-47bb-0310-9956-ffa450edef68
2015-06-26 16:00:22 +00:00
Varun Thacker 97ea1f71d4 SOLR-7499: Correct formatting in CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687495 13f79535-47bb-0310-9956-ffa450edef68
2015-06-25 12:45:07 +00:00
Noble Paul eb1542030e SOLR-7651: New response format added wt=smile
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687256 13f79535-47bb-0310-9956-ffa450edef68
2015-06-24 12:50:19 +00:00
Varun Thacker 77443b8b92 SOLR-7711: Correct initial capacity for the list that holds the default components for the SearchHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687151 13f79535-47bb-0310-9956-ffa450edef68
2015-06-24 03:51:58 +00:00
Ramkumar Aiyengar b255b716c3 SOLR-7714: Reduce SearchHandler's use of ShardHandler objects across shards in a search
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687143 13f79535-47bb-0310-9956-ffa450edef68
2015-06-23 22:08:22 +00:00
Ramkumar Aiyengar ac84d8abf4 SOLR-7664: Throw correct exception (RemoteSolrException) on receiving a HTTP 413
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687135 13f79535-47bb-0310-9956-ffa450edef68
2015-06-23 21:40:21 +00:00
Varun Thacker f7dd8e3805 SOLR-7499: Deprecate the 'name' parameter from the ADDREPLICA Collection API call
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686827 13f79535-47bb-0310-9956-ffa450edef68
2015-06-22 10:19:35 +00:00
Shalin Shekhar Mangar fdeffbb536 SOLR-7182: Make the Schema-API a first class citizen of SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686650 13f79535-47bb-0310-9956-ffa450edef68
2015-06-20 16:24:08 +00:00
Steven Rowe b68d571781 SOLR-7679: Schema API doesn't take similarity attribute into account when adding field types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686491 13f79535-47bb-0310-9956-ffa450edef68
2015-06-19 19:44:50 +00:00
Steven Rowe 9f8635de07 SOLR-7697: Schema API doesn't take class or luceneMatchVersion attributes into account for the analyzer when adding a new field type.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686327 13f79535-47bb-0310-9956-ffa450edef68
2015-06-18 22:07:30 +00:00
Joel Bernstein 54980cef40 SOLR-7689: Updating CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686245 13f79535-47bb-0310-9956-ffa450edef68
2015-06-18 15:27:09 +00:00
Joel Bernstein 545fd9942c SOLR-7689: Updating CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686243 13f79535-47bb-0310-9956-ffa450edef68
2015-06-18 15:24:05 +00:00
Anshum Gupta 2b96b25046 SOLR-7639: MoreLikeThis QParser now supports all options provided by the MLT Handler i.e. mintf, mindf, minwl, maxwl, maxqt, and maxntp. This commit also fixes an NPE issue in CloudMLTQParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686123 13f79535-47bb-0310-9956-ffa450edef68
2015-06-17 23:12:15 +00:00
Timothy Potter 929cb9544d SOLR-7693: Fix the bin/solr -e cloud example to work if lsof is not installed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686113 13f79535-47bb-0310-9956-ffa450edef68
2015-06-17 21:27:10 +00:00
Anshum Gupta 4b16875058 SOLR-5886: Store async call results in zk so that they can be returned by the REQUESTSTATUS API. Also, restrict the number of stored response to 10,000 each as a safety net.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686089 13f79535-47bb-0310-9956-ffa450edef68
2015-06-17 18:46:10 +00:00
Ramkumar Aiyengar c33623f316 SOLR-7629: Have RulesTest consider disk space limitations of where the test is being run
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1686077 13f79535-47bb-0310-9956-ffa450edef68
2015-06-17 17:08:10 +00:00
Noble Paul a9d669cf86 SOLR-7665: deprecate the class TransformerWithContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685979 13f79535-47bb-0310-9956-ffa450edef68
2015-06-17 09:56:10 +00:00
Steven Rowe faa80ae324 SOLR-7682: Schema API - Add New Copy Field Rule doesn't allow maxChars parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685900 13f79535-47bb-0310-9956-ffa450edef68
2015-06-16 20:02:00 +00:00
Noble Paul 8ab21aa657 SOLR-7662: Refactored response writing to consolidate the logic in one place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685856 13f79535-47bb-0310-9956-ffa450edef68
2015-06-16 15:17:14 +00:00
Shalin Shekhar Mangar e49736f760 SOLR-7652: Adding the change log entry to 5.2.1 (it was accidentally deleted)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685667 13f79535-47bb-0310-9956-ffa450edef68
2015-06-15 20:52:32 +00:00
Steven Rowe 5523048058 SOLR-7091: Nested documents with unknown fields don't work in schemaless mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685660 13f79535-47bb-0310-9956-ffa450edef68
2015-06-15 20:14:09 +00:00
Noble Paul 5e84093ab0 SOLR-7668: Add 'port' tag support in replica placement rules
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685560 13f79535-47bb-0310-9956-ffa450edef68
2015-06-15 11:55:45 +00:00
Ramkumar Aiyengar f9cca2eba1 SOLR-7680: Use POST instead of GET when finding versions for mismatches with CloudInspectUtil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685488 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14 23:40:43 +00:00
Yonik Seeley ac2f610009 SOLR-7675: fix changes JIRA number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685486 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14 23:38:41 +00:00
Ramkumar Aiyengar 54929a7a0b SOLR-7678: Switch RTimer to use nanoTime
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685485 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14 23:13:57 +00:00
Ramkumar Aiyengar 164972785c SOLR-7619: Fix SegmentsInfoRequestHandlerTest when more than one segment is created
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685433 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14 18:18:06 +00:00
Yonik Seeley 38292f791e SOLR-7676: nested docs facet domain switching
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685340 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13 22:32:48 +00:00
Ramkumar Aiyengar b202035b93 SOLR-7624: Remove deprecated zkCredientialsProvider element in solrcloud section of solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685323 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13 20:34:35 +00:00
Ramkumar Aiyengar a7e678d55b SOLR-7624: Correct wrong spelling of zkCredentialsProvider in solrcloud section of solr.xml.
The older misspelling is still present (for purposes of branch_5x, to be removed in the next commit).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685318 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13 20:22:53 +00:00
Ramkumar Aiyengar 859415c7e1 SOLR-7635: Limit lsof port check in bin/solr to just listening ports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685296 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13 18:03:01 +00:00
Yonik Seeley 63db425c87 SOLR-7675: add missing _root_ field to managed-schema for nested docs indexing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685275 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13 15:40:35 +00:00
Shalin Shekhar Mangar 7d61f79582 SOLR-7566: Search requests should return the shard name that is down
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685153 13f79535-47bb-0310-9956-ffa450edef68
2015-06-12 20:03:56 +00:00
Shalin Shekhar Mangar 62c1481594 SOLR-6835: ReRankQueryParserPlugin checks now whether the reRankQuery parameter is present and not empty
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684904 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 14:35:47 +00:00
Shalin Shekhar Mangar 9c3da51ec6 SOLR-7660: Avoid redundant 'exists' calls made to ZK while fetching cluster state updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684815 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 06:08:58 +00:00
Shawn Heisey a5492247f3 SOLR-7659: Rename and reorganize DirectoryFileStream.releaseCommitPointAndExtendReserve.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684808 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 03:40:25 +00:00
Shalin Shekhar Mangar 2d8bc1b5b7 SOLR-7634: Upgrade Jetty to 9.2.11.v20150529
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684761 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 20:33:27 +00:00
Chris M. Hostetter f346fc0f21 SOLR-7603: remove extra logging added to diagnose problem - failure hasn't reappeared since fix applied in r1682570
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684714 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 17:03:03 +00:00
Mark Robert Miller 3ad2bf92c4 SOLR-7458: Expose HDFS Block Locality Metrics via JMX
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684711 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 16:51:56 +00:00
Shalin Shekhar Mangar d5fac68323 Adding version 5.2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684692 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 15:08:21 +00:00
David Wayne Smiley 5014d99c21 SOLR-7655: Speed up DefaultSolrHighlighter's check for the existence of payloads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684665 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 12:54:36 +00:00
Erik Hatcher 12369fa890 SOLR-7638: Fix new (Angular-based) admin UI Cloud pane
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684553 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 02:33:36 +00:00
Mark Robert Miller ed6fd884b0 SOLR-7512: SolrOutputFormat creates an invalid solr.xml in the solr home zip for MapReduceIndexerTool.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684494 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 18:18:10 +00:00
Yonik Seeley 645eb35740 SOLR-7574: fix NPE due to missing body with json content type
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684458 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 15:48:16 +00:00
Yonik Seeley 2abf02438b SOLR-7518: move to 5.2.1 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684434 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 14:18:32 +00:00