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

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

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

import se.l4.silo.FetchResult;

public interface SearchResult
	extends FetchResult>
{
	/**
	 * Get information about facets returned in this result.
	 *
	 * @return
	 */
	Facets facets();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy