Class PicaGroupIndexer
java.lang.Object
de.gwdg.metadataqa.marc.utils.pica.PicaGroupIndexer
- All Implemented Interfaces:
FieldIndexer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionindex(DataField dataField, DataFieldKeyGenerator keyGenerator) Indexes the given data field by extracting the entry subfields along with schema sources.setPicaPath(PicaPath picaPath)
-
Constructor Details
-
PicaGroupIndexer
public PicaGroupIndexer()
-
-
Method Details
-
index
Description copied from interface:FieldIndexerIndexes the given data field by extracting the entry subfields along with schema sources. The schema source is determined by the implementation.- Specified by:
indexin interfaceFieldIndexer- Parameters:
dataField- The data field to be indexed.keyGenerator- The key generator to be used to generate the index key. Used primarily for creating the key for the entry subfield.- Returns:
- A map containing the index key and the list of values extracted from the entry subfield.
-
setPicaPath
-