|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.lucene.ant.IndexTask
public class IndexTask
Ant task to index files with Lucene
| Nested Class Summary | |
|---|---|
static class |
IndexTask.AnalyzerType
|
static class |
IndexTask.HandlerConfig
|
| Field Summary | |
|---|---|
protected Vector<org.apache.tools.ant.types.ResourceCollection> |
rcs
resources |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
IndexTask()
Creates new instance |
|
| Method Summary | |
|---|---|
void |
add(org.apache.tools.ant.types.ResourceCollection res)
Add a collection of files to copy. |
void |
addConfig(IndexTask.HandlerConfig config)
Sets custom properties for a configurable document handler. |
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Adds a set of files (nested fileset attribute). |
void |
execute()
Begins the indexing |
void |
setAnalyzer(IndexTask.AnalyzerType type)
Sets the analyzer based on the builtin Lucene analyzer types. |
void |
setAnalyzerClassName(String classname)
|
void |
setDocumentHandler(String classname)
Sets the documentHandler attribute of the IndexTask object |
void |
setIndex(File indexDir)
Specifies the directory where the index will be stored |
void |
setMergeFactor(int mergeFactor)
Sets the mergeFactor attribute of the IndexTask object |
void |
setOverwrite(boolean overwrite)
Sets the overwrite attribute of the IndexTask object |
void |
setUseCompoundIndex(boolean useCompoundIndex)
If creating a new index and this is set to true, the index will be created in compound format. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Vector<org.apache.tools.ant.types.ResourceCollection> rcs
| Constructor Detail |
|---|
public IndexTask()
| Method Detail |
|---|
public void setIndex(File indexDir)
public void setMergeFactor(int mergeFactor)
mergeFactor - The new mergeFactor valuepublic void setOverwrite(boolean overwrite)
overwrite - The new overwrite valuepublic void setUseCompoundIndex(boolean useCompoundIndex)
public void setDocumentHandler(String classname)
classname - The new documentHandler valuepublic void setAnalyzer(IndexTask.AnalyzerType type)
public void setAnalyzerClassName(String classname)
public void addFileset(org.apache.tools.ant.types.FileSet set)
set - FileSet to be addedpublic void add(org.apache.tools.ant.types.ResourceCollection res)
res - a resource collection to copy.
public void addConfig(IndexTask.HandlerConfig config)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - If an error occurs indexing the
fileset
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||