Searched refs:aIndexDir (Results 1 – 1 of 1) sorted by relevance
178 File aIndexDir = new File( aDirToZipStr + File.separator + aIndexDirName ); in mainImpl() local188 …IndexWriter writer = new IndexWriter( NIOFSDirectory.open(aIndexDir), analyzer, true, IndexWriter.… in mainImpl()190 System.out.println( "Lucene: Indexing to directory '" + aIndexDir + "'..." ); in mainImpl()228 deleteRecursively( aIndexDir ); in mainImpl()
Completed in 6 milliseconds