Class TermNormalizationUtils

java.lang.Object
org.gbif.api.util.TermNormalizationUtils

public class TermNormalizationUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    This normalization is used to generate the avro schemas of the verbatim extensions tables in downloadTables->XmlToAvscGeneratorMojo and hence the same normalization has to be used when populating the tables(pipelines->VerbatimExtensionsInterpretationPipeline) and when downloading these extensions from ES(occurrence->DownloadDwcaActor).

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • normalizeFieldName

      public static String normalizeFieldName(String name)
      This normalization is used to generate the avro schemas of the verbatim extensions tables in downloadTables->XmlToAvscGeneratorMojo and hence the same normalization has to be used when populating the tables(pipelines->VerbatimExtensionsInterpretationPipeline) and when downloading these extensions from ES(occurrence->DownloadDwcaActor).