public abstract class NormsFormat extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NormsFormat()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PerDocConsumer |
docsConsumer(PerDocWriteState state)
Returns a
PerDocConsumer to write norms to the
index. |
abstract PerDocProducer |
docsProducer(SegmentReadState state)
Returns a
PerDocProducer to read norms from the
index. |
protected NormsFormat()
public abstract PerDocConsumer docsConsumer(PerDocWriteState state) throws IOException
PerDocConsumer to write norms to the
index.IOExceptionpublic abstract PerDocProducer docsProducer(SegmentReadState state) throws IOException
PerDocProducer to read norms from the
index.IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.