| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use InfoStream | |
|---|---|
| org.apache.lucene.index | Code to maintain and access indices. | 
| org.apache.lucene.util | Some utility classes. | 
| Uses of InfoStream in org.apache.lucene.index | 
|---|
| Fields in org.apache.lucene.index declared as InfoStream | |
|---|---|
 InfoStream | 
MergeState.infoStream
InfoStream for debugging messages.  | 
 InfoStream | 
PerDocWriteState.infoStream
InfoStream used for debugging.  | 
 InfoStream | 
SegmentWriteState.infoStream
InfoStream used for debugging messages. | 
protected  InfoStream | 
LiveIndexWriterConfig.infoStream
InfoStream for debugging messages. | 
| Methods in org.apache.lucene.index that return InfoStream | |
|---|---|
 InfoStream | 
IndexWriterConfig.getInfoStream()
 | 
 InfoStream | 
LiveIndexWriterConfig.getInfoStream()
Returns InfoStream used for debugging. | 
| Methods in org.apache.lucene.index with parameters of type InfoStream | |
|---|---|
 IndexWriterConfig | 
IndexWriterConfig.setInfoStream(InfoStream infoStream)
If non-null, information about merges, deletes and a message when maxFieldLength is reached will be printed to this.  | 
| Constructors in org.apache.lucene.index with parameters of type InfoStream | |
|---|---|
PerDocWriteState(InfoStream infoStream,
                 Directory directory,
                 SegmentInfo segmentInfo,
                 Counter bytesUsed,
                 String segmentSuffix,
                 IOContext context)
Creates a PerDocWriteState. | 
|
SegmentWriteState(InfoStream infoStream,
                  Directory directory,
                  SegmentInfo segmentInfo,
                  FieldInfos fieldInfos,
                  int termIndexInterval,
                  org.apache.lucene.index.BufferedDeletes segDeletes,
                  IOContext context)
Sole constructor.  | 
|
| Uses of InfoStream in org.apache.lucene.util | 
|---|
| Subclasses of InfoStream in org.apache.lucene.util | |
|---|---|
 class | 
PrintStreamInfoStream
InfoStream implementation over a PrintStream
 such as System.out. | 
| Fields in org.apache.lucene.util declared as InfoStream | |
|---|---|
static InfoStream | 
InfoStream.NO_OUTPUT
Instance of InfoStream that does no logging at all.  | 
| Methods in org.apache.lucene.util that return InfoStream | |
|---|---|
static InfoStream | 
InfoStream.getDefault()
The default InfoStream used by a newly instantiated classes. | 
| Methods in org.apache.lucene.util with parameters of type InfoStream | |
|---|---|
static void | 
InfoStream.setDefault(InfoStream infoStream)
Sets the default InfoStream used
 by a newly instantiated classes. | 
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||