|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.StoredFieldsFormat
public abstract class StoredFieldsFormat
Controls the format of stored fields
| Constructor Summary | |
|---|---|
protected |
StoredFieldsFormat()
Sole constructor. |
| Method Summary | |
|---|---|
abstract StoredFieldsReader |
fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context)
Returns a StoredFieldsReader to load stored
fields. |
abstract StoredFieldsWriter |
fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context)
Returns a StoredFieldsWriter to write stored
fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected StoredFieldsFormat()
| Method Detail |
|---|
public abstract StoredFieldsReader fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context)
throws IOException
StoredFieldsReader to load stored
fields.
IOException
public abstract StoredFieldsWriter fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context)
throws IOException
StoredFieldsWriter to write stored
fields.
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||