Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


IndexBackupTasks:

  • backupIndex(mode) - powoduje utworzenie kopii zapasowej indeksu w zależności od podanych wartości paramterów. Mogą one przyjmować wartości – causes the creation of a backup copy of an index, depending on the given parameter values, which can be as follows:
    • mode:
      • 0 - nie tworzy kopii zapasowej żadnego z indeksów,
      • 1 - tworzy kopię zapasową indeksu głównego,
      • 0 – does not create a backup copy of any index,
      • 1 – creates a backup copy of the main index,
      • 2 – creates a backup copy of the synonym index2 - tworzy kopię zapasową indeksu synonimów,
      • 3 - 1 i 2,
  • restoreIndex(mode) – removes the current indexes and recreates them from a backup copy, depending on the given parameter values; the meaning of parameters is the same as in the backupindex function; and
  • synchronizeIndices(mode) – synchronizes the current search indexes with the indexes used by the Index Server, depending on the given parameter values; the meaning of parameters is the same as in the backupindex function. - usuwa bieżące indeksy i odtwarza je z kopii zapasowej w zależności od podanych wartości parametrów. Parametry mają identyczne znaczenie jak przy funkcji backupIndex.synchronizeIndices(mode) - synchronizuje bieżące indeksy wyszukiwawcze z indeksami wykorzystywanymi przez Index Server w zależności od podanych wartości parametrów. Parametry mają identyczne znaczenie jak przy funkcji backupIndex.

Index Server


IndexBackupTasks:

  • backupIndex(mode) - powoduje utworzenie kopii zapasowej indeksu w zależności od podanego parametru. Może on przyjmować wartości – causes the creation of a backup copy of an index, depending on the given parameter, which have the following values:
    • mode:
      • 0 - nie tworzy kopii zapasowej żadnego z indeksów,
      • 1 - tworzy kopię zapasową indeksu głównego,
      • 2 - tworzy kopię zapasową indeksu synonimow,
      • 3 - 1 i 2,
    restoreIndex(mode) - usuwa bieżące indeksy i odtwarza je z kopii zapasowej w zależności od podanych wartości parametrów. Parametry mają identyczne znaczenie jak przy funkcji backupIndex.
      • 0 – does not create a backup copy of any index,
      • 1 – creates a backup copy of the main index,
      • 2 – creates a backup copy of the synonym index,
      • 3 – 1 and 2; and
  • restoreIndex(mode) – removes the current indexes and recreates them from a backup copy, depending on the given parameter values; the meaning of parameters is the same as in the backupindex function.

 

ReindexTasks:

  • reindexAll(indexMode) - powoduje reindeksację całej zawartości biblioteki cyfrowej. – causes a reindexation of the whole content of the digital library;
    • indexMode:
      • 0 - nie przeprowadza reindeksacji,
      • 1 - reindeksuje wydania (metadane i zasoby),
      • 2 - reindeksuje publikacje (planowane, grupowe, metadane),
      • 4 - indeksuje synonimy,
      • 0 – does not carry out the reindexation,
      • 1 – reindexes releases (metadata and resources),
      • 2 – reindexes publications (planned publications, group publications, metadata),
      • 4 – indexes synonyms,
      • 7 – 1, 2, and 4;7 - 1, 2 i 4
  • checkIndexesConsistency(indexMode, fix) - sprawdza i naprawia spójność indeksów wyszukiwawczych. Parametry: 
    • indexMode działa tak samo jak w przypadku reindexAll.
    • fix:
      • true - naprawia niespójności,
      • false - pozostawia niespójności nienaprawione.
    – checks and corrects the consistency of search indexes; parameters:
    • indexMode – functions in the same way as in the case of reindexAII;
    • fix:
      • true – corrects inconsistencies,
      • false – leaves inconsistencies uncorrected; and
  • reindexEditions(editionsIds) – causes a reindexation of the releases with the given identifiers; the value of parameter editionslds should indicate the identifiers of the releases which are to be indexed, comma-separatedreindexEditions(editionsIds) - powoduje reindeksację wydań o podanych identyfikatorach. Wartość parametru editionsIds powinna wskazywać identyfikatory wydań do reindeksacji oddzielone od siebie przecinkami.

dLibra JMX Management Service


RMIConnectionsInfo:

  • NoOfRMIThreads - liczba zewnętrznych połączeń do serwera dLibra.RMIConnectionIPs - adresy IP komputerów, z których obecnie nawiązane są połączenia do serwera dLibra – the number of external connections to the dLibra server; and
  • RMIConnectionIPs – the IP addresses of the computers from which connections to the server are being made.


ServiceWrapperManager:

  • stop() - wyłącza serwer. – switches off the server; and
  • restart() - restartuje serwer – restarts the server.