Home
last modified time | relevance | path

Searched refs:aIndexDir (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/l10ntools/source/help/
H A DHelpIndexerTool.java178 File aIndexDir = new File( aDirToZipStr + File.separator + aIndexDirName ); in mainImpl() local
188 …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 33 milliseconds