java.lang.Object
org.xbib.interlibrary.catalog.elasticsearch.lvi.service.ServiceManager

public class ServiceManager extends Object
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    ServiceManager(org.xbib.settings.Settings settings, Configuration configuration, Record record)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 output
      indexDefinition - the index definition of the LVI service index