Uses of Interface
com.atlassian.confluence.search.v2.SearchSort

Packages that use SearchSort
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.mapper   
com.atlassian.confluence.search.v2.sort   
 

Uses of SearchSort in com.atlassian.confluence.search.v2
 

Methods in com.atlassian.confluence.search.v2 that return SearchSort
 SearchSort Search.getSort()
          Gets the sort component of the search
 

Constructors in com.atlassian.confluence.search.v2 with parameters of type SearchSort
Search(SearchQuery query, SearchSort sort, ResultFilter resultFilter)
          Construct a new Search.
 

Uses of SearchSort in com.atlassian.confluence.search.v2.lucene
 

Methods in com.atlassian.confluence.search.v2.lucene with parameters of type SearchSort
 org.apache.lucene.search.Sort DelegatingLuceneSearchMapper.convertToLuceneSort(SearchSort searchSort)
           
 org.apache.lucene.search.Sort LuceneSortMapper.convertToLuceneSort(SearchSort searchSort)
           
 

Uses of SearchSort in com.atlassian.confluence.search.v2.lucene.mapper
 

Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type SearchSort
 org.apache.lucene.search.Sort DefaultSortMapper.convertToLuceneSort(SearchSort searchSort)
           
 org.apache.lucene.search.Sort NoOpSortMapper.convertToLuceneSort(SearchSort searchSort)
           
 

Uses of SearchSort in com.atlassian.confluence.search.v2.sort
 

Classes in com.atlassian.confluence.search.v2.sort that implement SearchSort
 class AbstractSort
          Abstract superclass for simple sort types that just sort in a particular direction on some field.
 class CreatedSort
          Order search results by time created
 class ModifiedSort
          Order search results by time last modified
 class RelevanceSort
          Order search results most relevant first
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.