com.atlassian.confluence.plugins.edgeindex
Class LuceneEdgeDocumentFactory

java.lang.Object
  extended by com.atlassian.confluence.plugins.edgeindex.LuceneEdgeDocumentFactory
All Implemented Interfaces:
EdgeDocumentFactory

public class LuceneEdgeDocumentFactory
extends java.lang.Object
implements EdgeDocumentFactory


Field Summary
static java.lang.String EDGE_ID
           
static java.lang.String EDGE_TARGET_ID
           
static java.lang.String EDGE_TARGET_TYPE
           
static java.lang.String EDGE_TYPE
           
static java.lang.String EDGE_USERKEY
           
 
Constructor Summary
LuceneEdgeDocumentFactory(EdgeDateFieldHelper edgeDateFieldHelper)
           
 
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
 

Field Detail

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
Constructor Detail

LuceneEdgeDocumentFactory

public LuceneEdgeDocumentFactory(EdgeDateFieldHelper edgeDateFieldHelper)
Method Detail

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.