Package org.apache.solr.highlight
Class SimpleBoundaryScanner
- java.lang.Object
 - 
- org.apache.solr.highlight.HighlightingPluginBase
 - 
- org.apache.solr.highlight.SolrBoundaryScanner
 - 
- org.apache.solr.highlight.SimpleBoundaryScanner
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,SolrInfoBean,SolrMetricProducer,NamedListInitializedPlugin
public class SimpleBoundaryScanner extends SolrBoundaryScanner
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBean
SolrInfoBean.Category, SolrInfoBean.Group 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.apache.solr.highlight.HighlightingPluginBase
defaults, metricManager, metricNames, numRequests, registry, registryName 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SimpleBoundaryScanner() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.lucene.search.vectorhighlight.BoundaryScannerget(String fieldName, SolrParams params)StringgetDescription()Simple one or two line description- 
Methods inherited from class org.apache.solr.highlight.SolrBoundaryScanner
getBoundaryScanner 
- 
Methods inherited from class org.apache.solr.highlight.HighlightingPluginBase
getCategory, getMetricNames, getMetricRegistry, getName, init, initializeMetrics 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init 
- 
Methods inherited from interface org.apache.solr.core.SolrInfoBean
getCategory, getMetricNames, getMetricRegistry, getMetricsSnapshot, getName, registerMetricName 
- 
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
close, getSolrMetricsContext, initializeMetrics 
 - 
 
 - 
 
- 
- 
Method Detail
- 
get
protected org.apache.lucene.search.vectorhighlight.BoundaryScanner get(String fieldName, SolrParams params)
- Specified by:
 getin classSolrBoundaryScanner
 
- 
getDescription
public String getDescription()
Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
 getDescriptionin interfaceSolrInfoBean- Specified by:
 getDescriptionin classHighlightingPluginBase
 
 - 
 
 -