Package org.ametys.web.frontoffice
Class FrontOfficeSearcherFactory
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.search.solr.SearcherFactory
org.ametys.web.frontoffice.FrontOfficeSearcherFactory
- All Implemented Interfaces:
LogEnabled,Initializable,Component,Serviceable
SearcherFactory for creating a searcher for AbstractSearchGenerator-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassSearcher forAbstractSearchGeneratorstatic classWrapper of aSolrSearchResultsforAbstractSearchGenerator(add the possibility to add facet.queries)static classWraps a 'facet.query' parameterNested classes/interfaces inherited from class org.ametys.cms.search.solr.SearcherFactory
SearcherFactory.FacetDefinition, SearcherFactory.Searcher, SearcherFactory.SortDefinition -
Field Summary
FieldsFields inherited from class org.ametys.cms.search.solr.SearcherFactory
_currentUserProvider, _groupManager, _resolver, _solrClient, _solrClientProvider -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.cms.search.solr.SearcherFactory
initialize, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
The component role.
-
-
Constructor Details
-
FrontOfficeSearcherFactory
public FrontOfficeSearcherFactory()
-
-
Method Details
-
create
Description copied from class:SearcherFactoryCreate a Searcher.- Overrides:
createin classSearcherFactory- Returns:
- a Searcher object.
-