| Package | Description |
|---|---|
| au.org.ala.biocache.dao | |
| au.org.ala.biocache.dto | |
| au.org.ala.biocache.util | |
| au.org.ala.biocache.web |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.solr.client.solrj.SolrQuery |
SearchDAOImpl.initSolrQuery(SearchRequestParams searchParams,
boolean substituteDefaultFacetOrder,
Map<String,String[]> extraSolrParams)
Helper method to create SolrQuery object and add facet settings
|
protected void |
SearchDAOImpl.updateQueryContext(SearchRequestParams searchParams)
Updates the supplied search params to cater for the query context
|
void |
SearchDAOImpl.writeCoordinatesToStream(SearchRequestParams searchParams,
OutputStream out)
Writes all the distinct latitude and longitude in the index to the supplied
output stream.
|
void |
SearchDAO.writeCoordinatesToStream(SearchRequestParams searchParams,
OutputStream out)
Write coordinates out to the supplied stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BreakdownRequestParams
A DTO for the parameters used in the breakdown services.
|
class |
DownloadRequestParams
Data Transfer Object to represent the request parameters required to download
the results of a search.
|
class |
SpatialSearchRequestParams
Data Transfer Object to represent the request parameters required to perform
a spatial search on occurrence records against biocache-service.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchUtils.setDefaultParams(SearchRequestParams requestParams)
Provide default values for parameters if they have any null or "empty" values
|
boolean |
SearchUtils.updateCollectionSearchString(SearchRequestParams searchParams,
String uid)
Returns an array that contains the search string to use for a collection
search and display name for the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OccurrenceController.dumpDistinctLatLongs(SearchRequestParams requestParams,
javax.servlet.http.HttpServletResponse response)
Dumps the distinct latitudes and longitudes that are used in the
connected index (to 4 decimal places)
|
Copyright © 2014. All rights reserved.