A C D E F G H I M O P R S T

A

add(ResourceCollection) - Method in class org.apache.lucene.ant.IndexTask
Add a collection of files to copy.
addConfig(IndexTask.HandlerConfig) - Method in class org.apache.lucene.ant.IndexTask
Sets custom properties for a configurable document handler.
addFileset(FileSet) - Method in class org.apache.lucene.ant.IndexTask
Adds a set of files (nested fileset attribute).

C

ConfigurableDocumentHandler - Interface in org.apache.lucene.ant
 
configure(Properties) - Method in interface org.apache.lucene.ant.ConfigurableDocumentHandler
 
createDynamicElement(String) - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
 

D

Document(File, String) - Static method in class org.apache.lucene.ant.HtmlDocument
Creates a Lucene Document from a File.
Document(File) - Static method in class org.apache.lucene.ant.HtmlDocument
Creates a Lucene Document from a File.
Document(File) - Static method in class org.apache.lucene.ant.TextDocument
Makes a document for a File.
DocumentHandler - Interface in org.apache.lucene.ant
Allows a class to act as a Lucene document handler
DocumentHandlerException - Exception in org.apache.lucene.ant
 
DocumentHandlerException() - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
Default constructor.
DocumentHandlerException(String) - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
Constructs with message.
DocumentHandlerException(Throwable) - Constructor for exception org.apache.lucene.ant.DocumentHandlerException
Constructs with chained exception.

E

execute() - Method in class org.apache.lucene.ant.IndexTask
Begins the indexing

F

FileExtensionDocumentHandler - Class in org.apache.lucene.ant
A DocumentHandler implementation to delegate responsibility to based on a files extension.
FileExtensionDocumentHandler() - Constructor for class org.apache.lucene.ant.FileExtensionDocumentHandler
 

G

getBody() - Method in class org.apache.lucene.ant.HtmlDocument
Gets the bodyText attribute of the HtmlDocument object.
getClassname() - Method in class org.apache.lucene.ant.IndexTask.AnalyzerType
 
getContents() - Method in class org.apache.lucene.ant.TextDocument
 
getDocument(File) - Method in interface org.apache.lucene.ant.DocumentHandler
Gets the document attribute of the DocumentHandler object
getDocument(File) - Method in class org.apache.lucene.ant.FileExtensionDocumentHandler
Gets the document attribute of the FileExtensionDocumentHandler object
getDocument(InputStream) - Static method in class org.apache.lucene.ant.HtmlDocument
Creates a Lucene Document from an InputStream.
getException() - Method in exception org.apache.lucene.ant.DocumentHandlerException
Retrieves nested exception.
getProperties() - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
 
getTitle() - Method in class org.apache.lucene.ant.HtmlDocument
Gets the title attribute of the HtmlDocument object.
getValues() - Method in class org.apache.lucene.ant.IndexTask.AnalyzerType
 

H

HtmlDocument - Class in org.apache.lucene.ant
The HtmlDocument class creates a Lucene Document from an HTML document.
HtmlDocument(File) - Constructor for class org.apache.lucene.ant.HtmlDocument
Constructs an HtmlDocument from a File.
HtmlDocument(InputStream) - Constructor for class org.apache.lucene.ant.HtmlDocument
Constructs an HtmlDocument from an InputStream.
HtmlDocument(File, String) - Constructor for class org.apache.lucene.ant.HtmlDocument
Constructs an HtmlDocument from a File.

I

IndexTask - Class in org.apache.lucene.ant
Ant task to index files with Lucene
IndexTask() - Constructor for class org.apache.lucene.ant.IndexTask
Creates new instance
IndexTask.AnalyzerType - Class in org.apache.lucene.ant
 
IndexTask.AnalyzerType() - Constructor for class org.apache.lucene.ant.IndexTask.AnalyzerType
 
IndexTask.HandlerConfig - Class in org.apache.lucene.ant
 
IndexTask.HandlerConfig() - Constructor for class org.apache.lucene.ant.IndexTask.HandlerConfig
 

M

main(String[]) - Static method in class org.apache.lucene.ant.HtmlDocument
Runs HtmlDocument on the files specified on the command line.

O

org.apache.lucene.ant - package org.apache.lucene.ant
Ant task to create Lucene indexes.

P

printStackTrace() - Method in exception org.apache.lucene.ant.DocumentHandlerException
 
printStackTrace(PrintStream) - Method in exception org.apache.lucene.ant.DocumentHandlerException
 
printStackTrace(PrintWriter) - Method in exception org.apache.lucene.ant.DocumentHandlerException
 

R

rcs - Variable in class org.apache.lucene.ant.IndexTask
resources

S

setAnalyzer(IndexTask.AnalyzerType) - Method in class org.apache.lucene.ant.IndexTask
Sets the analyzer based on the builtin Lucene analyzer types.
setAnalyzerClassName(String) - Method in class org.apache.lucene.ant.IndexTask
 
setDocumentHandler(String) - Method in class org.apache.lucene.ant.IndexTask
Sets the documentHandler attribute of the IndexTask object
setDynamicAttribute(String, String) - Method in class org.apache.lucene.ant.IndexTask.HandlerConfig
 
setIndex(File) - Method in class org.apache.lucene.ant.IndexTask
Specifies the directory where the index will be stored
setMergeFactor(int) - Method in class org.apache.lucene.ant.IndexTask
Sets the mergeFactor attribute of the IndexTask object
setOverwrite(boolean) - Method in class org.apache.lucene.ant.IndexTask
Sets the overwrite attribute of the IndexTask object
setUseCompoundIndex(boolean) - Method in class org.apache.lucene.ant.IndexTask
If creating a new index and this is set to true, the index will be created in compound format.

T

TextDocument - Class in org.apache.lucene.ant
A utility for making Lucene Documents from a File.
TextDocument(File) - Constructor for class org.apache.lucene.ant.TextDocument
Constructor for the TextDocument object

A C D E F G H I M O P R S T

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.