Managed Search Index Servers
A managed search index server is a server instance of the Apache Solr™ enterprise search platform controlled by the Model Manager server itself. The Managed Search Index Servers page, opened by clicking Search Index Servers in the System navigation sidebar, shows a table with the configurations of all such managed search index servers. A single configuration — Default managed Apache Solr™ server — is initially shown in the table. This default managed search index server is automatically created by the Model Manager server when the latter is started for the first time — see The Default Managed Database.
Links to the Managed Search Index Servers page are hidden in the web interface if you cleared the Managed Apache Solr™ check box in the Products step of the Model Manager server installation.
Click on the label of a managed search index server in the table to show more details for that managed server. Click the Add button to add a new managed search index server.
Adding Managed Search Index Servers
You can add a new managed search index server to the Model Manager server. This is useful if you, for example, want to use different options than the default ones for the automatically added managed search index server but at the same time want to keep it around as a reference.
To add a new managed search index server:
1
2
The data directory must be located on a physical disk. Placing the directory on a network disk is not supported.
3
Select when and how the managed search index server is started in the Start mode list. Select Automatic if the server should start when the Model Manager server is started or when the search index server is used by a Model Manager database. Select Manual if the server must be manually started on The Managed Search Index Server Page.
4
Click Save to add the new configuration. The data directory will be automatically created as needed the next time the managed search index server is started.
Unlike Managed SQL Database Servers and Managed Resources Directories, a managed search index server requires no backup.
The Managed Search Index Server Page
The Managed Search Index Server page contains details on the configuration of a managed search index server added to the Model Manager server — see Adding Managed Search Index Servers. The configuration fields are:
Platform. The search platform used for the managed search index server.
Label. The label of the managed search index server. Used for display purposes in the Model Manager server web interface.
Data directory. The file system path to the data directory of the managed search index server.
The currently available disk space on the file storage containing the data directory is shown below the path.
You can see the current status of the data directory in its Status field. If the data directory does not exist on the file system, click the Create button to create it.
Start mode. The start mode of the managed search index server — Automatic if the server starts when the Model Manager server is started or when the search index server is used by a Model Manager database, Manual if the server must be manually started.
The adjacent Status field shows, for example, if the server is currently started or if the server has failed to start due to some configuration issue. For the latter case, read the nested error information to look for hints to the underlying cause.
Click the Stop button to stop a running managed search index server. Click Start to start it.
To edit the configuration for a managed search index server, proceed as follows:
1
2
Click the Stop button to stop the managed search index server.
3
Click the Edit button.
4
5
Click the Save button.
6
7
Deleting a Managed Search Index Server Configuration
Click the Delete Permanently button to permanently delete the configuration.
Clicking Delete Permanently will only delete the configuration for the managed search index server; it will not delete its data directory. You can add an existing search index server again by adding a new configuration that points to its data directory.
Search Indexes
The search data used by the Model Manager search functionality is populated in search indexes in the managed search index server. A Model Manager server database requires two search indexes. The search indexes are stored inside the data directory for the managed search index server.
The Search indexes section shows a table with all search indexes in the search index server. The table columns are:
The Name column — the name of the search index.
The Used by column — the Model Manager database using the search index, if any.
To add a new search index, write the name of the search index and click the Add button under the Search Indexes section on the Managed Search Index Server page. The name may only contain the letters a–z and digits 0–9 and must start with a letter. Suggested names are assets and items — the same names used by The Default Managed Database.
Unlike the data directories of Managed SQL Database Servers and Managed Resources Directories, the data directory and its search indexes do not require backup because the contents can be recreated from that of the SQL database — see Restore of a Managed Search Index Server.
Restore of a Managed Search Index Server
A managed search index server is automatically restored if its data directory is missing when the server is started, although all of its search indexes are then empty. The search indexes will be automatically populated with search data when the Model Manager server database using the search indexes is activated.
You can also manually restore the data directory as follows:
1
2
3
4
At this point, the data directory and its search indexes will be recreated based on the configuration settings of the managed search index server. The search indexes will, however, be empty of search data.
5
At this point, the empty search indexes will be automatically repopulated with search data loaded from the corresponding SQL database as needed.