Example usage for org.apache.lucene.search.highlight Fragmenter interface-usage

List of usage examples for org.apache.lucene.search.highlight Fragmenter interface-usage

Introduction

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

Usage

From source file com.flaptor.hounder.searcher.PhraseMatchingFragmenter.java

/**
 * @author Flaptor Development Team
 */
public class PhraseMatchingFragmenter implements Fragmenter {
    private static Logger logger = Logger.getLogger(com.flaptor.util.Execute.whoAmI());

From source file org.apache.maven.index.OneLineFragmenter.java

public class OneLineFragmenter implements Fragmenter {
    private String text;

    public void start(String originalText) {
        setText(originalText);
    }

From source file org.apache.pylucene.search.highlight.PythonFragmenter.java

public class PythonFragmenter implements Fragmenter {

    private long pythonObject;

    public PythonFragmenter() {
    }

From source file org.apache.solr.highlight.LuceneRegexFragmenter.java

/**
 * Fragmenter that tries to produce snippets that "look" like a regular 
 * expression.
 *
 * NOTE: the default for <code>maxAnalyzedChars</code> is much lower for this 
 * fragmenter.  After this limit is exhausted, fragments are produced in the

From source file org.apache.solr.highlight.RegexFragmenter.java

/**
 * Fragmenter that tries to produce snippets that "look" like a regular 
 * expression.
 *
 * NOTE: the default for <code>maxAnalyzedChars</code> is much lower for this 
 * fragmenter.  After this limit is exhausted, fragments are produced in the