Commit Graph

78 Commits

Author SHA1 Message Date
Chris Hostetter 6a59253ec3 SOLR-10494: Make default response format JSON (wt=json), and also indent text responses formats (indent=on) by default 2017-07-24 08:42:02 -07:00
Jan Høydahl 500080d6e4 SOLR-11039: Next button in Solr admin UI for collection list pagination does not work 2017-07-10 01:23:04 +02:00
Jan Høydahl 69d0c70651 SOLR-10763: Admin UI replication tab sometimes empty when failed replications 2017-06-23 08:26:34 +02:00
Jan Høydahl 8648b005e2 SOLR-4646: eDismax lowercaseOperators now defaults to "false" for luceneMatchVersion >= 7.0.0 2017-06-20 13:39:36 +02:00
Jan Høydahl 4a57fb4d88 SOLR-10585: Remove defaultSearchField completely in 7.0 2017-05-19 15:27:28 +02:00
Jan Høydahl 467af790cb SOLR-10042: Clean up old comments from Angular UI code 2017-05-19 13:17:14 +02:00
Jan Høydahl 21384b5b21 SOLR-10042: Delete old deprecated Admin UI 2017-05-18 14:12:59 +02:00
Tomas Fernandez Lobbe f08889f390 SOLR-10347: Remove index level boost support from 'documents' section of the admin UI 2017-04-04 13:11:02 -07:00
Jan Høydahl a6f27d3e1e SOLR-10147: Admin UI -> Cloud -> Graph: Impossible to see shard state 2017-03-29 10:54:02 +02:00
Jan Høydahl b2dcb47ef4 SOLR-10146: Added button to the Admin UI 'Collection' tab for deleting an inactive shard 2017-03-05 00:04:49 +01:00
Jan Høydahl bd459c1275 SOLR-9584: Use relative URLs also for files and query 2017-02-17 11:08:20 +01:00
Andrzej Bialecki 51ff50d76d SOLR-10035 Fix dataimport to use the new names. 2017-02-06 09:02:06 +01:00
Tomas Fernandez Lobbe ae269f1316 SOLR-9969: Plugins/Stats section of the UI doesn't display empty metric types 2017-01-25 14:26:48 -08:00
Yun Jie Zhou e0b4caccd3 use relative URL path instead of absolute path starting from /solr 2017-01-10 14:18:31 +01:00
Alexandre Rafalovitch 380b5ca626 SOLR-9626: Add css class, when match key is found 2016-11-20 22:18:55 +11:00
Alexandre Rafalovitch 94c796968a SOLR-9624: Do not highlight CSV output 2016-11-06 14:09:55 +11:00
Jan Høydahl 14b6d93db4 SOLR-8370: Display configured Similarity in Schema-Browser 2016-10-20 13:25:40 +02:00
Alexandre Rafalovitch 9f187eceae SOLR-8140: Remove unfinished admin-extra
Includes UI element and never-implemented commented-out code
2016-10-03 17:37:31 +07:00
Alexandre Rafalovitch 6d1f1f6c78 SOLR-9032: Fix Create Alias command in Admin UI
Upayavira's patch applied to master and tested against cloud example
2016-08-16 11:15:37 +10:00
Alexandre Rafalovitch 1dd50d0747 SOLR-8993: Refresh status after we get handlers 2016-08-15 22:25:18 +10:00
Alexandre Rafalovitch 6dd228c117 SOLR-8993: Admin UI support multiple DIH handlers
Updated Upayavira's patch to the master and fixed one missing parameter
2016-08-15 21:46:59 +10:00
Alexandre Rafalovitch 97dc5a2a0b SOLR-9002: Fix type mapping for JSON and text
This is for the Admin UI's collection/File screen
2016-08-14 08:03:43 +10:00
Alexandre Rafalovitch cea8a488f0 SOLR-8715: Admin UI - Fix schema special case 2016-08-13 00:10:35 +10:00
Alexandre Rafalovitch f20e2f3a94 SOLR-9232: Fix Swap Cores in Admin UI 2016-08-12 23:05:22 +10:00
Alexandre Rafalovitch dd03d39dd6 SOLR-9003: DIH Debug now works in new Admin UI 2016-08-10 21:27:57 +10:00
Jan Høydahl 96280d15e3 SOLR-8379: UI Cloud->Tree view now shows .txt files correctly. This closes #58 2016-07-29 09:33:44 +02:00
Jan Høydahl 1fb4c5d46d SOLR-8645: managed-schema is now syntax highlighted in cloud->Tree view. This closes #57 2016-07-29 00:03:24 +02:00
Jan Høydahl c9935b4788 SOLR-8596: Split UIs RAW query params only on first equal sign 2016-07-28 15:52:43 +02:00
Shalin Shekhar Mangar 9cbd54087c SOLR-8626: 404 error when clicking nodes in cloud graph view in angular UI.
This closes #23
2016-06-28 16:43:00 +05:30
Dennis Gove e6e495c795 SOLR-8918: Corrects usage of a global variable in admin page's stream.js which was overriding the same variable in cloud.js 2016-04-19 20:33:06 -04:00
Chris Hostetter c574a91e3b SOLR-8990: Fix top term links from schema browser page to use {!term} parser 2016-04-19 11:17:10 -07:00
Dennis Gove af7dad6825 SOLR-8918: Adds Streaming to the admin page under the collections section
Includes ability to see graphically the expression explanation
2016-04-19 11:40:20 -04:00
Upayavira bdaddafcce SOLR-8991 Fix ping when ms=0 2016-04-14 23:22:37 +01:00
Jan Høydahl aec11ebcf2 SOLR-8870: AngularJS support for qt style handlers, and fix slash encoding bug to support Query panel through proxy 2016-03-29 00:31:40 +02:00
Steve Rowe 9427b7402d SOLR-8764: Remove deprecated methods and classes 2016-03-02 09:22:20 -05:00
Varun Thacker 5e03927a8c SOLR-6992: Fix Files UI to show the managed-schema file as well
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1719261 13f79535-47bb-0310-9956-ffa450edef68
2015-12-11 05:38:38 +00:00
Varun Thacker 6981127be7 SOLR-8386: Add field option in the admin ui loads up even when no schemaFactory has been specified since the default is ManagedIndexSchemaFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718849 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 13:13:30 +00:00
Upayavira 7669aea439 SOLR-8139 Add missing bracket
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712832 13f79535-47bb-0310-9956-ffa450edef68
2015-11-05 17:44:30 +00:00
Upayavira 94e23b458b SOLR-7666 Fix URL handling in query and analysis panes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712539 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 11:53:43 +00:00
Upayavira 6d9c2c46b1 SOLR-8139 Rename schema-browser to schema and add managed schema support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712532 13f79535-47bb-0310-9956-ffa450edef68
2015-11-04 11:16:45 +00:00
Upayavira e777e4adb7 SOLR-8210 Scroll menu when browser window is small
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712262 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 11:46:28 +00:00
Upayavira 25b6b40242 SOLR-7858 Make default URL=/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712260 13f79535-47bb-0310-9956-ffa450edef68
2015-11-03 11:43:35 +00:00
Upayavira 34bc666263 SOLR-7858 revert premature commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710356 13f79535-47bb-0310-9956-ffa450edef68
2015-10-24 15:26:26 +00:00
Upayavira 8de8349b3d SOLR-7858 Add web.xml changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710333 13f79535-47bb-0310-9956-ffa450edef68
2015-10-24 11:40:07 +00:00
Upayavira 34c87c2c4a SOLR-8157 Make links between nodes work correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710150 13f79535-47bb-0310-9956-ffa450edef68
2015-10-23 09:08:04 +00:00
Upayavira d40aef4aca SOLR-7666 Re-fix some accidentally reverted changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709711 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 02:57:17 +00:00
Upayavira b7664ef388 SOLR-7666 Multiple minor fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709707 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 01:53:51 +00:00
Upayavira 37341ab1c8 SOLR-7666 Resolve exceptions and tidy HTML label name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707463 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 09:31:24 +00:00
Upayavira 82e422080d SOLR-8137 Use swapCorelist rather than otherCorelist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707287 13f79535-47bb-0310-9956-ffa450edef68
2015-10-07 13:01:17 +00:00
Upayavira c7deed16f0 SOLR-8137 Do not allow swapping with same core in AngularUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1707282 13f79535-47bb-0310-9956-ffa450edef68
2015-10-07 12:51:49 +00:00