public boolean isStopped() {
return !isRunning;
}
public GroupedSearchResults search(AQuery query, int firstResult, int count, AGroup group, int groupSize, AFilter filter, ASort sort) throws SearcherException {
throw new SearcherException("I always fail");
}