public abstract class NormsFormat extends Object
| Constructor and Description |
|---|
NormsFormat() |
| 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. |
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-2012 Apache Software Foundation. All Rights Reserved.