|
|||||||||
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.simpletext.SimpleTextNormsFormat
public class SimpleTextNormsFormat
plain-text norms format.
FOR RECREATIONAL USE ONLY
Nested Class Summary | |
---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsPerDocConsumer
Writes plain-text norms. |
static class |
SimpleTextNormsFormat.SimpleTextNormsPerDocProducer
Reads plain-text norms. |
Constructor Summary | |
---|---|
SimpleTextNormsFormat()
|
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 SimpleTextNormsFormat()
Method Detail |
---|
public PerDocConsumer docsConsumer(PerDocWriteState state) throws IOException
NormsFormat
PerDocConsumer
to write norms to the
index.
docsConsumer
in class NormsFormat
IOException
public PerDocProducer docsProducer(SegmentReadState state) throws IOException
NormsFormat
PerDocProducer
to read norms from the
index.
docsProducer
in class NormsFormat
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |