public class LuceneSearchResultFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LuceneSearchResultFactory.UserLookupHelper
Deprecated.
|
Constructor and Description |
---|
LuceneSearchResultFactory()
Construct a LuceneSearchResultFactory without any requested fields, this will cause all fields of the result
document to be fetched into the search result
|
LuceneSearchResultFactory(Set<String> requestedFields) |
Modifier and Type | Method and Description |
---|---|
SearchResult |
createSearchResult(org.apache.lucene.document.Document document,
Optional<HitHighlighter> maybeHighlighter,
Optional<String> maybeExplanation) |
public LuceneSearchResultFactory()
public SearchResult createSearchResult(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Optional<String> maybeExplanation)
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences