Klasse ServiceManager
java.lang.Object
org.xbib.interlibrary.catalog.elasticsearch.lvi.service.ServiceManager
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungServiceManager
(org.xbib.settings.Settings settings, Configuration configuration, Record record) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
index
(ElxOutputHelper elxOutputHelper, org.xbib.elx.api.IndexDefinition indexDefinition) We have three styles of record that overlap. 1. the "record" style with the record key as document ID 2. the "holdings" style with the holdings key as document ID 3. and the "year" style with the holdings key plus the year as document ID
-
Konstruktordetails
-
ServiceManager
public ServiceManager(org.xbib.settings.Settings settings, Configuration configuration, Record record)
-
-
Methodendetails
-
index
public void index(ElxOutputHelper elxOutputHelper, org.xbib.elx.api.IndexDefinition indexDefinition) We have three styles of record that overlap. 1. the "record" style with the record key as document ID 2. the "holdings" style with the holdings key as document ID 3. and the "year" style with the holdings key plus the year as document ID- Parameter:
elxOutputHelper
- the ELX outputindexDefinition
- the index definition of the LVI service index
-