com.atlassian.confluence.plugins.edgeindex
Class LuceneEdgeDocumentFactory
java.lang.Object
com.atlassian.confluence.plugins.edgeindex.LuceneEdgeDocumentFactory
- All Implemented Interfaces:
- EdgeDocumentFactory
public class LuceneEdgeDocumentFactory
- extends java.lang.Object
- implements EdgeDocumentFactory
|
Method Summary |
org.apache.lucene.document.Document |
getDocument(java.lang.String edgeId,
com.atlassian.sal.api.user.UserKey userKey,
ContentEntityObject target,
java.util.Date date,
java.lang.String edgeTypeKey)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDGE_TARGET_ID
public static final java.lang.String EDGE_TARGET_ID
- See Also:
- Constant Field Values
EDGE_USERKEY
public static final java.lang.String EDGE_USERKEY
- See Also:
- Constant Field Values
EDGE_TYPE
public static final java.lang.String EDGE_TYPE
- See Also:
- Constant Field Values
EDGE_ID
public static final java.lang.String EDGE_ID
- See Also:
- Constant Field Values
EDGE_TARGET_TYPE
public static final java.lang.String EDGE_TARGET_TYPE
- See Also:
- Constant Field Values
LuceneEdgeDocumentFactory
public LuceneEdgeDocumentFactory(EdgeDateFieldHelper edgeDateFieldHelper)
getDocument
public org.apache.lucene.document.Document getDocument(java.lang.String edgeId,
com.atlassian.sal.api.user.UserKey userKey,
ContentEntityObject target,
java.util.Date date,
java.lang.String edgeTypeKey)
- Specified by:
getDocument in interface EdgeDocumentFactory
Copyright © 2003-2014 Atlassian. All Rights Reserved.