com.atlassian.confluence.search.lucene
Class ConfluenceObjectToDocumentConverter

java.lang.Object
  extended by com.atlassian.bonnie.search.BaseDocumentBuilder
      extended by com.atlassian.confluence.search.lucene.ConfluenceDocumentBuilder
          extended by com.atlassian.confluence.search.lucene.ConfluenceObjectToDocumentConverter
All Implemented Interfaces:
ObjectToDocumentConverter, DocumentBuilder

public class ConfluenceObjectToDocumentConverter
extends ConfluenceDocumentBuilder
implements ObjectToDocumentConverter


Field Summary
static org.apache.log4j.Category LOG
           
 
Fields inherited from interface com.atlassian.bonnie.search.DocumentBuilder
CLASSNAME_FIELD_NAME, CONTENT_FIELD_NAME, HANDLE_FIELD_NAME
 
Constructor Summary
ConfluenceObjectToDocumentConverter()
           
 
Method Summary
 Document convert(Object o, Object context)
           
 String[] getObjectIdentity(Object o)
           
 
Methods inherited from class com.atlassian.confluence.search.lucene.ConfluenceDocumentBuilder
getExtractors, setPluginManager
 
Methods inherited from class com.atlassian.bonnie.search.BaseDocumentBuilder
getDocument, getHandleAttributeStringValue, getInitialDocument, setAnyTypeObjectDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Category LOG
Constructor Detail

ConfluenceObjectToDocumentConverter

public ConfluenceObjectToDocumentConverter()
Method Detail

convert

public Document convert(Object o,
                        Object context)
Specified by:
convert in interface ObjectToDocumentConverter

getObjectIdentity

public String[] getObjectIdentity(Object o)
Specified by:
getObjectIdentity in interface ObjectToDocumentConverter


Confluence is developed by Atlassian.