|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.NormsFormat
public abstract class NormsFormat
format for normalization factors
| Constructor Summary | |
|---|---|
protected |
NormsFormat()
Sole constructor. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NormsFormat()
| Method Detail |
|---|
public abstract PerDocConsumer docsConsumer(PerDocWriteState state)
throws IOException
PerDocConsumer to write norms to the
index.
IOException
public abstract PerDocProducer docsProducer(SegmentReadState state)
throws IOException
PerDocProducer to read norms from the
index.
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||