public class VersionCommentExtractor extends Object implements Extractor2
| Constructor and Description |
|---|
VersionCommentExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldDescriptor> |
extractFields(Object searchable)
Extract fields from the searchable object.
|
StringBuilder |
extractText(Object searchable)
Returns a buffer of text that will be appended onto the end of a larger
buffer of text that will eventually become the searchable body text.
|
public StringBuilder extractText(Object searchable)
extractText in interface Extractor2searchable - a searchable objectpublic Collection<FieldDescriptor> extractFields(Object searchable)
extractFields in interface Extractor2searchable - a searchable objectCopyright © 2003–2022 Atlassian. All rights reserved.