Modifier and Type | Class and Description |
---|---|
class |
TextAnalyzer |
Modifier and Type | Method and Description |
---|---|
static FileAnalyzer |
AnalyzerGuru.getAnalyzer()
Get the default Analyzer.
|
FileAnalyzer |
FileAnalyzerFactory.getAnalyzer()
Get an analyzer.
|
static FileAnalyzer |
AnalyzerGuru.getAnalyzer(java.io.InputStream in,
java.lang.String file)
Get an analyzer suited to analyze a file.
|
protected FileAnalyzer |
FileAnalyzerFactory.newAnalyzer()
Create a new analyzer.
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.document.Document |
AnalyzerGuru.getDocument(java.io.File file,
java.io.InputStream in,
java.lang.String path,
FileAnalyzer fa)
Create a Lucene document and fill in the required fields
|
Modifier and Type | Class and Description |
---|---|
class |
BZip2Analyzer
Analyzes a BZip2 file
Created on September 22, 2005
|
class |
GZIPAnalyzer
Analyzes GZip files
Created on September 22, 2005
|
class |
TarAnalyzer
Analyzes TAR files
Created on September 22, 2005
|
class |
ZipAnalyzer
Analyzes Zip files
Created on September 22, 2005
|
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
BZip2AnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
GZIPAnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
TarAnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
ZipAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
CAnalyzer
An Analyzer for C/C++/Java type of files
Created on September 21, 2005
|
class |
CxxAnalyzer
An Analyzer for C++ files
|
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
CAnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
CxxAnalyzerFactory.newAnalyzer() |
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
IgnorantAnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
ImageAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
TroffAnalyzer
Analyzes [tn]roff files
Created on September 30, 2005
|
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
TroffAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
ELFAnalyzer
Analyzes ELF (Executable and Linking Format) files.
|
class |
JarAnalyzer
Analyzes JAR, WAR, EAR (Java Archive) files.
|
class |
JavaClassAnalyzer
Ananlyzes Java Class files
Created on September 23, 2005
|
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
ELFAnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
JarAnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
JavaClassAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
FortranAnalyzer
An Analyzer for Fortran type of files
|
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
FortranAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
JavaAnalyzer |
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
JavaAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
LispAnalyzer |
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
LispAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
PlainAnalyzer
Analyzer for plain text files
Created on September 21, 2005
|
class |
XMLAnalyzer
Analyzes HTML files
Created on September 30, 2005
|
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
PlainAnalyzerFactory.newAnalyzer() |
protected FileAnalyzer |
XMLAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
ShAnalyzer
Analyzes Shell scripts/Conf files etc.,
Created on September 21, 2005
|
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
ShAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
SQLAnalyzer |
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
SQLAnalyzerFactory.newAnalyzer() |
Modifier and Type | Class and Description |
---|---|
class |
TclAnalyzer |
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
TclAnalyzerFactory.newAnalyzer() |