= Using the Solr Administration User Interface :page-children: overview-of-the-solr-admin-ui, logging, cloud-screens, collections-core-admin, java-properties, thread-dump, suggestions-screen, collection-specific-tools, core-specific-tools // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. This section discusses the Solr Administration User Interface ("Admin UI"). The <> explains the basic features of the user interface, what's on the initial Admin UI page, and how to configure the interface. In addition, there are pages describing each screen of the Admin UI: * *<>* shows recent messages logged by this Solr node and provides a way to change logging levels for specific classes. * *<>* display information about nodes when running in SolrCloud mode. * *<>* explains how to get management information about each core. * *<>* shows the Java information about each core. * *<>* lets you see detailed information about each thread, along with state information. * *<>* displays the state of the system with regard to the autoscaling policies that are in place. * *<>* is a section explaining additional screens available for each collection. // TODO: SOLR-10655 BEGIN: refactor this into a 'collection-screens-list.include.adoc' file for reuse ** <> - lets you analyze the data found in specific fields. ** <> - shows you information about the current status of the Data Import Handler. ** <> - provides a simple form allowing you to execute various Solr indexing commands directly from the browser. ** <> - shows the current core configuration files such as `solrconfig.xml`. ** <> - lets you submit a structured query about various elements of a core. ** <> - allows you to submit streaming expressions and see results and parsing explanations. ** <> - displays schema data in a browser window. // TODO: SOLR-10655 END * *<>* is a section explaining additional screens available for each named core. // TODO: SOLR-10655 BEGIN: refactor this into a 'core-screens-list.include.adoc' file for reuse ** <> - lets you ping a named core and determine whether the core is active. ** <> - shows statistics for plugins and other installed components. ** <> - shows you the current replication status for the core, and lets you enable/disable replication. ** <> - Provides a visualization of the underlying Lucene index segments. // TODO: SOLR-10655 END