org.apache.lucene.codecs.simpletext
Class SimpleTextNormsFormat
java.lang.Object
org.apache.lucene.codecs.NormsFormat
org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat
public class SimpleTextNormsFormat
- extends NormsFormat
plain-text norms format.
FOR RECREATIONAL USE ONLY
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTextNormsFormat
public SimpleTextNormsFormat()
docsConsumer
public PerDocConsumer docsConsumer(PerDocWriteState state)
throws IOException
- Specified by:
docsConsumer
in class NormsFormat
- Throws:
IOException
docsProducer
public PerDocProducer docsProducer(SegmentReadState state)
throws IOException
- Specified by:
docsProducer
in class NormsFormat
- Throws:
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.