public class SpaceKeyAndNameExtractor extends Object implements Extractor2
IN_SPACE_FIELD to allow PersonalInformation objects to be retrieved
in searches. For more details please see PermittedSpacesQueryMapper.convertToLuceneQuery(com.atlassian.confluence.search.v2.SearchQuery)| Modifier and Type | Field and Description |
|---|---|
static String |
IN_SPACE_FIELD |
| Constructor and Description |
|---|
SpaceKeyAndNameExtractor() |
| 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 static final String IN_SPACE_FIELD
public StringBuilder extractText(Object searchable)
Extractor2extractText in interface Extractor2searchable - a searchable objectpublic Collection<FieldDescriptor> extractFields(Object searchable)
Extractor2extractFields in interface Extractor2searchable - a searchable objectCopyright © 2003–2022 Atlassian. All rights reserved.