| AsyncBuildSuggestComponent |
Originally taken from SuggestComponent and modified, this
class provides a SearchComponent that builds SolrSuggester
objects asynchronously to avoid blocking search
requests or increasing startup time of the servlet container.
|
| ClearLocaleComponent |
|
| ConsistencyComponent |
Adds consitency information to the search results
|
| FingerPrintComponent |
|
| QueryLoggingComponent |
|
| RewriteFacetCountsComponent |
|
| RewriteFacetParametersComponent |
Update facet parameters to reference Solr fields rather than ACS properties.
|
| RewriteFieldListComponent |
Transform the fieldlist depending on the use of cached transformer:
[cached] -> add to the field list the translations of the fiels to the internal schema notation
otherwise -> modify the field list in order to contains a subset of the following fields:
id, DBID, and score
|
| SetLocaleComponent |
|
| SetProcessedDeniesComponent |
Sets a boolean flag ("processedDenies") in the JSON response indicating that
the results (should) have been processed with respect to anyDenyDenies
(i.e.
|
| TempFileWarningLogger |
Temp files may take up a lot of space, warn administrators
of their existence, giving them the chance to manage them.
|