Class EdgeIndexSchema
- java.lang.Object
-
- com.atlassian.confluence.plugins.edgeindex.EdgeIndexSchema
-
@Deprecated public final class EdgeIndexSchema extends Object
Deprecated.since 8.6. UseEdgeIndexFieldMappings
instead.This class contains all names of the fields that an edge document can have- Since:
- 7.17
-
-
Field Summary
Fields Modifier and Type Field Description static String
EDGE_DATE_FIELD
Deprecated.static String
EDGE_ID
Deprecated.static String
EDGE_TARGET_AUTHOR
Deprecated.static String
EDGE_TARGET_ID
Deprecated.static String
EDGE_TARGET_TYPE
Deprecated.static String
EDGE_TYPE
Deprecated.static String
EDGE_USERKEY
Deprecated.
-
Constructor Summary
Constructors Constructor Description EdgeIndexSchema()
Deprecated.
-
-
-
Field Detail
-
EDGE_TARGET_ID
public static final String EDGE_TARGET_ID
Deprecated.
-
EDGE_USERKEY
public static final String EDGE_USERKEY
Deprecated.
-
EDGE_TYPE
public static final String EDGE_TYPE
Deprecated.- See Also:
- Constant Field Values
-
EDGE_ID
public static final String EDGE_ID
Deprecated.- See Also:
- Constant Field Values
-
EDGE_TARGET_TYPE
public static final String EDGE_TARGET_TYPE
Deprecated.- See Also:
- Constant Field Values
-
EDGE_DATE_FIELD
public static final String EDGE_DATE_FIELD
Deprecated.- See Also:
- Constant Field Values
-
EDGE_TARGET_AUTHOR
public static final String EDGE_TARGET_AUTHOR
Deprecated.- See Also:
- Constant Field Values
-
-