Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.mockfile |
Support for testing/debugging with virtual filesystems
|
org.apache.lucene.replicator |
Files replication framework
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected InfoStream |
MergeScheduler.infoStream
For messages about merge scheduling
|
InfoStream |
MergeState.infoStream
InfoStream for debugging messages.
|
protected InfoStream |
LiveIndexWriterConfig.infoStream
InfoStream for debugging messages. |
InfoStream |
SegmentWriteState.infoStream
InfoStream used for debugging messages. |
Modifier and Type | Method and Description |
---|---|
InfoStream |
BaseMergePolicyTestCase.MockMergeContext.getInfoStream() |
InfoStream |
MergePolicy.MergeContext.getInfoStream()
Returns the info stream that can be used to log messages
|
InfoStream |
IndexWriterConfig.getInfoStream() |
InfoStream |
IndexWriter.getInfoStream() |
InfoStream |
LiveIndexWriterConfig.getInfoStream()
Returns
InfoStream used for debugging. |
Modifier and Type | Method and Description |
---|---|
IndexWriterConfig |
IndexWriterConfig.setInfoStream(InfoStream infoStream)
Information about merges, deletes and a
message when maxFieldLength is reached will be printed
to this.
|
Constructor and Description |
---|
IndexUpgrader(Directory dir,
InfoStream infoStream,
boolean deletePriorCommits)
Creates index upgrader on the given directory, using an
IndexWriter using the given
matchVersion . |
SegmentWriteState(InfoStream infoStream,
Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
org.apache.lucene.index.BufferedUpdates segUpdates,
IOContext context)
Sole constructor.
|
SegmentWriteState(InfoStream infoStream,
Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
org.apache.lucene.index.BufferedUpdates segUpdates,
IOContext context,
java.lang.String segmentSuffix)
Constructor which takes segment suffix.
|
SimpleMergedSegmentWarmer(InfoStream infoStream)
Creates a new SimpleMergedSegmentWarmer
|
Constructor and Description |
---|
VerboseFS(java.nio.file.FileSystem delegate,
InfoStream infoStream)
Create a new instance, recording major filesystem write activities
(create, delete, etc) to the specified
InfoStream . |
Modifier and Type | Method and Description |
---|---|
static void |
IndexReplicationHandler.cleanupOldIndexFiles(Directory dir,
java.lang.String segmentsFile,
InfoStream infoStream)
Cleans up the index directory from old index files.
|
void |
IndexReplicationHandler.setInfoStream(InfoStream infoStream)
Sets the
InfoStream to use for logging messages. |
void |
ReplicationClient.setInfoStream(InfoStream infoStream)
Sets the
InfoStream to use for logging messages. |
void |
IndexAndTaxonomyReplicationHandler.setInfoStream(InfoStream infoStream)
Sets the
InfoStream to use for logging messages. |
Modifier and Type | Class and Description |
---|---|
class |
FailOnNonBulkMergesInfoStream
Hackidy-Häck-Hack to cause a test to fail on non-bulk merges
|
class |
NullInfoStream
Prints nothing.
|
class |
PrintStreamInfoStream
InfoStream implementation over a
PrintStream
such as System.out . |
Modifier and Type | Field and Description |
---|---|
static InfoStream |
InfoStream.NO_OUTPUT
Instance of InfoStream that does no logging at all.
|
Modifier and Type | Method and Description |
---|---|
static InfoStream |
InfoStream.getDefault()
The default
InfoStream used by a newly instantiated classes. |
Modifier and Type | Method and Description |
---|---|
static void |
InfoStream.setDefault(InfoStream infoStream)
Sets the default
InfoStream used
by a newly instantiated classes. |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.