Package org.apache.solr.highlight
Interface SolrFragListBuilder
-
- All Superinterfaces:
AutoCloseable
,NamedListInitializedPlugin
,SolrInfoBean
,SolrMetricProducer
- All Known Implementing Classes:
SimpleFragListBuilder
,SingleFragListBuilder
,WeightedFragListBuilder
public interface SolrFragListBuilder extends SolrInfoBean, NamedListInitializedPlugin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBean
SolrInfoBean.Category, SolrInfoBean.Group
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.lucene.search.vectorhighlight.FragListBuilder
getFragListBuilder(org.apache.solr.common.params.SolrParams params)
Return a FragListBuilder.-
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
-
-