Uses of Class
com.atlassian.confluence.search.v2.searchfilter.SearchResultTypeSearchFilter
-
Packages that use SearchResultTypeSearchFilter Package Description com.atlassian.confluence.search.v2.lucene.mapper com.atlassian.confluence.search.v2.searchfilter -
-
Uses of SearchResultTypeSearchFilter in com.atlassian.confluence.search.v2.lucene.mapper
Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type SearchResultTypeSearchFilter Modifier and Type Method Description org.apache.lucene.search.FilterSearchResultTypeSearchFilterMapper. convertToLuceneSearchFilter(SearchResultTypeSearchFilter searchFilter) -
Uses of SearchResultTypeSearchFilter in com.atlassian.confluence.search.v2.searchfilter
Fields in com.atlassian.confluence.search.v2.searchfilter declared as SearchResultTypeSearchFilter Modifier and Type Field Description static SearchResultTypeSearchFilterSearchResultTypeSearchFilter. CHANGESDeprecated.A filter that restricts search results to documents of typeSearchResultType.CHANGE.static SearchResultTypeSearchFilterSearchResultTypeSearchFilter. CONTENTDeprecated.A filter that restricts search results to documents of typeSearchResultType.CONTENT.Methods in com.atlassian.confluence.search.v2.searchfilter that return SearchResultTypeSearchFilter Modifier and Type Method Description static SearchResultTypeSearchFilterSearchResultTypeSearchFilter. getInstance(SearchResultType searchResultType)Deprecated.Returns a SearchResultTypeSearchFilter of the specified type.
-