Package org.ametys.cms.search.solr
Class SolrModelColumnsGenerator
- All Implemented Interfaces:
Poolable,Recyclable,Disposable,Component,LogEnabled,Serviceable,Generator,SitemapModelComponent,XMLProducer
SAX the columns of a Solr search tool model.
-
Field Summary
Fields inherited from class org.ametys.cms.search.cocoon.ModelColumnsGenerator
_columnHelper, _cTypeHelper, _searchModelManager, _serverCommHelperFields inherited from class org.apache.cocoon.generation.ServiceableGenerator
managerFields inherited from class org.apache.cocoon.generation.AbstractGenerator
objectModel, parameters, resolver, sourceFields inherited from class org.apache.cocoon.xml.AbstractXMLProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SearchModelgetSearchModel(Map<String, Object> jsParameters) Get search model.Methods inherited from class org.ametys.cms.search.cocoon.ModelColumnsGenerator
generate, getColumnsFromParameters, saxColumns, serviceMethods inherited from class org.apache.cocoon.generation.ServiceableGenerator
disposeMethods inherited from class org.apache.cocoon.generation.AbstractGenerator
recycle, setupMethods inherited from class org.apache.cocoon.xml.AbstractXMLProducer
setConsumer, setContentHandler, setLexicalHandlerMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
-
Constructor Details
-
SolrModelColumnsGenerator
public SolrModelColumnsGenerator()
-
-
Method Details
-
getSearchModel
Description copied from class:ModelColumnsGeneratorGet search model.- Overrides:
getSearchModelin classModelColumnsGenerator- Parameters:
jsParameters- JS parameters- Returns:
- the search model
-