Uses of Interface
com.atlassian.confluence.search.v2.ISearch
-
Packages that use ISearch Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.search com.atlassian.confluence.rss com.atlassian.confluence.search.service com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.search.v2.lucene com.atlassian.confluence.spaces.actions -
-
Uses of ISearch in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type ISearch Modifier and Type Method Description SearchResultsLuceneSearchIndexAccessor. search(ISearch search, Set<String> requestedFields) -
Uses of ISearch in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type ISearch Modifier and Type Method Description StringDecoratedSearchManager. explain(ISearch search, long contentId)SearchResultsDecoratedSearchManager. search(ISearch search)SearchResultsDecoratedSearchManager. search(ISearch search, Set<String> requestedFields)<T> Map<T,List<Map<String,String>>>DecoratedSearchManager. searchCategorised(ISearch search, SearchManager.Categorizer<T> categorizer)List<com.atlassian.bonnie.Searchable>DecoratedSearchManager. searchEntities(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of ISearch in com.atlassian.confluence.rss
Methods in com.atlassian.confluence.rss with parameters of type ISearch Modifier and Type Method Description com.sun.syndication.feed.synd.SyndFeedDefaultFeedBuilder. createFeed(ISearch search, FeedProperties feedProperties)com.sun.syndication.feed.synd.SyndFeedFeedBuilder. createFeed(ISearch search, FeedProperties feedProperties)Deprecated.since 7.17 UseSyndFeedService.createSyndFeed(ISearch, FeedProperties)com.rometools.rome.feed.synd.SyndFeedDefaultFeedBuilder. createSyndFeed(ISearch search, FeedProperties feedProperties)com.rometools.rome.feed.synd.SyndFeedSyndFeedService. createSyndFeed(ISearch search, FeedProperties feedProperties)Constructs a feed off the specified search. -
Uses of ISearch in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service that return ISearch Modifier and Type Method Description ISearchDefaultPredefinedSearchBuilder. buildRecentUpdateSearch(RecentUpdateQueryParameters params, int startIndex, int numberOfResults)ISearchPredefinedSearchBuilder. buildRecentUpdateSearch(RecentUpdateQueryParameters recentUpdateQueryParameters, int startIndex, int numberOfResults)Create a recent update search.ISearchDefaultPredefinedSearchBuilder. buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)If no query parameters are provided, the default site search will query all content, and filter for non-archived and permissible content.ISearchPredefinedSearchBuilder. buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)Create and return theSearchused to perform a site wide search in Confluence.ISearchDefaultPredefinedSearchBuilder. buildUsersSearch(UserSearchQueryParameters userSearchQueryParameters, int startIndex, int numberOfResults)ISearchDefaultPredefinedSearchBuilder. buildUsersSearch(String query, int maxResults)ISearchPredefinedSearchBuilder. buildUsersSearch(UserSearchQueryParameters userSearchQueryParameters, int startIndex, int numberOfResults)Create and return theISearchused to find users know to the system based on parts of their name or user name.ISearchPredefinedSearchBuilder. buildUsersSearch(String query, int maxResults)Create and return theISearchused to find users know to the system based on parts of their name or user name. -
Uses of ISearch in com.atlassian.confluence.search.v2
Subinterfaces of ISearch in com.atlassian.confluence.search.v2 Modifier and Type Interface Description interfaceSearchWithTokenA search that additionally specifies a search token.Classes in com.atlassian.confluence.search.v2 that implement ISearch Modifier and Type Class Description classAbstractSearchAn abstract representation of a search to be performed.classChangesSearchRepresents a search against change information.classContentSearchRepresents a search against Confluence content.classCustomSearchRepresents a search against custom index.classDefaultSearchclassDefaultSearchWithTokenMethods in com.atlassian.confluence.search.v2 that return ISearch Modifier and Type Method Description ISearchSearchDecorator. decorate(ISearch search)Methods in com.atlassian.confluence.search.v2 with parameters of type ISearch Modifier and Type Method Description ISearchSearchDecorator. decorate(ISearch search)StringProfiledSearchManager. explain(ISearch search, long contentId)default StringSearchManager. explain(ISearch search, long contentId)Produce an explanation of the search query for the specified contentId.SearchResultsDelegatingSearchIndexAccessor. search(ISearch search, Set<String> requestedFields)SearchResultsProfiledSearchManager. search(ISearch search)SearchResultsProfiledSearchManager. search(ISearch search, Set<String> requestedFields)SearchResultsSearchIndexAccessor. search(ISearch search, Set<String> requestedFields)Perform asearch, the returnedSearchResultsonly have the fields requested in the projection filled out, no other fields are valid in thesearchResult.SearchResultsSearchManager. search(ISearch search)Perform a search with a given criteria.SearchResultsSearchManager. search(ISearch search, Set<String> requestedFields)Perform a search with a given criteria, the returns searchResults only have the fields requested in the projection filled out, no other fields are valid in the searchResult.<T> Map<T,List<Map<String,String>>>ProfiledSearchManager. searchCategorised(ISearch search, SearchManager.Categorizer<T> categorizer)default <T> Map<T,List<Map<String,String>>>SearchManager. searchCategorised(ISearch search, SearchManager.Categorizer<T> categorizer)Perform a search with the given criteria, the top results are collected per category specified by the givenSearchManager.Categorizer.List<com.atlassian.bonnie.Searchable>ProfiledSearchManager. searchEntities(ISearch search, SearchManager.EntityVersionPolicy versionPolicy)List<com.atlassian.bonnie.Searchable>SearchManager. searchEntities(ISearch search, SearchManager.EntityVersionPolicy versionPolicy)Perform a search with the given criteria, returning the results as a list of database entity objects.Constructors in com.atlassian.confluence.search.v2 with parameters of type ISearch Constructor Description DefaultSearchWithToken(ISearch delegate, long searchToken) -
Uses of ISearch in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene with parameters of type ISearch Modifier and Type Method Description StringLuceneSearchManager. explain(ISearch search, long contentId)SearchResultsLuceneSearchManager. search(ISearch search)SearchResultsLuceneSearchManager. search(ISearch search, Set<String> requestedFields)<T> Map<T,List<Map<String,String>>>LuceneSearchManager. searchCategorised(ISearch search, SearchManager.Categorizer<T> categorizer)Perform a search with the given criteria, the top results are collected per category specified by the givenSearchManager.Categorizer.List<com.atlassian.bonnie.Searchable>LuceneSearchManager. searchEntities(ISearch search, SearchManager.EntityVersionPolicy versionPolicy) -
Uses of ISearch in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return ISearch Modifier and Type Method Description ISearchCreateRssFeedAction. createSearchQuery()
-