• API

    Show / Hide Table of Contents

    Class SimpleTextDocValuesReader

    Inheritance
    System.Object
    Lucene.Net.Codecs.DocValuesProducer
    SimpleTextDocValuesReader
    SimpleTextNormsFormat.SimpleTextNormsProducer
    Implements
    System.IDisposable
    Inherited Members
    Lucene.Net.Codecs.DocValuesProducer.Dispose()
    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 SimpleTextDocValuesReader : DocValuesProducer, IDisposable

    Methods

    | Improve this Doc View Source

    CheckIntegrity()

    Declaration
    public override void CheckIntegrity()
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.CheckIntegrity()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.Dispose(System.Boolean)
    | Improve this Doc View Source

    GetBinary(FieldInfo)

    Declaration
    public override BinaryDocValues GetBinary(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfo fieldInfo
    Returns
    Type Description
    Lucene.Net.Index.BinaryDocValues
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.GetBinary(Lucene.Net.Index.FieldInfo)
    | Improve this Doc View Source

    GetDocsWithField(FieldInfo)

    Declaration
    public override IBits GetDocsWithField(FieldInfo field)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfo field
    Returns
    Type Description
    Lucene.Net.Util.IBits
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.GetDocsWithField(Lucene.Net.Index.FieldInfo)
    | Improve this Doc View Source

    GetNumeric(FieldInfo)

    Declaration
    public override NumericDocValues GetNumeric(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfo fieldInfo
    Returns
    Type Description
    Lucene.Net.Index.NumericDocValues
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.GetNumeric(Lucene.Net.Index.FieldInfo)
    | Improve this Doc View Source

    GetSorted(FieldInfo)

    Declaration
    public override SortedDocValues GetSorted(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfo fieldInfo
    Returns
    Type Description
    Lucene.Net.Index.SortedDocValues
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.GetSorted(Lucene.Net.Index.FieldInfo)
    | Improve this Doc View Source

    GetSortedSet(FieldInfo)

    Declaration
    public override SortedSetDocValues GetSortedSet(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfo fieldInfo
    Returns
    Type Description
    Lucene.Net.Index.SortedSetDocValues
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.GetSortedSet(Lucene.Net.Index.FieldInfo)
    | Improve this Doc View Source

    RamBytesUsed()

    Declaration
    public override long RamBytesUsed()
    Returns
    Type Description
    System.Int64
    Overrides
    Lucene.Net.Codecs.DocValuesProducer.RamBytesUsed()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)