com.atlassian.confluence.search.lucene.extractor
Class ConfluenceAttachmentMetadataExtractor

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.extractor.ConfluenceAttachmentMetadataExtractor
All Implemented Interfaces:
com.atlassian.bonnie.search.Extractor

public class ConfluenceAttachmentMetadataExtractor
extends java.lang.Object
implements com.atlassian.bonnie.search.Extractor


Field Summary
static java.lang.String CONTENT_ID_FIELD
           
static java.lang.String CONTENT_REAL_TITLE_FIELD
           
static java.lang.String CONTENT_TYPE_FIELD
          This actually refers to the type of the containing ContentEntityObject
static java.lang.String CONTENT_URL_PATH_FIELD
           
 
Constructor Summary
ConfluenceAttachmentMetadataExtractor()
           
 
Method Summary
 void addFields(org.apache.lucene.document.Document document, java.lang.StringBuffer defaultSearchableText, com.atlassian.bonnie.Searchable searchable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_REAL_TITLE_FIELD

public static final java.lang.String CONTENT_REAL_TITLE_FIELD
See Also:
Constant Field Values

CONTENT_URL_PATH_FIELD

public static final java.lang.String CONTENT_URL_PATH_FIELD
See Also:
Constant Field Values

CONTENT_ID_FIELD

public static final java.lang.String CONTENT_ID_FIELD
See Also:
Constant Field Values

CONTENT_TYPE_FIELD

public static final java.lang.String CONTENT_TYPE_FIELD
This actually refers to the type of the containing ContentEntityObject

See Also:
Constant Field Values
Constructor Detail

ConfluenceAttachmentMetadataExtractor

public ConfluenceAttachmentMetadataExtractor()
Method Detail

addFields

public void addFields(org.apache.lucene.document.Document document,
                      java.lang.StringBuffer defaultSearchableText,
                      com.atlassian.bonnie.Searchable searchable)
Specified by:
addFields in interface com.atlassian.bonnie.search.Extractor


Copyright © 2003-2010 Atlassian. All Rights Reserved.