public final class LenientImapSearchAnalyzer
extends org.apache.lucene.analysis.Analyzer
Analyzer is not 100% conform with RFC3501 but does
most times exactly what the user would expect.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_TOKEN_LENGTH |
| Constructor and Description |
|---|
LenientImapSearchAnalyzer() |
LenientImapSearchAnalyzer(int maxTokenLength) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.TokenStream |
tokenStream(String arg0,
Reader reader) |
public static final int DEFAULT_MAX_TOKEN_LENGTH
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.