May 15, 2020
Estimated Post Reading Time ~

Intro to Dashboard Part – IV

In this post, we will discuss the next tab.

Core Selection
This the part through which we interact with the solr core. Here just select the core “collection1” & you can see some more tabs on your screen like overview, analyze, config etc.


I will discuss these tabs in detail in my coming post. Here I am giving a brief introduction to these tabs.

Analysis
Lets you analyze the data found in specific fields.

Data Import Handler
It will show the details about the current status of the configured data importer for an ex. if you want to connect to the external database such as MySql, Oracle, etc. then you have to configure a data import handler & its information will be displayed in this tab.

Documents
This tab provides you a GUI from where you can directly insert the data in different formats to Apache Solr. This is a testing tab & provides you a facility to index your data directly from the browser.

Files
This tab shows the current core configuration files such as solrconfig.xml and schema.xml.
you can not modify these files from this tab, this tab is only for reading purpose.

Ping
Lets you ping a named core and determine whether the core is active or not.
Plugins/Stats
this tab shows statistics for plugins and other installed components.

Query
This is a very important tab I will discuss it separately in a new post. For an introduction, this tab is used to query the indexed data in Apache Solr. It shows all the formats supported by Apache Solr and all the parameters required or optional for searching text in Apache Solr.

Replication
Shows you the current replication status for the core, and lets you enable/disable replication.

Schema Browser
Displays schema data in a browser window.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.