public interface SolrEncoder extends SolrInfoMBean, NamedListInitializedPlugin
SolrInfoMBean.Category, SolrInfoMBean.Group| Modifier and Type | Method and Description | 
|---|---|
| Encoder | getEncoder(String fieldName,
          SolrParams params)Return an  Encoderappropriate for this field. | 
| void | init(NamedList args)initwill be called just once, immediately after creation. | 
getCategory, getDescription, getDocs, getName, getSource, getStatistics, getVersionvoid init(NamedList args)
init will be called just once, immediately after creation.
 The args are user-level initialization parameters that may be specified when declaring a request handler in solrconfig.xml
init in interface NamedListInitializedPluginEncoder getEncoder(String fieldName, SolrParams params)
Encoder appropriate for this field.fieldName - The name of the fieldparams - The params controlling HighlightingEncoderCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.