AbstractAmetysConcurrentUpdateClient |
Concurrent update solr client specific for Ametys.
Allow operations on only one collection (specified by the constructor),
and forbid operations on all other collections.
|
AsyncExportLauncher |
Export a solr search
|
AsyncExportLocationAction |
Get the path where the async solr exports are stored.
|
CriteriaSearchUIModelWrapper |
Search model wrapper which handles custom on-the-fly columns and facets.
|
DefaultSolrClientProvider |
Component acting as a single entry point to get access to Solr clients.
|
DefaultUpdateClient |
Default update SolrClient which uses the Solr default Update Request Processor chain
|
GetSolrQueryAction |
Get a solr query string from a search tool.
|
GetSolrSearchModelAction |
Create a dynamic model with the given columns and facets and return the model columns if valid.
|
NoAutoCommitUpdateClient |
Update SolrClient which uses the Solr `noAutoCommit` Update Request Processor chain, so as to not trigger the autoCommit mechanism.
|
SearcherFactory |
Component searching objects corresponding to a Query .
|
SolrContentQueryHelper |
Helper to build Solr content queries.
|
SolrExportSchedulable |
|
SolrModelColumnsGenerator |
SAX the columns of a Solr search tool model.
|
SolrQueryHelper |
Helper for solr query editor.
|
SolrQuerySearchAction |
Execute a solr query with custom columns and facets.
|
SolrResponseIdIterable |
Provides an iterator over the IDs of the objects in a solr QueryResponse .
|
SolrResponseIterable<A extends AmetysObject> |
|
SolrSearchResults<A extends AmetysObject> |
|