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 Object
implements EdgeDocumentFactory


Field Summary
static String EDGE_ID
           
static String EDGE_TARGET_ID
           
static String EDGE_TYPE
           
static String EDGE_USERNAME
           
 
Constructor Summary
LuceneEdgeDocumentFactory(EdgeDateFieldHelper edgeDateFieldHelper)
           
 
Method Summary
 org.apache.lucene.document.Document getDocument(Edge edge)
           
 
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 String EDGE_TARGET_ID
See Also:
Constant Field Values

EDGE_USERNAME

public static final String EDGE_USERNAME
See Also:
Constant Field Values

EDGE_TYPE

public static final String EDGE_TYPE
See Also:
Constant Field Values

EDGE_ID

public static final String EDGE_ID
See Also:
Constant Field Values
Constructor Detail

LuceneEdgeDocumentFactory

public LuceneEdgeDocumentFactory(EdgeDateFieldHelper edgeDateFieldHelper)
Method Detail

getDocument

public org.apache.lucene.document.Document getDocument(Edge edge)
Specified by:
getDocument in interface EdgeDocumentFactory


Copyright © 2003-2012 Atlassian. All Rights Reserved.