public class

BodyNGramAnalyzer

extends Analyzer
java.lang.Object
   ↳ org.apache.lucene.analysis.Analyzer
     ↳ com.atlassian.confluence.search.didyoumean.lucene.analyzers.BodyNGramAnalyzer

Class Overview

Analyzer that produces body n-gram tokens from the given input. Body n-grams do not include edge n-grams (that is the n-grams at the start and the end of the word).

Summary

[Expand]
Inherited Fields
From class org.apache.lucene.analysis.Analyzer
Public Constructors
BodyNGramAnalyzer()
Public Methods
TokenStream tokenStream(String fieldName, Reader reader)
[Expand]
Inherited Methods
From class org.apache.lucene.analysis.Analyzer
From class java.lang.Object

Public Constructors

public BodyNGramAnalyzer ()

Public Methods

public TokenStream tokenStream (String fieldName, Reader reader)