Solr search server

Each portal has a search function. "Solr", Apache's search server, is the infrastructure that provides this feature.

This page displays the settings for the Solr search server of the portal to which you are currently connected. The settings follow on from the specifications that you have applied (default settings) or changed during the installation of Intrexx.

You can check the settings on this page or change them if necessary.

Authentication for the Solr search server

The Intrexx Portal Server uses the user and password for authentication to the Solr search server.

Solr server URL

The URL of the Solr search server is displayed here.

Example

http://127.0.0.1:8987/solr

If you have not installed the Solr Search Server on the "localhost" or if you use a different port, store the information here.

You can access the Solr Search Server graphical interface by calling the Solr Search Server URL in a browser.

Type

You can choose between a HTTP (standalone) and SolrCloud server here.

By default, the Solr search server is installed in standalone mode. The Solr search server is installed on the same server as the Intrexx Portal Server. For authentication on the Solr search server, the default user "solr" and the default password "SolrRocks" are used.

Select the "SolrCloud" option if you want to configure custom settings for the Solr search server. This is especially the case if you want to set up SolrCloud and make authentication changes to the Solr search server.

For detailed information about the Custom Solr Configuration, see the section Custom Solr configuration.

More information about SolrCloud can be found at the following link, among others: https://solr.apache.org/guide/solr/latest/getting-started/tutorial-solrcloud.html.

Base folder of Solr index configurations

The default directory solr/server/solr can usually be found in the Intrexx installation directory, if the Solr search server was installed during Intrexx setup.

Search

Opens the default dialog where a directory can be selected.

Authentication

Login with user and password

If this setting is enabled, the username and password for authentication to the Solr search server can be entered.

Dictionary order

Click here for more information about using dictionaries.

Move up / Move down

Adjusts the order of the dictionaries.

Manage cores and collections

Opens a dialog where the cores and collections can be modified.

Test connection

The connection to the server can be tested here. The result is shown above the button.

Apply

Clicking on this button saves the settings made.

Reset

Clicking on this button discards all changes that have not been saved.

More information