|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.Analyzer
org.opensolaris.opengrok.analysis.FileAnalyzer
org.opensolaris.opengrok.analysis.TextAnalyzer
public abstract class TextAnalyzer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
---|
FileAnalyzer.Genre |
Field Summary |
---|
Fields inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
---|
ctags, project |
Fields inherited from class org.apache.lucene.analysis.Analyzer |
---|
overridesTokenStreamMethod |
Constructor Summary | |
---|---|
TextAnalyzer(FileAnalyzerFactory factory)
|
Method Summary | |
---|---|
void |
analyze(org.apache.lucene.document.Document doc,
java.io.InputStream in)
|
protected abstract void |
analyze(org.apache.lucene.document.Document doc,
java.io.Reader reader)
|
Methods inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
---|
getFactory, getGenre, setCtags, setProject, tokenStream, writeXref, writeXref |
Methods inherited from class org.apache.lucene.analysis.Analyzer |
---|
close, getOffsetGap, getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setOverridesTokenStreamMethod, setPreviousTokenStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAnalyzer(FileAnalyzerFactory factory)
Method Detail |
---|
public final void analyze(org.apache.lucene.document.Document doc, java.io.InputStream in) throws java.io.IOException
analyze
in class FileAnalyzer
java.io.IOException
protected abstract void analyze(org.apache.lucene.document.Document doc, java.io.Reader reader) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |