Method | Description | |
---|---|---|
MemoryPostingsFormat ( ) : System | ||
MemoryPostingsFormat ( bool doPackFST, float acceptableOverheadRatio ) : System |
Create MemoryPostingsFormat, specifying advanced FST options.
|
|
ToString ( ) : string | ||
fieldsConsumer ( SegmentWriteState state ) : FieldsConsumer | ||
fieldsProducer ( SegmentReadState state ) : FieldsProducer |
public MemoryPostingsFormat ( bool doPackFST, float acceptableOverheadRatio ) : System | ||
doPackFST | bool | true if a packed FST should be built. /// NOTE: packed FSTs are limited to ~2.1 GB of postings. |
acceptableOverheadRatio | float | allowable overhead for packed ints /// during FST construction. |
return | System |
public fieldsConsumer ( SegmentWriteState state ) : FieldsConsumer | ||
state | SegmentWriteState | |
return | FieldsConsumer |
public fieldsProducer ( SegmentReadState state ) : FieldsProducer | ||
state | SegmentReadState | |
return | FieldsProducer |