org.ow2.weblab.services.solr.analyser
Class ResultSetMetadataEnrichment
java.lang.Object
org.ow2.weblab.services.solr.analyser.ResultSetMetadataEnrichment
- All Implemented Interfaces:
- org.ow2.weblab.core.services.Analyser
public class ResultSetMetadataEnrichment
- extends java.lang.Object
- implements org.ow2.weblab.core.services.Analyser
|
Field Summary |
static java.lang.String |
BEAN_NAME
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEAN_NAME
public static final java.lang.String BEAN_NAME
- See Also:
- Constant Field Values
ResultSetMetadataEnrichment
public ResultSetMetadataEnrichment()
init
@PostConstruct
public void init()
destroy
@PreDestroy
public void destroy()
process
public org.ow2.weblab.core.services.analyser.ProcessReturn process(org.ow2.weblab.core.services.analyser.ProcessArgs args)
throws org.ow2.weblab.core.services.AccessDeniedException,
org.ow2.weblab.core.services.UnexpectedException,
org.ow2.weblab.core.services.InvalidParameterException,
org.ow2.weblab.core.services.ContentNotAvailableException,
org.ow2.weblab.core.services.InsufficientResourcesException,
org.ow2.weblab.core.services.UnsupportedRequestException,
org.ow2.weblab.core.services.ServiceNotConfiguredException
- Specified by:
process in interface org.ow2.weblab.core.services.Analyser
- Throws:
org.ow2.weblab.core.services.AccessDeniedException
org.ow2.weblab.core.services.UnexpectedException
org.ow2.weblab.core.services.InvalidParameterException
org.ow2.weblab.core.services.ContentNotAvailableException
org.ow2.weblab.core.services.InsufficientResourcesException
org.ow2.weblab.core.services.UnsupportedRequestException
org.ow2.weblab.core.services.ServiceNotConfiguredException
addMetadataToResultSet
public org.ow2.weblab.core.model.ResultSet addMetadataToResultSet(java.lang.String usageContext,
org.ow2.weblab.core.model.ResultSet resultSet)
throws org.ow2.weblab.core.services.UnexpectedException
- Throws:
org.ow2.weblab.core.services.UnexpectedException
getSolrURL
public java.lang.String getSolrURL()
setSolrURL
public void setSolrURL(java.lang.String solrURL)
getFields
public java.util.List<Field> getFields()
setFields
public void setFields(java.util.List<Field> fields)
isNoCore
public boolean isNoCore()
setNoCore
public void setNoCore(boolean noCore)
Copyright © 2004-2012. All Rights Reserved.