GSB 7.0 Standardlösung

GSB Applikation indexer

Die Applkation indexer ist für die Indizierung der redaktionellen Inhalte in der Redaktions- und Liveumgebung zuständig.

Die Datei application.properties enthält die Konfiguration der Applikation.

Konfigurationsdatei aplication.properties (Service-Instanz indexer-preview)

#
# Copyright © 2018 Materna Information & Communications SE
#

logging.config=${gsb.software.dir}/logback-spring.xml

server.port=6501

indexer.repository.url=http://repository.preview.example.com:6001
indexer.solr.url=http://solr.preview.example.com:6401

indexer.handleEditorRelevantEvents=true

Beschreibung der application-Properties

Property-NameBeschreibung
logging.configPfad zur Logback-Konfiguration. Die Default Logback-Konfiguration liegt in der installierten GSB-Applikation, der Pfad zum Installationsverzeichnis ist in der Systemproperty gsb.software.dir definiert. Standard Spring-Boot-Property, Details zur Logging-Konfiguration s.a. https://docs.spring.io/spring-boot/docs/current/reference/html/howto-logging.html
server.portPortnummer auf dem der Http-Port der Applikation läuft. Standard Spring-Boot-Property (s.a. https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html)
indexer.repository.urlUrl unter der das Contentrepository erreichbar ist (Format Schema://Servername:Portnummer)
indexer.solr.urlUrl unter der der Solr-Server erreichbar ist (Format Schema://Servername:Portnummer)

zusätzliche Paramater für die Indexer:

/opt/gsbos/runtime/indexer-preview/application.properties:

indexer.tika.useForkParser=true

indexer.tika.forkParserCommand=bin/java -Xmx1536m

indexer.tika.tikaLogbackConfigurationFile=/opt/gsbos/software/indexer/logback-tika.xml

indexer.tika.forkParserPoolSize=3

indexer.tika.minBlobExtractionWarningSeconds=30