org.crosswire.jsword.index.search
Interface SearchModifier

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultSearchModifier

public interface SearchModifier
extends Serializable

A SearchModifier consists of the kinds of changes that can be done to a search.

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Method Summary
 int getMaxResults()
           
 boolean isRanked()
           
 

Method Detail

isRanked

boolean isRanked()
Returns:
true if the results of the search request should be ranked

getMaxResults

int getMaxResults()
Returns:
the maximum number of results, with Integer.MAX_VALUE meaning all.

Copyright ยจ 2003-2015