Example usage for org.apache.lucene.search.highlight SimpleHTMLFormatter subclass-usage

List of usage examples for org.apache.lucene.search.highlight SimpleHTMLFormatter subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.search.highlight SimpleHTMLFormatter subclass-usage.

Usage

From source file net.sf.mmm.search.engine.impl.lucene.HighlightFormatter.java

/**
 * This class is the default {@link org.apache.lucene.search.highlight.Formatter}. It is just a
 * {@link SimpleHTMLFormatter} with default tags.
 * 
 * @author Joerg Hohwiller (hohwille at users.sourceforge.net)
 */