public class LuceneEdgeDocumentFactory extends Object implements EdgeDocumentFactory
Modifier and Type | Field and Description |
---|---|
static String |
EDGE_ID |
static String |
EDGE_TARGET_ID |
static String |
EDGE_TARGET_TYPE |
static String |
EDGE_TYPE |
static String |
EDGE_USERKEY |
Constructor and Description |
---|
LuceneEdgeDocumentFactory(EdgeDateFieldHelper edgeDateFieldHelper) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.document.Document |
getDocument(String edgeId,
com.atlassian.sal.api.user.UserKey userKey,
ContentEntityObject target,
Date date,
String edgeTypeKey) |
public static final String EDGE_TARGET_ID
public static final String EDGE_USERKEY
public static final String EDGE_TYPE
public static final String EDGE_ID
public static final String EDGE_TARGET_TYPE
public LuceneEdgeDocumentFactory(EdgeDateFieldHelper edgeDateFieldHelper)
public org.apache.lucene.document.Document getDocument(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey)
getDocument
in interface EdgeDocumentFactory
Copyright © 2003–2020 Atlassian. All rights reserved.