![]() | ![]() | ![]() | ![]() |
If you use Solr search capabilities with SAS Enterprise Case Management or SAS Anti-Money Laundering, you should upgrade from Solr 4.7.x to Solr 5.5.5. This recommendation applies to SAS Enterprise Case Management 6.2 or later, and SAS Anti-Money Laundering 6.3 or 6.3M1.
This note documents the necessary changes to the sample configuration files delivered with SAS Enterprise Case Management. For more details about upgrading to Solr 5.x, see the section titled "Upgrading from Solr 4.x" in the Apache Solr Release Notes.
Note: The instructions use the following naming conventions:
Follow the steps below to make the necessary changes to the sample configuration files delivered with SAS Enterprise Case Management.
<cores adminPath="/admin/cores" defaultCoreName="EntCaseMgmtCollection" host="${host:}" hostPort="${jetty.port:}" hostContext="${hostContext:}" zkClientTimeout="${zkClientTimeout:15000}">
<core name="EntCaseMgmtCollection" instanceDir="EntCaseMgmtCollection" /> <core name="SearchMetadata" instanceDir="SearchMetadata" />
</cores>
<requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/json</str>
</lst>
</requestHandler>
<requestHandler name="/update/csv" class="solr.CSVRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/csv</str>
</lst>
</requestHandler>
<requestHandler name="/update/json" class="solr.UpdateRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/json</str>
</lst>
</requestHandler>
<requestHandler name="/update/csv" class="solr.UpdateRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/csv</str>
</lst>
</requestHandler>
<requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/json</str>
</lst>
</requestHandler>
<requestHandler name="/update/csv" class="solr.CSVRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/csv</str>
</lst>
</requestHandler>
<requestHandler name="/update/json" class="solr.UpdateRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/json</str>
</lst>
</requestHandler>
<requestHandler name="/update/csv" class="solr.UpdateRequestHandler">
<lst name="defaults">
<str name="stream.contentType">application/csv</str>
</lst>
</requestHandler>
Note that the instructions for setting up Solr as an operating system service in the PrepareSolr directory are obsolete for Solr 5.5.5. For tips on setting up Solr as an operating system service, please refer to Consider adding start scripts in the Apache Solr documentation.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Enterprise Case Management | Linux for x64 | 6.3 | 9.4 TS1M2 | ||
64-bit Enabled Solaris | 6.3 | 9.4 TS1M2 | ||||
64-bit Enabled AIX | 6.3 | 9.4 TS1M2 | ||||
Microsoft® Windows® for x64 | 6.3 | 9.4 TS1M2 | ||||
SAS System | SAS Anti-Money Laundering | Microsoft® Windows® for x64 | 6.3 | 9.4 TS1M2 | ||
64-bit Enabled AIX | 6.3 | 9.4 TS1M2 | ||||
64-bit Enabled Solaris | 6.3 | 9.4 TS1M2 | ||||
Linux for x64 | 6.3 | 9.4 TS1M2 |
Type: | Usage Note |
Priority: | high |
Date Modified: | 2017-12-20 17:16:14 |
Date Created: | 2017-10-31 09:54:44 |