| 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 |
|---|---|
Set<IndexFieldDTO> |
SearchDAOImpl.getIndexedFields()
Returns details about the fields in the index.
|
Set<IndexFieldDTO> |
SearchDAO.getIndexedFields()
Retrieve a list of the indexed fields.
|
Set<IndexFieldDTO> |
SearchDAOImpl.getIndexFieldDetails(String... fields)
Gets the details about the SOLR fields using the LukeRequestHandler:
See http://wiki.apache.org/solr/LukeRequestHandler for more information
|
Set<IndexFieldDTO> |
SearchDAO.getIndexFieldDetails(String... field)
Returns the up to date statistics for the supplied field
|
| Modifier and Type | Method and Description |
|---|---|
int |
IndexFieldDTO.compareTo(IndexFieldDTO other) |
| Constructor and Description |
|---|
DownloadFields(Set<IndexFieldDTO> indexFields) |
| Modifier and Type | Method and Description |
|---|---|
Set<IndexFieldDTO> |
OccurrenceController.getIndexedFields(String fields)
Returns a list with the details of the index field
|
Copyright © 2014. All rights reserved.