org.apache.lucene.analysis.ngram

Class EdgeNGramTokenizer.Side

Enclosing Class:
EdgeNGramTokenizer

public static class EdgeNGramTokenizer.Side
extends Object

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

Field Summary

static EdgeNGramTokenizer.Side
BACK
Get the n-gram from the end of the input
static EdgeNGramTokenizer.Side
FRONT
Get the n-gram from the front of the input

Field Details

BACK

public static EdgeNGramTokenizer.Side BACK
Get the n-gram from the end of the input

FRONT

public static EdgeNGramTokenizer.Side FRONT
Get the n-gram from the front of the input

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.