public class BlockTermsWriter extends FieldsConsumer implements java.io.Closeable
Modifier and Type | Field and Description |
---|---|
protected IndexOutput |
out |
static int |
VERSION_CURRENT |
static int |
VERSION_START |
Constructor and Description |
---|
BlockTermsWriter(TermsIndexWriterBase termsIndexWriter,
SegmentWriteState state,
PostingsWriterBase postingsWriter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(Fields fields)
Write all fields, terms and postings.
|
merge
public static final int VERSION_START
public static final int VERSION_CURRENT
protected IndexOutput out
public BlockTermsWriter(TermsIndexWriterBase termsIndexWriter, SegmentWriteState state, PostingsWriterBase postingsWriter) throws java.io.IOException
java.io.IOException
public void write(Fields fields) throws java.io.IOException
FieldsConsumer
Notes:
write
in class FieldsConsumer
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class FieldsConsumer
java.io.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.