Uses of Class
com.atlassian.jira.issue.search.SearchResults
Packages that use SearchResults
Package
Description
-
Uses of SearchResults in com.atlassian.jira.bc.issue.search
Methods in com.atlassian.jira.bc.issue.search that return SearchResultsModifier and TypeMethodDescriptionDefaultSearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, PagerFilter pager) Searches the index and returns issues within the pager's range.SearchService.search(ApplicationUser searcher, Query query, PagerFilter pager) Search the index, and only return issues that are in the pager's range.DefaultSearchService.searchOverrideSecurity(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.searchOverrideSecurity(ApplicationUser searcher, Query query, PagerFilter pager) Search the index, and only return issues that are in the pager's range while AND'ing the raw lucene query to the generated query from the provided searchQuery, not taking into account any security constraints. -
Uses of SearchResults in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search that return SearchResultsModifier and TypeMethodDescriptionstatic SearchResults<DocumentWithId>DocumentSearchResultsFactory.create(List<DocumentWithId> documentsInPage, int totalIssueCount, PagerFilter pagerFilter) Deprecated, for removal: This API element is subject to removal in a future version.Construct searchResults using the documents that should be displayed, and the 'total' number of documents.static SearchResults<Issue>IssueSearchResultsFactory.create(List<Issue> issuesInPage, int totalIssueCount, int maxIssueCount, int startIndex) Construct searchResults using the issues that should be displayed, and the 'total' number of issues.static SearchResults<Issue>IssueSearchResultsFactory.create(List<Issue> issuesInPage, int totalIssueCount, PagerFilter pagerFilter) Construct searchResults using the issues that should be displayed, and the 'total' number of issues.static SearchResults<Issue>IssueSearchResultsFactory.create(List<Issue> issues, PagerFilter<Issue> pagerFilter) Construct searchResults using a list of issues.SearchProvider.search(SearchQuery query, PagerFilter pager) Deprecated.SearchProvider.search(SearchQuery query, PagerFilter pager, Set<String> fieldsToLoad) Deprecated.<R> SearchResults<R> -
Uses of SearchResults in com.atlassian.jira.issue.search.providers
Methods in com.atlassian.jira.issue.search.providers that return SearchResultsModifier and TypeMethodDescriptionLuceneSearchProvider.search(SearchQuery query, PagerFilter pager) Deprecated, for removal: This API element is subject to removal in a future version.LuceneSearchProvider.search(SearchQuery query, PagerFilter pager, Set<String> fieldsToLoad) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchResults in com.atlassian.jira.issue.views
Methods in com.atlassian.jira.issue.views that return SearchResultsModifier and TypeMethodDescriptionprotected SearchResults<Issue>AbstractSearchRequestIssueTableView.getSearchResults(SearchRequest searchRequest) -
Uses of SearchResults in com.atlassian.jira.rest.v2.search
Methods in com.atlassian.jira.rest.v2.search with parameters of type SearchResultsModifier and TypeMethodDescriptionprotected SearchResultsBeanSearchResource.asResultsBean(SearchResults<Issue> results, PagerFilter filter, IncludedFields fields, StringList expand, Set<String> warningMessages) Creates a SearchResultsBean suitable for returning to the client. -
Uses of SearchResults in com.atlassian.jira.web.action.issue
Fields in com.atlassian.jira.web.action.issue declared as SearchResultsMethods in com.atlassian.jira.web.action.issue that return SearchResultsModifier and TypeMethodDescriptionIssueSearchResultsAction.getSearchResults()Return the current search results to the caller.SearchResultsInfo.getSearchResults()