Package org.n52.series.spi.search
Interface SearchService
-
public interface SearchServiceServes search requests on the underlying data access implementation(s).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SearchResult>searchResources(IoParameters parameters)
-
-
-
Method Detail
-
searchResources
Collection<SearchResult> searchResources(IoParameters parameters)
- Parameters:
parameters- the query parameters.- Returns:
- a collection of matching results.
-
-