Class LastModifierNameExtractor
- java.lang.Object
-
- com.atlassian.confluence.search.lucene.extractor.LastModifierNameExtractor
-
- All Implemented Interfaces:
com.atlassian.bonnie.search.Extractor
@Deprecated public class LastModifierNameExtractor extends Object implements com.atlassian.bonnie.search.Extractor
Deprecated.since 7.17 useLastModifierNameExtractor
instead. Replacement will not be exported publicly using OSGI.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANONYMOUS_LAST_MODIFIER_ID
Deprecated.Constant to represent the value for an anonymous last modifier in the index
-
Constructor Summary
Constructors Constructor Description LastModifierNameExtractor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addFields(org.apache.lucene.document.Document document, StringBuffer defaultSearchableText, com.atlassian.bonnie.Searchable searchable)
Deprecated.
-
-
-
Field Detail
-
ANONYMOUS_LAST_MODIFIER_ID
public static final String ANONYMOUS_LAST_MODIFIER_ID
Deprecated.Constant to represent the value for an anonymous last modifier in the index- See Also:
- Constant Field Values
-
-
Method Detail
-
addFields
public void addFields(org.apache.lucene.document.Document document, StringBuffer defaultSearchableText, com.atlassian.bonnie.Searchable searchable)
Deprecated.- Specified by:
addFields
in interfacecom.atlassian.bonnie.search.Extractor
-
-