Commit Graph

150 Commits

Author SHA1 Message Date
Steven Rowe 2fe1c91963 SOLR-4649: The Solr .war should not include (test-scope-only) cglib-nodep and objenesis jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461769 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 18:31:18 +00:00
Mark Robert Miller 612b179d09 SOLR-3706: Ship setup to log with log4j.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461587 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 14:09:38 +00:00
Stefan Matheis d8df3a2d55 SOLR-4405: Admin UI - admin-extra files are not rendered into the core-menu
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461447 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 08:40:22 +00:00
Steven Rowe 5c7ca6aa48 SOLR-4623: Provide REST API read access to all elements of the live schema. Add a REST API request to return the entire live schema, in JSON, XML, and schema.xml formats. Move REST API methods from package org.apache.solr.rest to org.apache.solr.rest.schema, and rename base functionality REST API classes to remove the current schema focus, to prepare for other non-schema REST APIs. Change output path for copyFields and dynamicFields from "copyfields" and "dynamicfields" (all lowercase) to "copyFields" and "dynamicFields", respectively, to align with all other schema REST API outputs, which use camelCase.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1460519 13f79535-47bb-0310-9956-ffa450edef68
2013-03-25 04:29:33 +00:00
Stefan Matheis 7710b18b1f SOLR-4311: Admin UI - Optimize Caching Behaviour
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457143 13f79535-47bb-0310-9956-ffa450edef68
2013-03-15 21:55:09 +00:00
Stefan Matheis 5b6b0776ef SOLR-4311: Admin UI - Optimize Caching Behaviour
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457099 13f79535-47bb-0310-9956-ffa450edef68
2013-03-15 20:36:01 +00:00
Stefan Matheis 07dd466743 SOLR-4371: Admin UI - Analysis Screen shows empty result
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1456521 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 16:40:37 +00:00
Steven Rowe 4618a5a0fe SOLR-4503: Add REST API methods to get schema information: fields, dynamicFields, fieldTypes, and copyFields. Restlet 2.1.1 is integrated and is used to service these requests.
Also fixes bugs in dynamic copyField logic described in SOLR-3798.
Also fixes a bug with proxied SolrCloud requests (SOLR-4210) when using the GET method.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1453161 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 04:50:33 +00:00
Stefan Matheis e2ce3914e2 SOLR-4526: Admin UI depends on optional system info
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452835 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 15:02:39 +00:00
Stefan Matheis a5e5c904c8 SOLR-4529: Improve Admin UI Dashboard legibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452830 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 15:00:02 +00:00
Mark Robert Miller aeb50e2050 SOLR-4507: The Cloud tab does not show up in the Admin UI if you set zkHost in solr.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450800 13f79535-47bb-0310-9956-ffa450edef68
2013-02-27 15:15:03 +00:00
Stefan Matheis 99dae78095 SOLR-4284: Admin UI - Fix Schema-Browser-Link on Analysis-Screen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440044 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 18:20:47 +00:00
Stefan Matheis 243cb60ed2 SOLR-4364: Admin UI - Locale based number formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440014 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 17:34:10 +00:00
Stefan Matheis 6cb265da45 SOLR-4284: Admin UI - make core list scrollable separate from the rest of the UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439602 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 19:56:10 +00:00
Stefan Matheis 1398a0262d SOLR-4306: Utilize indexInfo=false when gathering core names in UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439516 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 17:38:47 +00:00
Stefan Matheis 765d3ef36c SOLR-4225: Admin UI - Schema-Browser, Histogram shouldn't break on whitespaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439368 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 12:35:25 +00:00
Stefan Matheis 8b7fb2fe82 SOLR-4225: Term info page under schema browser shows incorrect count of terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438900 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 15:00:28 +00:00
Stefan Matheis 7a66fc108f SOLR-4349 : Admin UI - Query Interface does not work in IE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438139 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 19:34:45 +00:00
Stefan Matheis a93ab794a2 SOLR-4345 : Solr Admin UI dosent work in IE 10
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438136 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 19:31:46 +00:00
Stefan Matheis 3801883396 SOLR-3915: Color Legend for Cloud UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437791 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 23:06:47 +00:00
Stefan Matheis 15bc6148ae SOLR-4341: Admin UI - Plugins/Stats Page contains loooong Values which result in horizontal Scrollbar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437767 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 21:54:28 +00:00
Stefan Matheis 3347ec8c20 SOLR-4340: Admin UI - Analysis's Button Spinner goes wild
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437764 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 21:52:28 +00:00
Stefan Matheis 4c723f6e46 SOLR-4339: Admin UI - Display Field-Flags on Schema-Browser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437760 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 21:49:47 +00:00
Steven Rowe 56b62c1ddb SOLR-4287: Removed "apache-" prefix from Solr distribution and artifact filenames.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432483 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 17:51:57 +00:00
Stefan Matheis 9cd9111419 SOLR-3820: Solr Admin Query form is missing some edismax request parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432361 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 02:37:41 +00:00
Stefan Matheis 5b3729c831 SOLR-3458: Allow multiple Items to stay open on Plugins-Page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432351 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 01:31:10 +00:00
Stefan Matheis 8559a93b65 SOLR-4296: Admin UI: Improve Dataimport Auto-Refresh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432346 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 01:08:11 +00:00
Stefan Matheis 8029a83f5a SOLR-3982: Admin UI: Various Dataimport Improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1431756 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 00:13:33 +00:00
Stefan Matheis de8bfe6dd4 SOLR-4289: Admin UI - JVM memory bar - dark grey "used" width is too small (simplified)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1431085 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:19:28 +00:00
Stefan Matheis 44597fa290 SOLR-4289: Admin UI - JVM memory bar - dark grey "used" width is too small
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1431073 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:02:37 +00:00
Stefan Matheis 2f3435acce SOLR-3876: Solr Admin UI is completely dysfunctional on IE 9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430586 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 22:39:10 +00:00
Stefan Matheis c734e6d021 SOLR-3829: Admin UI Logging events broken if schema.xml defines a catch-all dynamicField with type ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429298 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:43:59 +00:00
Stefan Matheis 4bcef71a34 SOLR-4263: Incorrect Link from Schema-Browser to Query From for Top-Terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429296 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:40:32 +00:00
Stefan Matheis babf990922 SOLR-4079: Long core names break web gui appearance and functionality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429292 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:36:33 +00:00
Stefan Matheis 7364aab17f SOLR-3840: XML query response display is unreadable in Solr Admin Query UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429288 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:25:29 +00:00
Stefan Matheis 348f84c32f SOLR-3851: create a new core/delete an existing core should also update the main/left list of cores on the admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429286 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:21:28 +00:00
Stefan Matheis f51a29707f SOLR-4176: analysis ui: javascript not properly handling URL decoding of input
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429261 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 11:04:55 +00:00
Stefan Matheis 8172b5d535 SOLR-4045: SOLR admin page returns HTTP 404 on core names containing a '.' (dot)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429259 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:57:21 +00:00
Stefan Matheis 65a9cc3643 SOLR-4261: Percentage Infos on Dashboard have a fixed width
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429256 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:53:39 +00:00
Stefan Matheis 449296da9d SOLR-4264: Missing Error-Screen on UI's Cloud-Page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429254 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:50:24 +00:00
Stefan Matheis 46d9f0dce9 SOLR-4262: Replication Icon on Dashboard does not reflect Master-/Slave-State
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429248 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:44:29 +00:00
Yonik Seeley 43f36a5750 SOLR-2592: add additional level in clusterstate.json for collection properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421499 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 20:33:59 +00:00
Chris M. Hostetter 3dbffb580f SOLR-4102: Fix UI javascript error if canonical hostname can not be resolved
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421049 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 00:06:11 +00:00
Mark Robert Miller 4e439e791e SOLR-3948: Calculate/display deleted documents in admin interface.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419939 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 00:06:56 +00:00
Stefan Matheis 4dc925bf4e SOLR-3917: Partial State on Schema-Browser UI is not defined for Dynamic Fields & Types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1394983 13f79535-47bb-0310-9956-ffa450edef68
2012-10-06 10:33:48 +00:00
Stefan Matheis 7eb2146494 SOLR-3637: Commit Status at Core-Admin UI is always false
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392327 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 13:47:35 +00:00
Stefan Matheis a91a798e34 SOLR-3734: Improve Schema-Browser Handling for CopyField using dynamicField's
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1392318 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 13:35:39 +00:00
Michael McCandless fea15e75a4 SOLR-3879: don't ship servlet-api*.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1390139 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 21:08:51 +00:00
Stefan Matheis 62caa1d692 SOLR-3788: Admin Cores UI should redirect to newly created core details
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389984 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 16:52:45 +00:00
Stefan Matheis 096eef9cde SOLR-3560: Handle different types of Exception Messages for Logging UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389981 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 16:47:41 +00:00