java.lang.Object
org.apache.lucene.index.StoredFieldsConsumer
org.apache.lucene.index.SortingStoredFieldsConsumer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classA visitor that copies every field it sees in the providedStoredFieldsWriter. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final CompressionModeprivate static final StoredFieldsFormat(package private) TrackingTmpOutputDirectoryWrapperFields inherited from class org.apache.lucene.index.StoredFieldsConsumer
accountable, codec, directory, info, writer -
Constructor Summary
ConstructorsConstructorDescriptionSortingStoredFieldsConsumer(Codec codec, Directory directory, SegmentInfo info) -
Method Summary
Modifier and TypeMethodDescription(package private) voidabort()(package private) voidflush(SegmentWriteState state, Sorter.DocMap sortMap) protected voidMethods inherited from class org.apache.lucene.index.StoredFieldsConsumer
finish, finishDocument, startDocument, writeField
-
Field Details
-
NO_COMPRESSION
-
TEMP_STORED_FIELDS_FORMAT
-
tmpDirectory
TrackingTmpOutputDirectoryWrapper tmpDirectory
-
-
Constructor Details
-
SortingStoredFieldsConsumer
SortingStoredFieldsConsumer(Codec codec, Directory directory, SegmentInfo info)
-
-
Method Details
-
initStoredFieldsWriter
- Overrides:
initStoredFieldsWriterin classStoredFieldsConsumer- Throws:
IOException
-
flush
- Overrides:
flushin classStoredFieldsConsumer- Throws:
IOException
-
abort
void abort()- Overrides:
abortin classStoredFieldsConsumer
-