|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.NormsFormat
org.apache.lucene.codecs.lucene40.Lucene40NormsFormat
public class Lucene40NormsFormat
Lucene 4.0 Norms Format.
Files:
compound containercompound entriesDocValues.
Lucene40DocValuesFormat| Nested Class Summary | |
|---|---|
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 Summary | |
|---|---|
Lucene40NormsFormat()
Sole constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lucene40NormsFormat()
| Method Detail |
|---|
public PerDocConsumer docsConsumer(PerDocWriteState state)
throws IOException
NormsFormatPerDocConsumer to write norms to the
index.
docsConsumer in class NormsFormatIOException
public PerDocProducer docsProducer(SegmentReadState state)
throws IOException
NormsFormatPerDocProducer to read norms from the
index.
docsProducer in class NormsFormatIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||