public class Extractor2Adaptor extends Object implements com.atlassian.confluence.index.api.Extractor2
Extractor
implementations to Extractor2
.Constructor and Description |
---|
Extractor2Adaptor(com.atlassian.bonnie.search.Extractor extractor) |
Modifier and Type | Method and Description |
---|---|
Collection<com.atlassian.confluence.index.api.FieldDescriptor> |
extractFields(Object searchable) |
Collection<com.atlassian.confluence.index.api.FieldDescriptor> |
extractFieldsAndText(Object searchable,
StringBuffer text) |
StringBuilder |
extractText(Object searchable) |
public Extractor2Adaptor(com.atlassian.bonnie.search.Extractor extractor)
public StringBuilder extractText(Object searchable)
extractText
in interface com.atlassian.confluence.index.api.Extractor2
public Collection<com.atlassian.confluence.index.api.FieldDescriptor> extractFields(Object searchable)
extractFields
in interface com.atlassian.confluence.index.api.Extractor2
public Collection<com.atlassian.confluence.index.api.FieldDescriptor> extractFieldsAndText(Object searchable, StringBuffer text)
Copyright © 2003–2017 Atlassian. All rights reserved.