public class Export
extends org.neo4j.server.plugins.ServerPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_TO_AGGREGATE_ID_MAPPING |
static String |
EXPORT_ENDPOINT
The REST context path to this plugin.
|
static String |
HYPERNYMS |
static int |
HYPERNYMS_CACHE_SIZE |
static String |
LINGPIPE_DICT |
static int |
OUTPUTSTREAM_INIT_SIZE |
static String |
PARAM_EXCLUSION_LABEL |
static String |
PARAM_FURTHER_PROPERTIES
Deprecated.
|
static String |
PARAM_ID_PROPERTY |
static String |
PARAM_LABEL |
static String |
PARAM_LABELS |
static String |
TERM_ID_MAPPING |
static String |
TERM_TO_FACET |
| Constructor and Description |
|---|
Export() |
| Modifier and Type | Method and Description |
|---|---|
String |
exportElementToAggregateIdMapping(org.neo4j.graphdb.GraphDatabaseService graphDb,
String aggLabelStrings) |
Representation |
exportHypernyms(org.neo4j.graphdb.GraphDatabaseService graphDb,
String facetLabelStrings,
String termLabel) |
Representation |
exportIdMapping(org.neo4j.graphdb.GraphDatabaseService graphDb,
String idProperty,
String labelStrings) |
String |
exportLingpipeDictionary(org.neo4j.graphdb.GraphDatabaseService graphDb,
String labelString,
String exclusionLabelString,
String[] nodeCategories) |
static Representation |
exportTermFacetMapping(org.neo4j.graphdb.GraphDatabaseService graphDb,
String labelString) |
Set<String> |
load(org.neo4j.graphdb.Node n,
Map<org.neo4j.graphdb.Node,Set<String>> cache,
org.neo4j.graphdb.RelationshipType[] relationshipTypes) |
public static final String EXPORT_ENDPOINT
public static final String HYPERNYMS
public static final String LINGPIPE_DICT
public static final String TERM_TO_FACET
public static final String TERM_ID_MAPPING
public static final String ELEMENT_TO_AGGREGATE_ID_MAPPING
public static final String PARAM_ID_PROPERTY
public static final String PARAM_LABELS
public static final String PARAM_LABEL
public static final String PARAM_EXCLUSION_LABEL
@Deprecated public static final String PARAM_FURTHER_PROPERTIES
public static final int OUTPUTSTREAM_INIT_SIZE
public static final int HYPERNYMS_CACHE_SIZE
public Representation exportIdMapping(org.neo4j.graphdb.GraphDatabaseService graphDb, String idProperty, String labelStrings) throws Exception
Exceptionpublic Representation exportHypernyms(org.neo4j.graphdb.GraphDatabaseService graphDb, String facetLabelStrings, String termLabel) throws Exception
Exceptionpublic Set<String> load(org.neo4j.graphdb.Node n, Map<org.neo4j.graphdb.Node,Set<String>> cache, org.neo4j.graphdb.RelationshipType[] relationshipTypes)
public String exportLingpipeDictionary(org.neo4j.graphdb.GraphDatabaseService graphDb, String labelString, String exclusionLabelString, String[] nodeCategories) throws IOException
IOExceptionpublic static Representation exportTermFacetMapping(org.neo4j.graphdb.GraphDatabaseService graphDb, String labelString) throws IOException
IOExceptionCopyright © 2018 JULIE Lab Jena, Germany. All rights reserved.