Package org.apache.solr.highlight
Interface SolrFragmenter
- 
- All Superinterfaces:
- AutoCloseable,- NamedListInitializedPlugin,- SolrInfoBean,- SolrMetricProducer
 - All Known Implementing Classes:
- GapFragmenter,- RegexFragmenter
 
 public interface SolrFragmenter extends SolrInfoBean, NamedListInitializedPlugin 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBeanSolrInfoBean.Category, SolrInfoBean.Group
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.lucene.search.highlight.FragmentergetFragmenter(String fieldName, SolrParams params)Return aFragmenterappropriate for this field.- 
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugininit
 - 
Methods inherited from interface org.apache.solr.core.SolrInfoBeangetCategory, getDescription, getName
 - 
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducerclose, getSolrMetricsContext, initializeMetrics
 
- 
 
- 
- 
- 
Method Detail- 
getFragmenterorg.apache.lucene.search.highlight.Fragmenter getFragmenter(String fieldName, SolrParams params) Return aFragmenterappropriate for this field.- Parameters:
- fieldName- The name of the field
- params- The params controlling Highlighting
- Returns:
- An appropriate Fragmenter.
 
 
- 
 
-