se.l4.silo.search.SearchResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of silo-search-api Show documentation
Show all versions of silo-search-api Show documentation
API for Lucene-based querying for Silo.
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();
}