public class SimpleTextNormsFormat extends NormsFormat
FOR RECREATIONAL USE ONLY
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsConsumer
Writes plain-text norms.
|
static class |
SimpleTextNormsFormat.SimpleTextNormsProducer
Reads plain-text norms.
|
Constructor and Description |
---|
SimpleTextNormsFormat() |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
normsConsumer(SegmentWriteState state) |
DocValuesProducer |
normsProducer(SegmentReadState state) |
public DocValuesConsumer normsConsumer(SegmentWriteState state) throws IOException
normsConsumer
in class NormsFormat
IOException
public DocValuesProducer normsProducer(SegmentReadState state) throws IOException
normsProducer
in class NormsFormat
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.