|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolrFragmenter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
---|
SolrInfoMBean.Category |
Method Summary | |
---|---|
org.apache.lucene.search.highlight.Fragmenter |
getFragmenter(String fieldName,
org.apache.solr.common.params.SolrParams params)
Return a Fragmenter appropriate for this field. |
void |
init(org.apache.solr.common.util.NamedList args)
init will be called just once, immediately after creation. |
Methods inherited from interface org.apache.solr.core.SolrInfoMBean |
---|
getCategory, getDescription, getDocs, getName, getSource, getSourceId, getStatistics, getVersion |
Method Detail |
---|
void init(org.apache.solr.common.util.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 NamedListInitializedPlugin
org.apache.lucene.search.highlight.Fragmenter getFragmenter(String fieldName, org.apache.solr.common.params.SolrParams params)
Fragmenter
appropriate for this field.
fieldName
- The name of the fieldparams
- The params controlling Highlighting
Fragmenter
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |