public class SimpleTextNormsFormat extends NormsFormat
FOR RECREATIONAL USE ONLY
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsPerDocConsumer
Writes plain-text norms.
|
static class |
SimpleTextNormsFormat.SimpleTextNormsPerDocProducer
Reads plain-text norms.
|
| Constructor and Description |
|---|
SimpleTextNormsFormat() |
| Modifier and Type | Method and Description |
|---|---|
PerDocConsumer |
docsConsumer(PerDocWriteState state)
Returns a
PerDocConsumer to write norms to the
index. |
PerDocProducer |
docsProducer(SegmentReadState state)
Returns a
PerDocProducer to read norms from the
index. |
public PerDocConsumer docsConsumer(PerDocWriteState state) throws IOException
NormsFormatPerDocConsumer to write norms to the
index.docsConsumer in class NormsFormatIOExceptionpublic PerDocProducer docsProducer(SegmentReadState state) throws IOException
NormsFormatPerDocProducer to read norms from the
index.docsProducer in class NormsFormatIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.