org.apache.solr.highlight
Class ScoreOrderFragmentsBuilder

java.lang.Object
  extended by org.apache.solr.highlight.HighlightingPluginBase
      extended by org.apache.solr.highlight.SolrFragmentsBuilder
          extended by org.apache.solr.highlight.ScoreOrderFragmentsBuilder
All Implemented Interfaces:
SolrInfoMBean, NamedListInitializedPlugin

public class ScoreOrderFragmentsBuilder
extends SolrFragmentsBuilder


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean
SolrInfoMBean.Category
 
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, numRequests
 
Constructor Summary
ScoreOrderFragmentsBuilder()
           
 
Method Summary
 String getDescription()
          Simple one or two line description
protected  FragmentsBuilder getFragmentsBuilder(SolrParams params, String[] preTags, String[] postTags, BoundaryScanner bs)
           
 String getSource()
          CVS Source, SVN Source, etc
 
Methods inherited from class org.apache.solr.highlight.SolrFragmentsBuilder
getFragmentsBuilder, getMultiValuedSeparatorChar, getPostTags, getPreTags
 
Methods inherited from class org.apache.solr.highlight.HighlightingPluginBase
getCategory, getDocs, getName, getStatistics, getVersion, init
 
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.core.SolrInfoMBean
getCategory, getDocs, getName, getStatistics, getVersion
 
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
 

Constructor Detail

ScoreOrderFragmentsBuilder

public ScoreOrderFragmentsBuilder()
Method Detail

getFragmentsBuilder

protected FragmentsBuilder getFragmentsBuilder(SolrParams params,
                                               String[] preTags,
                                               String[] postTags,
                                               BoundaryScanner bs)
Specified by:
getFragmentsBuilder in class SolrFragmentsBuilder

getDescription

public String getDescription()
Description copied from interface: SolrInfoMBean
Simple one or two line description

Specified by:
getDescription in interface SolrInfoMBean
Specified by:
getDescription in class HighlightingPluginBase

getSource

public String getSource()
Description copied from interface: SolrInfoMBean
CVS Source, SVN Source, etc

Specified by:
getSource in interface SolrInfoMBean
Specified by:
getSource in class HighlightingPluginBase


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.