| Package | Description |
|---|---|
| eu.europeana.corelib.search | |
| eu.europeana.corelib.search.impl | |
| eu.europeana.corelib.search.model |
| Modifier and Type | Method and Description |
|---|---|
<T extends IdBean> |
SearchService.search(Class<T> beanInterface,
Query query)
Perform a calculateTag in SOLR based on the given query and return the results
in the format of the given class.
|
<T extends IdBean> |
SearchService.search(Class<T> beanInterface,
Query query,
boolean debug)
Perform a calculateTag in SOLR based on the given query and return the results
in the format of the given class.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IdBean> |
SearchServiceImpl.search(Class<T> beanInterface,
Query query) |
<T extends IdBean> |
SearchServiceImpl.search(Class<T> beanInterface,
Query query,
boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet<T> |
ResultSet.setFacetFields(List<org.apache.solr.client.solrj.response.FacetField> facetFields) |
ResultSet<T> |
ResultSet.setQuery(Query query) |
ResultSet<T> |
ResultSet.setQueryFacets(Map<String,Integer> queryFacets) |
ResultSet<T> |
ResultSet.setResults(List<T> results) |
ResultSet<T> |
ResultSet.setResultSize(long resultSize) |
ResultSet<T> |
ResultSet.setSearchTime(long l) |
ResultSet<T> |
ResultSet.setSpellcheck(org.apache.solr.client.solrj.response.SpellCheckResponse spellcheck) |
Copyright © 2018 Europeana Foundation. All rights reserved.