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

Deprecated. since 3.0. Use ConfluenceDocumentBuilder instead.

@Deprecated
public class ConfluenceObjectToDocumentConverter
extends Object
implements com.atlassian.bonnie.index.ObjectToDocumentConverter


Field Summary
static org.apache.log4j.Category LOG
          Deprecated. since 5.5, use private logger
 
Constructor Summary
ConfluenceObjectToDocumentConverter(com.atlassian.bonnie.search.DocumentBuilder builder)
          Deprecated.  
 
Method Summary
 org.apache.lucene.document.Document convert(Object o, Object context)
          Deprecated.  
 String[] getObjectIdentity(Object o)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

@Deprecated
public static final org.apache.log4j.Category LOG
Deprecated. since 5.5, use private logger
Constructor Detail

ConfluenceObjectToDocumentConverter

public ConfluenceObjectToDocumentConverter(com.atlassian.bonnie.search.DocumentBuilder builder)
Deprecated. 
Method Detail

convert

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

getObjectIdentity

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


Copyright © 2003–2015 Atlassian. All rights reserved.