org.pdfbox.searchengine.lucene
Class IndexFiles
java.lang.Object
org.pdfbox.searchengine.lucene.IndexFiles
public class IndexFiles
extends java.lang.Object
This is a class that will index some files on a local filesystem. This code
was modified from a demo that comes with the lucene search engine.
void | index(File root, boolean create, String index) - This will index a directory.
|
static void | main(String[] argv) - This is the main entry point for the indexer.
|
index
public void index(File root,
boolean create,
String index)
This will index a directory.
root
- The root directory to start indexing.create
- Should we create a new index?index
- The name of the index.
main
public static void main(String[] argv)
This is the main entry point for the indexer.
argv
- The command line arguments.