Package org.apache.solr.highlight
Class SimpleFragmentsBuilder
- java.lang.Object
 - 
- org.apache.solr.highlight.HighlightingPluginBase
 - 
- org.apache.solr.highlight.SolrFragmentsBuilder
 - 
- org.apache.solr.highlight.SimpleFragmentsBuilder
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,SolrInfoBean,SolrMetricProducer,NamedListInitializedPlugin
public class SimpleFragmentsBuilder extends SolrFragmentsBuilder
 
- 
- 
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.SolrFragmentsBuilder
DEFAULT_POST_TAGS, DEFAULT_PRE_TAGS 
- 
Fields inherited from class org.apache.solr.highlight.HighlightingPluginBase
defaults, metricNames, numRequests, solrMetricsContext 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SimpleFragmentsBuilder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Simple one or two line descriptionprotected org.apache.lucene.search.vectorhighlight.FragmentsBuildergetFragmentsBuilder(org.apache.solr.common.params.SolrParams params, String[] preTags, String[] postTags, org.apache.lucene.search.vectorhighlight.BoundaryScanner bs)- 
Methods inherited from class org.apache.solr.highlight.SolrFragmentsBuilder
getFragmentsBuilder, getMultiValuedSeparatorChar, getPostTags, getPreTags 
- 
Methods inherited from class org.apache.solr.highlight.HighlightingPluginBase
getCategory, 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, getName 
- 
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
close, getSolrMetricsContext, initializeMetrics 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getFragmentsBuilder
protected org.apache.lucene.search.vectorhighlight.FragmentsBuilder getFragmentsBuilder(org.apache.solr.common.params.SolrParams params, String[] preTags, String[] postTags, org.apache.lucene.search.vectorhighlight.BoundaryScanner bs)- Specified by:
 getFragmentsBuilderin classSolrFragmentsBuilder
 
- 
getDescription
public String getDescription()
Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
 getDescriptionin interfaceSolrInfoBean- Specified by:
 getDescriptionin classHighlightingPluginBase
 
 - 
 
 -