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.SolrInfoBeanSolrInfoBean.Category, SolrInfoBean.Group
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.highlight.HighlightingPluginBasedefaults, metricNames, numRequests, solrMetricsContext
 
- 
 - 
Constructor SummaryConstructors Constructor Description SimpleBoundaryScanner()
 - 
Method SummaryAll 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.SolrBoundaryScannergetBoundaryScanner
 - 
Methods inherited from class org.apache.solr.highlight.HighlightingPluginBasegetCategory, getName, getSolrMetricsContext, init, initializeMetrics
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugininit
 - 
Methods inherited from interface org.apache.solr.core.SolrInfoBeangetCategory, getName
 - 
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducerclose, getSolrMetricsContext, initializeMetrics
 
- 
 
- 
- 
- 
Method Detail- 
getprotected org.apache.lucene.search.vectorhighlight.BoundaryScanner get(String fieldName, SolrParams params) - Specified by:
- getin class- SolrBoundaryScanner
 
 - 
getDescriptionpublic String getDescription() Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
- getDescriptionin interface- SolrInfoBean
- Specified by:
- getDescriptionin class- HighlightingPluginBase
 
 
- 
 
-