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.SolrInfoBeanSolrInfoBean.Category, SolrInfoBean.Group
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.highlight.SolrFragmentsBuilderDEFAULT_POST_TAGS, DEFAULT_PRE_TAGS
 - 
Fields inherited from class org.apache.solr.highlight.HighlightingPluginBasedefaults, metricNames, numRequests, solrMetricsContext
 
- 
 - 
Constructor SummaryConstructors Constructor Description SimpleFragmentsBuilder()
 - 
Method SummaryAll 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.SolrFragmentsBuildergetFragmentsBuilder, getMultiValuedSeparatorChar, getPostTags, getPreTags
 - 
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- 
getFragmentsBuilderprotected 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 class- SolrFragmentsBuilder
 
 - 
getDescriptionpublic String getDescription() Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
- getDescriptionin interface- SolrInfoBean
- Specified by:
- getDescriptionin class- HighlightingPluginBase
 
 
- 
 
-