Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) TrackingDirectoryWrapper |
DocumentsWriterPerThread.directory |
Modifier and Type | Method and 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().
|
Modifier and Type | Field and Description |
---|---|
(package private) TrackingDirectoryWrapper |
BKDWriter.tempDir |