Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/SolrAdminGUI

The comment on the change is:
cleaning up some TODO items

------------------------------------------------------------------------------
   
  [[TableOfContents]]
- 
- /!\ :TODO: /!\ Some of this links don't exist anymore, have they been 
replaced by other links?
  
  After you have your instance of Solr is running, you can navigate to it's 
admin interface with a browser. For example:
  
@@ -17, +15 @@

  ||'''Solr Link'''||'''Displays'''||
  ||SCHEMA ||Displays the XML schema file that defines the collection for this 
Solr instance.||
  ||CONFIG ||Displays the Solr configuration file, solrconfig.xml.||
- ||PROPERTIES ||Displays a JSP that contains the properties of the Java 
Virtual Machine (JVM).||
+ ||ANALYSIS||Links ot the Field Analysis GUI for testing out how the Analyzers 
for different fields will behave||
+ ||STATISTICS||Displays a subset of the data appearing on the INFO page. This 
data ''does'' change as the objects collect statistics over time.||
  ||INFO||Displays a page that displays data in these Catagories: [[BR]] 
[[BR]]CORE[[BR]]CACHE[[BR]]QUERY handlers[[BR]]UPDATE handlers[[BR]]OTHER 
[[BR]] [[BR]] The above are links to locations on the same page. The 
information on the INFO page does not change after startup.||
- ||STATISTICS||Displays a subset of the data appearing on the INFO page. This 
data ''does'' change as the objects collect statistics over time.||
  ||DISTRIBUTION ||If you are looking at a Master instance, each row displays 
the name of the slave and the snapshots it has retrieved. If you are looking at 
a Slave instance, it will display one line showing the name of its last attempt 
to retrieve a snapshot off its master. See also CollectionDistribution.||
  ||PING||If successful, HTTP 200 is returned to browser but nothing is 
displayed. If unsuccessful, HTTP 500 (an error) is returned and an exception 
message displayed.||
- ||LOGGING||Displays the '''Log Level''' page that allows you to set these 
levels:[[BR]][[BR]]ALL[[BR]]CONFIG[[BR]]FINE[[BR]]FINER[[BR]]FINEST [[BR]]INFO 
[[BR]]OFF [[BR]]SEVERE [[BR]]WARNING[[BR]][[BR]]Each invokes an action.jsp 
which shows whether the action succeeded of failed. If '''successful''', the 
word, 'succeeded', is displayed and then you are returned to the Admin home 
page. If '''unsuccessful''', the Action page display the error until you 
navigate away from it). For detailed information on Logging levels, see 
[http://java.sun.com/j2se/1.5.0/docs/api/java/util/logging/Logger.html:SUN's 
page on Class Logger].||
+ ||LOGGING||Displays the '''Log Level''' page that allows you to set these 
levels:[[BR]][[BR]]ALL[[BR]]CONFIG[[BR]]FINE[[BR]]FINER[[BR]]FINEST [[BR]]INFO 
[[BR]]OFF [[BR]]SEVERE [[BR]]WARNING[[BR]][[BR]]Each invokes an action.jsp 
which shows whether the action succeeded of failed. If '''successful''', the 
word, 'succeeded', is displayed and then you are returned to the Admin home 
page. If '''unsuccessful''', the Action page display the error until you 
navigate away from it). For detailed information on Logging levels, see 
[http://java.sun.com/j2se/1.5.0/docs/api/java/util/logging/Logger.html SUN's 
page on Class Logger].||
   
  
  == AppServer Links ==
  
- ||'''Resin Server Link'''||'''Displays'''||
+ ||'''App Server Link'''||'''Displays'''||
+ ||PROPERTIES ||Displays a JSP that contains the properties of the Java 
Virtual Machine (JVM).||
  ||THREAD DUMP||Displays a thread dump of the appserver.||
- ||ENABLE/DISABLE||Only for use behind a load balancer : takes a server in/out 
of rotation by making a healthcheck succeed/fail||
+ ||ENABLE/DISABLE||This link is only displayed if a `healthcheck` directive 
appears in the `admin` block ofthe Solr config.   When using load balancers it 
makes it easy to take a server in/out of rotation by making a healthcheck 
succeed/fail||
  
  == Make a Query Links ==
  

Reply via email to