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:
for license details.
The copyright to this program is held by it's authors.

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-2011