Copyright© 2008-2022 Sitevision AB, all rights reserved.
public interface Sort
A sort component that defines the sorting behaviour for a Searcher.
The actual behaviour is specified when it is constructed using the
SortBuilder
The component is applied to the Searcher via
SearcherBuilder.setSort(Sort)
when the Searcher is constructed.
An instance of the Sitevision class implementing this interface can be obtained via
SortBuilder.build().
See SortBuilder for how to obtain an instance of the
SortBuilder interface.
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.