SISI 5

Sophora Indexing Service Update Notes

Instructions for updating from the previous Sophora version.

Configuration

VersionTimingChanges
5.0.0This must be done before the indexing service is started for the first time in version 5.The configuration property sophora.client.server-connection.url is replaced by sophora.client.server-connection.urls. Multiple connection urls may be used.
5.0.0This must be done before the indexing service is started for the first time in version 5.The json codec configured under spring.redis.redisson.config has changed. Use the following configuration:
codec: !<com.subshell.sophora.indexingservice.core.codec.SISIJsonJacksonCodec> {}

Solr Index Mapping

  • A new boolean solr field sophora_isEnabled_b is added to all working collections that indicates if the document is enabled within the structure.

Last modified on 4/6/23

The content of this page is licensed under the CC BY 4.0 License. Code samples are licensed under the MIT License.

Icon