Class LuceneSearchResultFactory
- java.lang.Object
-
- com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResultFactory
-
public class LuceneSearchResultFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LuceneSearchResultFactory.UserLookupHelper
Deprecated.
-
Constructor Summary
Constructors Constructor Description LuceneSearchResultFactory()
Construct a LuceneSearchResultFactory without any requested fields, this will cause all fields of the result document to be fetched into the search resultLuceneSearchResultFactory(Set<String> requestedFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchResult
createSearchResult(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Optional<String> maybeExplanation)
-
-
-
Method Detail
-
createSearchResult
public SearchResult createSearchResult(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Optional<String> maybeExplanation)
-
-