| Package | Description |
|---|---|
| com.atlassian.confluence.internal.index | |
| com.atlassian.confluence.internal.index.elasticsearch | |
| com.atlassian.confluence.internal.index.lucene | |
| com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
| com.atlassian.confluence.search.v2.searchfilter |
| Constructor and Description |
|---|
SearchDocumentBuilder(List<FieldsExtractor<com.atlassian.bonnie.Searchable>> extractors,
Function<Iterable<Field>,T> transformer,
SearchResultType documentType,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Constructor and Description |
|---|
ESDefaultDocumentBuilder(List<FieldsExtractor<com.atlassian.bonnie.Searchable>> extractors,
Function<Iterable<Field>,org.elasticsearch.common.xcontent.XContentBuilder> fieldTransformer,
SearchResultType documentType,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Constructor and Description |
|---|
LuceneDefaultDocumentBuilder(List<FieldsExtractor<com.atlassian.bonnie.Searchable>> extractors,
SearchResultType documentType,
com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.bonnie.HandleResolver handleResolver) |
| Modifier and Type | Method and Description |
|---|---|
static SearchResultType |
SearchResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchResultType[] |
SearchResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResultType |
SearchResultTypeSearchFilter.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
static SearchResultTypeSearchFilter |
SearchResultTypeSearchFilter.getInstance(SearchResultType searchResultType)
Returns a SearchResultTypeSearchFilter of the specified type.
|
Copyright © 2003–2017 Atlassian. All rights reserved.