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 and Type | Method and Description |
|---|---|
abstract PostingsReaderBase |
postingsReaderBase(SegmentReadState state)
Creates the
PostingsReaderBase for this
format. |
abstract PostingsWriterBase |
postingsWriterBase(SegmentWriteState state)
Creates the
PostingsWriterBase for this
format. |
public final String name
public abstract PostingsReaderBase postingsReaderBase(SegmentReadState state) throws IOException
PostingsReaderBase for this
format.IOExceptionpublic abstract PostingsWriterBase postingsWriterBase(SegmentWriteState state) throws IOException
PostingsWriterBase for this
format.IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved