Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Enumerations
Package Lucene.Net.Analysis.NGram

Classes

class  SideExtensions
 
class  EdgeNGramTokenFilter
 
class  EdgeNGramTokenizer
 
class  NGramTokenFilter
 
class  NGramTokenizer
 

Enumerations

enum  Side { FRONT, BACK }
 Specifies which side of the input the n-gram should be generated from More...
 

Enumeration Type Documentation

Specifies which side of the input the n-gram should be generated from

Enumerator
FRONT 
BACK 

Definition at line 62 of file EdgeNGramTokenFilter.cs.