public class Lucene40NormsFormat extends NormsFormat
Files:
compound containercompound entriesDocValues.Lucene40DocValuesFormat| Modifier and Type | Class and Description |
|---|---|
static class |
Lucene40NormsFormat.Lucene40NormsDocValuesConsumer
Lucene 4.0 PerDocConsumer implementation that uses compound file.
|
static class |
Lucene40NormsFormat.Lucene40NormsDocValuesProducer
Lucene 4.0 PerDocProducer implementation that uses compound file.
|
| Constructor and Description |
|---|
Lucene40NormsFormat()
Sole constructor.
|
| 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.