- 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.