|
||||||||||
| 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.plain.PlainAnalyzer
org.opensolaris.opengrok.analysis.lisp.LispAnalyzer
public class LispAnalyzer
| 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.plain.PlainAnalyzer |
|---|
content, defs, len |
| Fields inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
|---|
ctags, project |
| Constructor Summary | |
|---|---|
protected |
LispAnalyzer(FileAnalyzerFactory factory)
|
| Method Summary | |
|---|---|
void |
analyze(org.apache.lucene.document.Document doc,
java.io.InputStream in)
|
org.apache.lucene.analysis.TokenStream |
tokenStream(java.lang.String fieldName,
java.io.Reader reader)
|
void |
writeXref(java.io.Writer out)
Write a cross referenced HTML file. |
| Methods inherited from class org.opensolaris.opengrok.analysis.FileAnalyzer |
|---|
getFactory, getGenre, setCtags, writeXref |
| Methods inherited from class org.apache.lucene.analysis.Analyzer |
|---|
getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected LispAnalyzer(FileAnalyzerFactory factory)
| Method Detail |
|---|
public void analyze(org.apache.lucene.document.Document doc,
java.io.InputStream in)
analyze in class PlainAnalyzer
public org.apache.lucene.analysis.TokenStream tokenStream(java.lang.String fieldName,
java.io.Reader reader)
tokenStream in class PlainAnalyzer
public void writeXref(java.io.Writer out)
throws java.io.IOException
writeXref in class PlainAnalyzerout - Writer to write HTML cross-reference
java.io.IOException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||