org.apache.solr.highlight
Class GapFragmenter
java.lang.Object
org.apache.solr.highlight.HighlightingPluginBase
org.apache.solr.highlight.GapFragmenter
- All Implemented Interfaces:
- SolrInfoMBean, SolrFragmenter, NamedListInitializedPlugin
public class GapFragmenter
- extends HighlightingPluginBase
- implements SolrFragmenter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GapFragmenter
public GapFragmenter()
getFragmenter
public Fragmenter getFragmenter(String fieldName,
SolrParams params)
- Description copied from interface:
SolrFragmenter
- Return a fragmenter appropriate for this field.
- Specified by:
getFragmenter
in interface SolrFragmenter
- Parameters:
fieldName
- The name of the fieldparams
- The params controlling Highlighting
- Returns:
- An appropriate Fragmenter.
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
getVersion
public String getVersion()
- Description copied from interface:
SolrInfoMBean
- Simple common usage version, e.g. 2.0
- Specified by:
getVersion
in interface SolrInfoMBean
- Specified by:
getVersion
in class HighlightingPluginBase
getSourceId
public String getSourceId()
- Description copied from interface:
SolrInfoMBean
- CVS Id, SVN Id, etc
- Specified by:
getSourceId
in interface SolrInfoMBean
- Specified by:
getSourceId
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 © 2011 Apache Software Foundation. All Rights Reserved.