To write the Gazetteer element (Gz) in the index.

§1.

void GazetteerElement::render(OUTPUT_STREAM, index_session *session) {
    localisation_dictionary *LD = Indexing::get_localisation(session);
    IndexLexicon::listing(OUT, Indexing::get_lexicon(session), TRUE, LD);
}