Uses of Class
org.apache.lucene.store.TrackingDirectoryWrapper
-
Packages that use TrackingDirectoryWrapper Package Description org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper. -
-
Uses of TrackingDirectoryWrapper in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as TrackingDirectoryWrapper Modifier and Type Field Description (package private) TrackingDirectoryWrapper
SimpleTextBKDWriter. tempDir
-
Uses of TrackingDirectoryWrapper in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TrackingDirectoryWrapper Modifier and Type Field Description (package private) TrackingDirectoryWrapper
DocumentsWriterPerThread. directory
Methods in org.apache.lucene.index with parameters of type TrackingDirectoryWrapper Modifier and Type Method Description (package private) static void
IndexWriter. createCompoundFile(InfoStream infoStream, TrackingDirectoryWrapper directory, SegmentInfo info, IOContext context, IOUtils.IOConsumer<java.util.Collection<java.lang.String>> deleteFiles)
NOTE: this method creates a compound file for all files returned by info.files(). -
Uses of TrackingDirectoryWrapper in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as TrackingDirectoryWrapper Modifier and Type Field Description (package private) TrackingDirectoryWrapper
BKDWriter. tempDir
-