Package org.apache.solr.highlight
Class SolrBoundaryScanner
- java.lang.Object
-
- org.apache.solr.highlight.HighlightingPluginBase
-
- org.apache.solr.highlight.SolrBoundaryScanner
-
- All Implemented Interfaces:
AutoCloseable
,SolrInfoBean
,SolrMetricProducer
,NamedListInitializedPlugin
- Direct Known Subclasses:
BreakIteratorBoundaryScanner
,SimpleBoundaryScanner
public abstract class SolrBoundaryScanner extends HighlightingPluginBase implements SolrInfoBean, NamedListInitializedPlugin
-
-
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, metricNames, numRequests, solrMetricsContext
-
-
Constructor Summary
Constructors Constructor Description SolrBoundaryScanner()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.apache.lucene.search.vectorhighlight.BoundaryScanner
get(String fieldName, org.apache.solr.common.params.SolrParams params)
org.apache.lucene.search.vectorhighlight.BoundaryScanner
getBoundaryScanner(String fieldName, org.apache.solr.common.params.SolrParams params)
-
Methods inherited from class org.apache.solr.highlight.HighlightingPluginBase
getCategory, getDescription, getName, getSolrMetricsContext, 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, getDescription, getName
-
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
close, getSolrMetricsContext, initializeMetrics
-
-
-
-
Method Detail
-
getBoundaryScanner
public org.apache.lucene.search.vectorhighlight.BoundaryScanner getBoundaryScanner(String fieldName, org.apache.solr.common.params.SolrParams params)
-
get
protected abstract org.apache.lucene.search.vectorhighlight.BoundaryScanner get(String fieldName, org.apache.solr.common.params.SolrParams params)
-
-