public abstract class PostingsBaseFormat extends Object
PostingsReaderBase and PostingsWriterBase.| Modifier and Type | Field and Description |
|---|---|
String |
name
Unique name that's used to retrieve this codec when
reading the index
|
| Modifier | Constructor and Description |
|---|---|
protected |
PostingsBaseFormat(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract PostingsReaderBase |
postingsReaderBase(SegmentReadState state) |
abstract PostingsWriterBase |
postingsWriterBase(SegmentWriteState state) |
public final String name
protected PostingsBaseFormat(String name)
public abstract PostingsReaderBase postingsReaderBase(SegmentReadState state) throws IOException
IOExceptionpublic abstract PostingsWriterBase postingsWriterBase(SegmentWriteState state) throws IOException
IOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.