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

se.l4.silo.search.Facets Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package se.l4.silo.search;

import java.util.List;

/**
 * Information about facets for a {@link SearchResult}.
 *
 * @author Andreas Holstenson
 *
 */
public interface Facets
{
	/**
	 * Get all {@link FacetEntry entries} for a given facet.
	 *
	 * @param id
	 * @return
	 */
	List get(String id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy