| java.lang.Object org.apache.lucene.index.FieldsWriter
FieldsWriter | final class FieldsWriter (Code) | | |
FIELD_IS_BINARY | final static byte FIELD_IS_BINARY(Code) | | |
FIELD_IS_COMPRESSED | final static byte FIELD_IS_COMPRESSED(Code) | | |
FIELD_IS_TOKENIZED | final static byte FIELD_IS_TOKENIZED(Code) | | |
addRawDocuments | final void addRawDocuments(IndexInput stream, int[] lengths, int numDocs) throws IOException(Code) | | Bulk write a contiguous series of documents. The
lengths array is the length (in bytes) of each raw
document. The stream IndexInput is the
fieldsStream from which we should bulk-copy all
bytes.
|
|
|