Show / Hide Table of Contents

    Class AssertingDirectoryReader

    A DirectoryReader that wraps all its subreaders with AssertingAtomicReader

    Inheritance
    System.Object
    IndexReader
    CompositeReader
    BaseCompositeReader<AtomicReader>
    DirectoryReader
    FilterDirectoryReader
    AssertingDirectoryReader
    Implements
    System.IDisposable
    Inherited Members
    FilterDirectoryReader.m_input
    FilterDirectoryReader.DoOpenIfChanged()
    FilterDirectoryReader.DoOpenIfChanged(IndexCommit)
    FilterDirectoryReader.DoOpenIfChanged(IndexWriter, Boolean)
    FilterDirectoryReader.Version
    FilterDirectoryReader.IsCurrent()
    FilterDirectoryReader.IndexCommit
    FilterDirectoryReader.DoClose()
    DirectoryReader.DEFAULT_TERMS_INDEX_DIVISOR
    DirectoryReader.m_directory
    DirectoryReader.Open(Directory)
    DirectoryReader.Open(Directory, Int32)
    DirectoryReader.Open(IndexWriter, Boolean)
    DirectoryReader.Open(IndexCommit)
    DirectoryReader.Open(IndexCommit, Int32)
    DirectoryReader.OpenIfChanged(DirectoryReader)
    DirectoryReader.OpenIfChanged(DirectoryReader, IndexCommit)
    DirectoryReader.OpenIfChanged(DirectoryReader, IndexWriter, Boolean)
    DirectoryReader.ListCommits(Directory)
    DirectoryReader.IndexExists(Directory)
    DirectoryReader.Directory
    BaseCompositeReader<AtomicReader>.GetTermVectors(Int32)
    BaseCompositeReader<AtomicReader>.NumDocs
    BaseCompositeReader<AtomicReader>.MaxDoc
    BaseCompositeReader<AtomicReader>.Document(Int32, StoredFieldVisitor)
    BaseCompositeReader<AtomicReader>.DocFreq(Term)
    BaseCompositeReader<AtomicReader>.TotalTermFreq(Term)
    BaseCompositeReader<AtomicReader>.GetSumDocFreq(String)
    BaseCompositeReader<AtomicReader>.GetDocCount(String)
    BaseCompositeReader<AtomicReader>.GetSumTotalTermFreq(String)
    BaseCompositeReader<AtomicReader>.ReaderIndex(Int32)
    BaseCompositeReader<AtomicReader>.ReaderBase(Int32)
    BaseCompositeReader<AtomicReader>.GetSequentialSubReaders()
    CompositeReader.ToString()
    CompositeReader.Context
    IndexReader.AddReaderClosedListener(IndexReader.IReaderClosedListener)
    IndexReader.RemoveReaderClosedListener(IndexReader.IReaderClosedListener)
    IndexReader.RegisterParentReader(IndexReader)
    IndexReader.RefCount
    IndexReader.IncRef()
    IndexReader.TryIncRef()
    IndexReader.DecRef()
    IndexReader.EnsureOpen()
    IndexReader.Equals(Object)
    IndexReader.GetHashCode()
    IndexReader.GetTermVector(Int32, String)
    IndexReader.NumDeletedDocs
    IndexReader.Document(Int32)
    IndexReader.Document(Int32, ISet<String>)
    IndexReader.HasDeletions
    IndexReader.Dispose()
    IndexReader.Dispose(Boolean)
    IndexReader.Leaves
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingDirectoryReader : FilterDirectoryReader, IDisposable

    Constructors

    | Improve this Doc View Source

    AssertingDirectoryReader(DirectoryReader)

    Declaration
    public AssertingDirectoryReader(DirectoryReader in)
    Parameters
    Type Name Description
    DirectoryReader in

    Properties

    | Improve this Doc View Source

    CombinedCoreAndDeletesKey

    Declaration
    public override object CombinedCoreAndDeletesKey { get; }
    Property Value
    Type Description
    System.Object
    Overrides
    IndexReader.CombinedCoreAndDeletesKey
    | Improve this Doc View Source

    CoreCacheKey

    Declaration
    public override object CoreCacheKey { get; }
    Property Value
    Type Description
    System.Object
    Overrides
    IndexReader.CoreCacheKey

    Methods

    | Improve this Doc View Source

    DoWrapDirectoryReader(DirectoryReader)

    Declaration
    protected override DirectoryReader DoWrapDirectoryReader(DirectoryReader in)
    Parameters
    Type Name Description
    DirectoryReader in
    Returns
    Type Description
    DirectoryReader
    Overrides
    FilterDirectoryReader.DoWrapDirectoryReader(DirectoryReader)

    Implements

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