|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResults | |
|---|---|
| com.atlassian.confluence.content.render.xhtml.migration.macro | |
| com.atlassian.confluence.search.v2 | Provides an extensible, flexible search API. |
| com.atlassian.confluence.search.v2.lucene | Provides a Lucene-backed implementation of the SearchManager. |
| com.atlassian.confluence.search.v2.lucene.compatibility | Backwards compatibility wrappers to bridge between the old and new search APIs |
| Uses of SearchResults in com.atlassian.confluence.content.render.xhtml.migration.macro |
|---|
| Methods in com.atlassian.confluence.content.render.xhtml.migration.macro that return SearchResults | |
|---|---|
SearchResults |
MacroMigrationService.findPagesWithUnmigratedMacros(int maxResults)
|
protected SearchResults |
MacroMigrationService.findPagesWithUnmigratedMacros(ResultFilter filter)
|
| Uses of SearchResults in com.atlassian.confluence.search.v2 |
|---|
| Methods in com.atlassian.confluence.search.v2 that return SearchResults | |
|---|---|
SearchResults |
SearchManager.search(ISearch search)
Perform a search with a given criteria. |
SearchResults |
SearchManager.search(ISearch search,
java.util.Set<java.lang.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. |
SearchResults |
SearchManager.search(Search search)
Deprecated. since 3.0. Use SearchManager.search(ISearch) by passing in a ContentSearch. |
| Methods in com.atlassian.confluence.search.v2 with parameters of type SearchResults | |
|---|---|
java.util.List<com.atlassian.bonnie.Searchable> |
SearchManager.convertToEntities(SearchResults searchResults,
boolean stripNull)
Deprecated. since 4.0. Use SearchManager.convertToEntities(SearchResults, EntityVersionPolicy) instead. |
java.util.List<com.atlassian.bonnie.Searchable> |
SearchManager.convertToEntities(SearchResults searchResults,
SearchManager.EntityVersionPolicy versionPolicy)
Helper method to convert search results into a list of database entities. |
| Uses of SearchResults in com.atlassian.confluence.search.v2.lucene |
|---|
| Classes in com.atlassian.confluence.search.v2.lucene that implement SearchResults | |
|---|---|
class |
LuceneSearchResults
|
| Methods in com.atlassian.confluence.search.v2.lucene that return SearchResults | |
|---|---|
SearchResults |
LuceneSearchManager.search(ISearch search)
|
SearchResults |
LuceneSearchManager.search(ISearch search,
java.util.Set<java.lang.String> requestedFields)
|
SearchResults |
LuceneSearchManager.search(Search search)
Deprecated. |
| Methods in com.atlassian.confluence.search.v2.lucene with parameters of type SearchResults | |
|---|---|
java.util.List<com.atlassian.bonnie.Searchable> |
LuceneSearchManager.convertToEntities(SearchResults searchResults,
boolean stripNull)
Deprecated. |
java.util.List<com.atlassian.bonnie.Searchable> |
LuceneSearchManager.convertToEntities(SearchResults searchResults,
SearchManager.EntityVersionPolicy versionPolicy)
|
| Uses of SearchResults in com.atlassian.confluence.search.v2.lucene.compatibility |
|---|
| Methods in com.atlassian.confluence.search.v2.lucene.compatibility with parameters of type SearchResults | |
|---|---|
static java.util.List<SearchResultWithExcerpt> |
SearchResultToSearchResultWithExcerptConverter.convertToSearchResultWithExcerpt(SearchResults results)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||