com.atlassian.confluence.search.lucene
Class ConfluenceObjectToDocumentConverter

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.ConfluenceObjectToDocumentConverter
All Implemented Interfaces:
com.atlassian.bonnie.index.ObjectToDocumentConverter

public class ConfluenceObjectToDocumentConverter
extends java.lang.Object
implements com.atlassian.bonnie.index.ObjectToDocumentConverter


Field Summary
static org.apache.log4j.Category LOG
           
 
Constructor Summary
ConfluenceObjectToDocumentConverter(com.atlassian.bonnie.search.DocumentBuilder builder)
           
 
Method Summary
 org.apache.lucene.document.Document convert(java.lang.Object o, java.lang.Object context)
           
 java.lang.String[] getObjectIdentity(java.lang.Object o)
           
 
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(com.atlassian.bonnie.search.DocumentBuilder builder)
Method Detail

convert

public org.apache.lucene.document.Document convert(java.lang.Object o,
                                                   java.lang.Object context)
Specified by:
convert in interface com.atlassian.bonnie.index.ObjectToDocumentConverter

getObjectIdentity

public java.lang.String[] getObjectIdentity(java.lang.Object o)
Specified by:
getObjectIdentity in interface com.atlassian.bonnie.index.ObjectToDocumentConverter


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.