All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cornell.mannlib.vitro.webapp.utils.searchengine.SearchResponseFilter Maven / Gradle / Ivy

/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.vitro.webapp.utils.searchengine;

import java.util.Map;

/**
 * This can be used to filter the results of the search query.
 */
public interface SearchResponseFilter {
	boolean accept(Map map);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy