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) void |
IndexWriter.createCompoundFile(InfoStream infoStream,
TrackingDirectoryWrapper directory,
SegmentInfo info,
IOContext context)
NOTE: this method creates a compound file for all files returned by
info.files().
|
private void |
ReadersAndUpdates.handleBinaryDVUpdates(FieldInfos infos,
TrackingDirectoryWrapper dir,
DocValuesFormat dvFormat,
SegmentReader reader,
java.util.Map<java.lang.Integer,java.util.Set<java.lang.String>> fieldFiles,
long maxDelGen,
InfoStream infoStream) |
Modifier and Type | Field and Description |
---|---|
(package private) TrackingDirectoryWrapper |
BKDWriter.tempDir |