32 | | de.mpiwg.itgroup.nimanager.luceneIndices.Importer.importFromMPIWG_persons aus https://it-dev.mpiwg-berlin.mpg.de/hg/NamedIdentityManager erzeugt. |
| 32 | {{{ |
| 33 | de.mpiwg.itgroup.nimanager.luceneIndices.Importer.importFromMPIWG_persons |
| 34 | |
| 35 | }}} |
| 36 | |
| 37 | für die Haupteinträge (d.h. |
| 38 | {{{ |
| 39 | |
| 40 | String[] indexFields=new String[]{"http://xmlns.com/foaf/0.1/name","http://xmlns.com/foaf/0.1/lastName","http://xmlns.com/foaf/0.1/firstName"}; |
| 41 | |
| 42 | }}} |
| 43 | |
| 44 | und für Namensalternativen |
| 45 | |
| 46 | {{{ |
| 47 | |
| 48 | de.mpiwg.itgroup.nimanager.luceneIndices.Importer.importAlternativesFromWikipedia |
| 49 | |
| 50 | }}} |
| 51 | |
| 52 | aus https://it-dev.mpiwg-berlin.mpg.de/hg/NamedIdentityManager erzeugt. |
| 53 | |
| 54 | Die Main-Methode ruft beide hintereinander auf. |
| 55 | |