org.squashtest.tm.service.internal.library
public class StandardAnalyzerWithoutStopWords extends org.apache.lucene.analysis.Analyzer
| Constructor and Description |
|---|
StandardAnalyzerWithoutStopWords() |
StandardAnalyzerWithoutStopWords(org.apache.lucene.util.Version version) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxTokenLength() |
int |
getOffsetGap(org.apache.lucene.document.Fieldable field) |
int |
getPositionIncrementGap(String fieldName) |
Set<?> |
getStopwordSet() |
org.apache.lucene.analysis.TokenStream |
reusableTokenStream(String fieldName,
Reader reader) |
void |
setMaxTokenLength(int length) |
org.apache.lucene.analysis.TokenStream |
tokenStream(String fieldName,
Reader reader) |
public StandardAnalyzerWithoutStopWords(org.apache.lucene.util.Version version)
public StandardAnalyzerWithoutStopWords()
public int getMaxTokenLength()
public void setMaxTokenLength(int length)
public org.apache.lucene.analysis.TokenStream reusableTokenStream(String fieldName, Reader reader) throws IOException
reusableTokenStream in class org.apache.lucene.analysis.AnalyzerIOExceptionpublic org.apache.lucene.analysis.TokenStream tokenStream(String fieldName, Reader reader)
tokenStream in class org.apache.lucene.analysis.Analyzerpublic int getOffsetGap(org.apache.lucene.document.Fieldable field)
getOffsetGap in class org.apache.lucene.analysis.Analyzerpublic int getPositionIncrementGap(String fieldName)
getPositionIncrementGap in class org.apache.lucene.analysis.Analyzerpublic Set<?> getStopwordSet()
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.