Class SimpleTextNormsFormat
Plain-text norms format.
FOR RECREATIONAL USE ONLY
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Codecs.SimpleText
Assembly: Lucene.Net.Codecs.dll
Syntax
public class SimpleTextNormsFormat : NormsFormat
  Methods
| Improve this Doc View SourceNormsConsumer(SegmentWriteState)
Declaration
public override DocValuesConsumer NormsConsumer(SegmentWriteState state)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SegmentWriteState | state | 
Returns
| Type | Description | 
|---|---|
| DocValuesConsumer | 
Overrides
| Improve this Doc View SourceNormsProducer(SegmentReadState)
Declaration
public override DocValuesProducer NormsProducer(SegmentReadState state)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SegmentReadState | state | 
Returns
| Type | Description | 
|---|---|
| DocValuesProducer |