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
  • 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)