SearchManager.@Deprecated public interface LuceneSearcher
| Modifier and Type | Method and Description |
|---|---|
LuceneSearchResults |
search(org.apache.lucene.search.Query query,
org.apache.lucene.search.Sort sort,
org.apache.lucene.search.Filter searchFilter,
LuceneResultFilter resultFilter,
Set<String> requestedFields)
Deprecated.
|
@Deprecated LuceneSearchResults search(org.apache.lucene.search.Query query, org.apache.lucene.search.Sort sort, org.apache.lucene.search.Filter searchFilter, LuceneResultFilter resultFilter, Set<String> requestedFields)
query - the query to runsort - the sort to perform sorting bysearchFilter - the filter that is run during the searchresultFilter - the filter that is run after a search once the results have returnedrequestedFields - - the fields to load into the search result, if this is null or empty all fields will be loadedCopyright © 2003–2023 Atlassian. All rights reserved.