Use the Solr administrative console to verify if Solr is
running; obtain comprehensive statistics on cache utilization, updates,
and queries; access the text analysis debugger; and obtain Solr documentation.
Attention: The Solr administrative console is not protected
by default, meaning that anyone who knows the URL specified next can
search your ClearQuest database without authenticating. Ensure that
you have
configured secure
access to the Solr administrative console when you first started
cqsearchprofile,
the WebSphere Application Server profile that contains the Solr application.
Enter the following address in a web browser to access the Solr
administrative console:
http://localhost:14080/solr/admin/index.jsp
If you have deployed full-text search on more than one ClearQuest
database, each deployment will have its own profile and each will
be on a different port. To access the Solr administrative console
for the additional deployments, specify the port number associated
with the additional deployment in the address:
http://localhost:port-number/solr/admin/index.jsp