public class FrontOfficeSearcherFactory extends SearcherFactory
SearcherFactory
for creating a searcher for AbstractSearchGenerator
Modifier and Type | Class and Description |
---|---|
class |
FrontOfficeSearcherFactory.FrontOfficeSearcher
Searcher for
AbstractSearchGenerator |
static class |
FrontOfficeSearcherFactory.FrontOfficeSolrSearchResults<A extends AmetysObject>
Wrapper of a
SolrSearchResults for AbstractSearchGenerator (add the possibility to add facet.queries) |
static class |
FrontOfficeSearcherFactory.QueryFacet
Wraps a 'facet.query' parameter
|
SearcherFactory.Searcher
Modifier and Type | Field and Description |
---|---|
static String |
ROLE
The component role.
|
_currentUserProvider, _groupManager, _resolver, _solrClient, _solrClientProvider
Constructor and Description |
---|
FrontOfficeSearcherFactory() |
Modifier and Type | Method and Description |
---|---|
FrontOfficeSearcherFactory.FrontOfficeSearcher |
create()
Create a Searcher.
|
initialize, service
getLogger, setLogger
public FrontOfficeSearcherFactory()
public FrontOfficeSearcherFactory.FrontOfficeSearcher create()
SearcherFactory
create
in class SearcherFactory