Package org.apache.solr.highlight
Class SolrBoundaryScanner
java.lang.Object
org.apache.solr.highlight.HighlightingPluginBase
org.apache.solr.highlight.SolrBoundaryScanner
- All Implemented Interfaces:
NamedListInitializedPlugin
- Direct Known Subclasses:
BreakIteratorBoundaryScanner,SimpleBoundaryScanner
public abstract class SolrBoundaryScanner
extends HighlightingPluginBase
implements NamedListInitializedPlugin
-
Field Summary
Fields inherited from class org.apache.solr.highlight.HighlightingPluginBase
defaults, solrMetricsContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.apache.lucene.search.vectorhighlight.BoundaryScannerorg.apache.lucene.search.vectorhighlight.BoundaryScannergetBoundaryScanner(String fieldName, org.apache.solr.common.params.SolrParams params) Methods inherited from class org.apache.solr.highlight.HighlightingPluginBase
initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
-
Constructor Details
-
SolrBoundaryScanner
public SolrBoundaryScanner()
-
-
Method Details
-
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)
-