Uses of Class
org.apache.lucene.store.TrackingDirectoryWrapper
Packages that use TrackingDirectoryWrapper
Package
Description
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
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 TrackingDirectoryWrapperModifier and TypeFieldDescription(package private) final TrackingDirectoryWrapperSimpleTextBKDWriter.tempDir -
Uses of TrackingDirectoryWrapper in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TrackingDirectoryWrapperModifier and TypeFieldDescription(package private) final TrackingDirectoryWrapperDocumentsWriterPerThread.directoryMethods in org.apache.lucene.index with parameters of type TrackingDirectoryWrapperModifier and TypeMethodDescription(package private) static voidIndexWriter.createCompoundFile(InfoStream infoStream, TrackingDirectoryWrapper directory, SegmentInfo info, IOContext context, IOConsumer<Collection<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 TrackingDirectoryWrapperModifier and TypeFieldDescription(package private) final TrackingDirectoryWrapperBKDWriter.tempDir